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: clear reth rpc types from reth binary #11120

Merged

Conversation

greged93
Copy link
Contributor

Removes reth-rpc-types from reth binary.

Linked to #11067.

Comment on lines 156 to 157
/// Alias for a peer identifier
pub type PeerId = reth_primitives::B512;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

not sure about this, let me know if you want it somewhere else

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 already duplicated as a type in a lot of places, so it's available in a re-export already, not sure we need to duplicate it here

see e.g. https://github.com/search?q=repo%3Aparadigmxyz%2Freth%20peerid&type=code

Copy link
Contributor Author

Choose a reason for hiding this comment

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

true, just removed it

@onbjerg onbjerg added the C-debt Refactor of code section that is hard to understand or maintain label Sep 23, 2024
@mattsse mattsse added this pull request to the merge queue Sep 23, 2024
Merged via the queue into paradigmxyz:main with commit 560b061 Sep 23, 2024
36 checks passed
0xForerunner pushed a commit to 0xForerunner/reth that referenced this pull request Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-debt Refactor of code section that is hard to understand or maintain
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants