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.
Fix some bugs of
CircuitInputBuilder
(privacy-scaling-explorations#434
) * fix: use dummy_gen_call_ops for other CALL-family opcodes to enable integration-test * fix: don't panic when internal call using CALLDATALOAD * fix: add address into access set when code information is accessed * feat: use CircuitInputBuilder in test of CALLDATASIZE to make sure it works * fix: read caller's memory at correct address * feat: use rand_bytes as tx.input for testing CALLDATASIZE * refactor: use call_data instead of call_data_source to avoid mistake
Showing
6 changed files
with
191 additions
and
128 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.