We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i use new TVM Instructions like PREVBLOCKSINFOTUPLE, I am not getting the expected result.
Simple func contract example:
tuple get_prevblocksinfotuple() asm "PREVBLOCKSINFOTUPLE"; () recv_internal(int my_balance, int msg_value, cell in_msg_full, slice in_msg_body) impure { ~dump(get_prevblocksinfotuple()); }
Expected result: [last_mc_blocks, prev_key_block] Result: #DEBUG#: s0 = ()
Packages: "@ton/blueprint": "^0.17.0", "@ton/sandbox": "^0.16.0",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When i use new TVM Instructions like PREVBLOCKSINFOTUPLE, I am not getting the expected result.
Simple func contract example:
Expected result: [last_mc_blocks, prev_key_block]
Result: #DEBUG#: s0 = ()
Packages:
"@ton/blueprint": "^0.17.0",
"@ton/sandbox": "^0.16.0",
The text was updated successfully, but these errors were encountered: