Skip to content
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

Merged
merged 1 commit into from
Oct 2, 2024
Merged

chore: rm todos #11400

merged 1 commit into from
Oct 2, 2024

Conversation

nkysg
Copy link
Contributor

@nkysg nkysg commented Oct 2, 2024

No description provided.

@@ -58,7 +58,6 @@ impl core::fmt::Display for DisplayFork {
}
}

// Todo: This will result in dep cycle so currently commented out
Copy link
Contributor Author

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

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"
);
}

@mattsse mattsse added this pull request to the merge queue Oct 2, 2024
Merged via the queue into paradigmxyz:main with commit a07efa7 Oct 2, 2024
35 checks passed
@nkysg nkysg deleted the rm_unused_todo branch October 2, 2024 11:04
@@ -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"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// - Cancun @1710338135"
// - Cancun @1710338135

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants