-
Notifications
You must be signed in to change notification settings - Fork 840
GasGadget for GAS opcode #301
GasGadget for GAS opcode #301
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once privacy-scaling-explorations/zkevm-specs#104 has been merged.
Also, some small nits.
Great work!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! (Modulo adding a line documenting N_BYTES_GAS
like Carlos asked)
Not sure why the |
There's a file in cargo check --all-features # required to generate `circuit-benchmarks/src/bench_params.rs`
cargo fmt --all |
4083782
to
786650e
Compare
Thanks for the contribution! |
…orations#301) * Handle Precompile OOG error to unimplemented. * Fix to handle all precompile failed. * Delete `PRECOMPILE_ECRECOVER`.
Implement the GasGadget for opcode GAS (5A). Specs at privacy-scaling-explorations/zkevm-specs#104.
Other changes: