You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user exceeds the computation limit, it should be a user error. But currently it is treated as an internal error (and prints the go-stacktrace). e.g: #2679
Expected Behavior
Such errors should be treated as user errors
Steps To Reproduce
Run a transaction/code that exceeds the computation limit.
Environment
- Cadence version: latest/master
- Network: TN/MN
The text was updated successfully, but these errors were encountered:
There are many places this is happening, I think best to solve would be generate a list of errors from transaction results and fix them all in a single PR.
Current Behavior
If the user exceeds the computation limit, it should be a user error. But currently it is treated as an internal error (and prints the go-stacktrace). e.g: #2679
Expected Behavior
Such errors should be treated as user errors
Steps To Reproduce
Run a transaction/code that exceeds the computation limit.
Environment
The text was updated successfully, but these errors were encountered: