-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: use alloy genesis now #6135
Conversation
@mattsse 1https://github.com/supernovahs/reth/blob/422868366cd4f968defa10ceeda17f78097e3f23/crates/net/network/tests/it/geth.rs#L100-L102 needs ethers genesis reth/crates/primitives/src/genesis.rs Lines 619 to 643 in a18d1f5
2One of the tests need Genesis Allocator reth/crates/consensus/beacon/src/engine/mod.rs Line 2454 in a18d1f5
How do u want to proceed with it ? |
I don't think we need this anymore |
1st issue pending, 2nd resolved |
to make it explicit, we want to remove the dependency on ethers genesis |
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 @supernovahs this is great!
I'll get rid of the compile errors, I think I know how to fix
Co-authored-by: Matthias Seitz <[email protected]>
No description provided.