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.
add pre-eip155 evm circuit test (#1412)
* try add pre-eip155 test * move test out of tx_access_list * fix build * try mock existing pre-eip155 tx * use CircuitsParams for test pass for default feature * log tx type * try restore chain_id * comment chain_id and remove build_pre_eip155_tx * test tx with sig v=27 * MockTransaction::copy_from * refactor * add note * fix clippy * fix ci * some updates * figure out to use clone_from
- Loading branch information
1 parent
e3f8cc1
commit 5ee0157
Showing
4 changed files
with
105 additions
and
3 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