-
Notifications
You must be signed in to change notification settings - Fork 3
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
Make Rollbackable
fields private
#209
Conversation
Fixes decommit opcode, which was not account for if the code had already been decommitted
Adds mandated gass, handles decommit cost err, and fixes the params of mimic call
@fkrause98 latest merge from Also, be sure to check the PR opened in zksync-era adapting to this changes whenever you have time to. |
Ergs comparison results:
|
Let's ignore the comments I've left then. |
* Add vm statistics * Add tracking of precompiles cycles * Add storage and decommit cycles * Make opcode variant pub * Add cycles counter * Update zksync-era submodule * Address clippy warnings * Update era-compiler-tester submodule * Update zksync-era submodule * Fix initial value read in storage_changes * Expose opcode variants * Update zksync-era submodule * Address review comments
No description provided.