forked from matter-labs/zksync-era
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
239 additions
and
121 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
mod bootloader; | ||
mod bytecode_publishing; | ||
mod code_oracle; | ||
mod default_aa; | ||
mod gas_limit; | ||
mod get_used_contracts; | ||
mod is_write_initial; | ||
mod l1_tx_execution; | ||
mod l2_blocks; | ||
mod nonce_holder; | ||
mod refunds; | ||
mod require_eip712; | ||
mod rollbacks; | ||
mod sekp256r1; | ||
mod simple_execution; | ||
mod storage; | ||
// mod bootloader; | ||
// mod bytecode_publishing; | ||
// mod code_oracle; | ||
// mod default_aa; | ||
// mod gas_limit; | ||
// mod get_used_contracts; | ||
// mod is_write_initial; | ||
// mod l1_tx_execution; | ||
// mod l2_blocks; | ||
// mod nonce_holder; | ||
// mod refunds; | ||
// mod require_eip712; | ||
// mod rollbacks; | ||
// mod sekp256r1; | ||
// mod simple_execution; | ||
// mod storage; | ||
mod tester; | ||
mod tracing_execution_error; | ||
mod transfer; | ||
mod upgrade; | ||
// mod tracing_execution_error; | ||
// mod transfer; | ||
// mod upgrade; | ||
mod utils; |
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.