Skip to content
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

Merged

Conversation

greged93
Copy link
Contributor

Removes reth-rpc-types from reth-node-builder.

Linked to #11067.

@@ -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"] }
Copy link
Contributor Author

@greged93 greged93 Sep 20, 2024

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.

Copy link
Collaborator

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"] }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is fine

@mattsse
Copy link
Collaborator

mattsse commented Sep 20, 2024

sorry very unfortunate timing... we just merged a pr that introduced conflicts

@greged93
Copy link
Contributor Author

Will rebase this afternoon!

@mattsse
Copy link
Collaborator

mattsse commented Sep 21, 2024

did it real quick, the latest changes actually made this easier hehe

@mattsse mattsse added this pull request to the merge queue Sep 21, 2024
Merged via the queue into paradigmxyz:main with commit b56d638 Sep 21, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants