-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: rm todos #11400
chore: rm todos #11400
Conversation
@@ -58,7 +58,6 @@ impl core::fmt::Display for DisplayFork { | |||
} | |||
} | |||
|
|||
// Todo: This will result in dep cycle so currently commented out |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is already in tests
reth/crates/chainspec/src/spec.rs
Lines 1206 to 1230 in 07dc861
fn test_hardfork_list_display_mainnet() { | |
assert_eq!( | |
MAINNET.display_hardforks().to_string(), | |
"Pre-merge hard forks (block based): | |
- Frontier @0 | |
- Homestead @1150000 | |
- Dao @1920000 | |
- Tangerine @2463000 | |
- SpuriousDragon @2675000 | |
- Byzantium @4370000 | |
- Constantinople @7280000 | |
- Petersburg @7280000 | |
- Istanbul @9069000 | |
- MuirGlacier @9200000 | |
- Berlin @12244000 | |
- London @12965000 | |
- ArrowGlacier @13773000 | |
- GrayGlacier @15050000 | |
Merge hard forks: | |
- Paris @58750000000000000000000 (network is known to be merged) | |
Post-merge hard forks (timestamp based): | |
- Shanghai @1681338455 | |
- Cancun @1710338135" | |
); | |
} |
@@ -90,6 +89,7 @@ impl core::fmt::Display for DisplayFork { | |||
// - Paris @58750000000000000000000 (network is known to be merged) | |||
// Post-merge hard forks (timestamp based): | |||
// - Shanghai @1681338455 | |||
// - Cancun @1710338135" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// - Cancun @1710338135" | |
// - Cancun @1710338135 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
No description provided.