-
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
chore: replace reth-rpc-types by alloy-rpc-types #11071
chore: replace reth-rpc-types by alloy-rpc-types #11071
Conversation
@@ -62,6 +61,7 @@ reth-transaction-pool.workspace = true | |||
## ethereum | |||
alloy-network.workspace = true | |||
alloy-primitives.workspace = true | |||
alloy-rpc-types = { workspace = true, features = ["engine"] } |
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.
I could also use alloy-rpc-types-eth
, alloy-rpc-types-engine
and alloy-serde
instead. Don't know how granular you want to get.
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.
this is fine
@@ -62,6 +61,7 @@ reth-transaction-pool.workspace = true | |||
## ethereum | |||
alloy-network.workspace = true | |||
alloy-primitives.workspace = true | |||
alloy-rpc-types = { workspace = true, features = ["engine"] } |
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.
this is fine
sorry very unfortunate timing... we just merged a pr that introduced conflicts |
Will rebase this afternoon! |
did it real quick, the latest changes actually made this easier hehe |
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Removes
reth-rpc-types
fromreth-node-builder
.Linked to #11067.