We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Anvil
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:
Lines 940 to 941 in 6432031
we can make this smarter if we have hardfork/specid heights for L2s
gather hardfork to evm specid blockheights for commonly used L2s/networks
No response
The text was updated successfully, but these errors were encountered:
Is this active?
Sorry, something went wrong.
I think this issue has not been resolved yet
Lines 1047 to 1051 in 642f13f
Users are however, as stated, able to specify the hardfork
Lines 592 to 597 in 642f13f
@mattsse
Optimism recently contributed the specifying of their hardforks here: #8749
Is this sufficient or should we consider a more generalized solution
No branches or pull requests
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: