forked from taikoxyz/zkevm-circuits
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement oog constant state (privacy-scaling-explorations#746)
* oog constant constraints * add call failure constraint * add resotre context in the buss mapping side * refactor restore context lookup ops * use reversible_write_counter to catch up with handle_reversion new buss mappings * add fixed constant gas look up * fix rebesae issue * remove debug info * add opcode lookup * some fixes * resolve conflict Co-authored-by: Zhang Zhuo <[email protected]>
- Loading branch information
1 parent
247bcff
commit 6984977
Showing
9 changed files
with
317 additions
and
64 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,7 @@ subtle = "2.4" | |
sha3 = "0.10" | ||
num = "0.4" | ||
num-bigint = { version = "0.4" } | ||
strum_macros = "0.24" | ||
strum = "0.24" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.