forked from privacy-scaling-explorations/zkevm-circuits
-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init reconstruct * add StackPopOnlyOpcode * impl arthmetic opcode stack output * impl get block header field opcode * impl blockhash * impl PC, MSIZE, GAS * remove StackOnlyOpcode * add strict check * impl PUSHn * impl Address * cleanup stack usage * impl ORIGIN * use prestate * rename to enable-stack * cleanup stack usage * disable trace_tests * fix and add assert * fix doc test * fix cfg * use callTracer * do not parse call when is_precheck not ok * do not parse call in create precheck not ok * fix offset * fix compile * disable tracer_tests * fix test * fix caller_address * fix parse_call * silent more fields * unbound recursion * remove stack usage * update LoggerConfig * cleanup * fix root * fix test * fix doc test * cleanup * upgrade geth version * add feature switch * add missing * add call tracer and prestate tracer * handle precheck failed call * why ignore not working * add l2 prestate * use go1.20 * 0x5c/5e assigned by cankun * update l2geth * fix merge * clippy * fix call trace * fix call trace * fix merge * recover test * fix stack_pointer * fix update_codedb * handle last step error * fix order * fix order * skip empty * fix oog step * fix stack_pointer * fix create empty * fix ErrorCreationCode * try fix call empty * try fix call empty * fix precompile fail * fix precompile fail * fix create in tx * fix output * fix test * fix call to self in create * clippy * downgrade submodule * clippy --------- Co-authored-by: DreamWuGit <wwuwwei@126.com>
- Loading branch information
1 parent
e90ea7e
commit d622d66
Showing
70 changed files
with
1,223 additions
and
925 deletions.
There are no files selected for viewing
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
Oops, something went wrong.