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
Some tests are passing because the post state is the right one, but the Cairo VM reverts. We should assert as well that the Cairo VM exit 0.
The Cairo VM should not revert when used regularly, ie when facing a REVERT opcode (see kkrt-labs/kakarot#766).
We will still have few revert cases (Stack overflow, underflow) that we may want to handle as well (need to check what geth does).
The text was updated successfully, but these errors were encountered:
is it still to be done @greged93 ?
Sorry, something went wrong.
@enitrat
No branches or pull requests
Feature Request
Describe the Feature Request
Some tests are passing because the post state is the right one, but the Cairo VM reverts.
We should assert as well that the Cairo VM exit 0.
Additional Context
The Cairo VM should not revert when used regularly, ie when facing a REVERT opcode (see kkrt-labs/kakarot#766).
We will still have few revert cases (Stack overflow, underflow) that we may want to handle as well (need to check what geth does).
The text was updated successfully, but these errors were encountered: