-
Notifications
You must be signed in to change notification settings - Fork 263
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
[Feature] typed hardforks for anvil bindings #1905
Comments
Hey @mattsse, is it possible to work on this issue without disrupting reth? |
I think we really just need a new repository for this, created https://github.com/alloy-rs/hardforks feel free to submit a pr that adds the reth crate + extras. cc @klkvr |
The |
those workspace deps need to be converted when it is extracted |
Sure |
initialized it |
i have a PR for this once hardforks crate is in |
Component
node-bindings
Describe the feature you would like
currently starting an anvil node with a hardfork enabled looks like this:
anvil itself represents this as
hardfork::Option<ChainHardfork>
i think it would be neat if we could do:
happy to pick this up if there is consensus around implementing this
Additional context
No response
The text was updated successfully, but these errors were encountered: