1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Add WASM FunC autotests (#673)

* feat: func wasm autotests

* fixes necessary for func wasm autotests

---------

Co-authored-by: krigga <krigga7@gmail.com>
This commit is contained in:
EmelyanenkoK 2023-04-19 21:29:41 +03:00 committed by GitHub
parent 8d919a5db9
commit 8b0d6a2665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 172 additions and 3 deletions

View file

@ -92,6 +92,7 @@ td::Result<std::string> compile_internal(char *config_json) {
result_obj("status", "ok");
result_obj("codeBoc", td::base64_encode(boc));
result_obj("fiftCode", escape_json(outs.str()));
result_obj("codeHashHex", code_cell->get_hash().to_hex());
result_obj.leave();
outs.clear();