-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Better Hardfork -> evm SpecId handling for L2s #6440
Labels
Comments
mattsse
added
first issue
A good way to start contributing
T-feature
Type: feature
C-anvil
Command: anvil
labels
Nov 27, 2023
Is this active? |
I think this issue has not been resolved yet foundry/crates/anvil/src/config.rs Lines 1047 to 1051 in 642f13f
Users are however, as stated, able to specify the hardfork foundry/crates/anvil/src/config.rs Lines 592 to 597 in 642f13f
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component
Anvil
Describe the feature you would like
currently the Hardfork to specid conversion is only handled properly for mainnet
foundry/crates/anvil/src/config.rs
Line 805 in 6432031
if no hardfork argument is provided:
foundry/crates/anvil/src/config.rs
Lines 940 to 941 in 6432031
we can make this smarter if we have hardfork/specid heights for L2s
TODO
gather hardfork to evm specid blockheights for commonly used L2s/networks
Additional context
No response
The text was updated successfully, but these errors were encountered: