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
{{ message }}
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
Currently, static opcodes (whose gas consumption doesn't depend on external factors) are tested, asserting the correct values are pushed on the stack.
We should also test that the gas used is correct.
Concretely, just add an assert_eq! on the gas left after execution
The text was updated successfully, but these errors were encountered: