-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Use alloy_chains::Chain
instead of vendoring own implementation
#5429
Labels
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Comments
DaniPopes
added
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
labels
Nov 14, 2023
I would like to take up this issue |
assigned |
I can take this if available |
Hey @supernovahs, I have recently started working on it. :) |
@mattsse basically instead of reth-primitives::chain_items I need to use alloy-chains::items, wherever they appear and change the associated logic of these items accordingly right? |
yeah remove reth_primitives::Chain and reexport alloy_chains::Chain instead |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
Use
alloy_chains::Chain
instead of vendoring our own implementation inreth_primitives::Chain
. BothChain
andNamedChain
should be able to be replaced easily.Additional context
alloy_chains
The text was updated successfully, but these errors were encountered: