-
Notifications
You must be signed in to change notification settings - Fork 0
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
Nonce address fix #24
Conversation
…er-bugs [EVM-Equivalence-YUL] Fix compiler tester bugs
Hey @gianbelinche - who is supposed to review it? |
This removes a lot of unneeded spills and reloads generated by the compiler. Signed-off-by: Vladimir Radosavljevic <[email protected]>
Signed-off-by: Vladimir Radosavljevic <[email protected]>
Signed-off-by: Vladimir Radosavljevic <[email protected]>
Hey, yeah we'll make the PR to matter-labs now, we were reviewing a few things before doing so |
…ivalence-yul-optimizations [EVM-Equivalence-YUL] Optimize opcodes
…nly-for-eoas-on-failure [EVM Equivalence Yul] Increment nonce on failed deployments only for eoas
Closing as this change was merged here |
What ❔
This PR fixes some tests on era-compiler-tester that expected the nonce on EVM to start at 1, while we start it at 0.
It depends on lambdaclass/era-compiler-tester#1
Why ❔
Checklist