-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
External messages - accept_message seems to cause silent failures #7
Comments
It is funC related behavior, not TVM/sandbox.
and
will compile to
|
This explains why the error isn't thrown when the loaded ref isn't used. But in this case:
The value is used. Shouldn't an error be thrown then? |
compiles to
so yes, I'm expecting failed transaction in this case |
With this code, I'm getting exit code 9 (to be expected). Do you get the same result? |
I'll check, it was probably a misunderstanding of mine of how errors work before and after accepting messages. will reopen issue if needed |
Merge pull request ton-org#7 from ton-community/tal-features1
Describe the bug
External messages -
accept_message
seems to cause silent failuresTo Reproduce
Expected behavior
I'd expect:
~dump
,send_raw_message
, etc.)Actual behavior
Error is thrown only if the loading which causes the underflow happens before accepting the message.
System information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: