-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move duplicate utils to test utils crate
- Loading branch information
Showing
6 changed files
with
7 additions
and
73 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1 @@ | ||
// Execution Layer hard forks https://ethereum.org/en/history/ | ||
pub const SHANGHAI_BLOCK_NUMBER: u64 = 17034870; | ||
pub const MERGE_BLOCK_NUMBER: u64 = 15537394; | ||
pub const LONDON_BLOCK_NUMBER: u64 = 12965000; | ||
pub const BERLIN_BLOCK_NUMBER: u64 = 12244000; | ||
pub const ISTANBUL_BLOCK_NUMBER: u64 = 9069000; | ||
pub const CONSTANTINOPLE_BLOCK_NUMBER: u64 = 7280000; | ||
pub const BYZANTIUM_BLOCK_NUMBER: u64 = 4370000; | ||
pub const HOMESTEAD_BLOCK_NUMBER: u64 = 1150000; | ||
|
||
pub const TEST_DATA_FILE_PATH: &str = "./test-data/test_data_collection_of_forks_blocks.yaml"; |
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