reth rpc-types import audit #11067
Labels
A-dependencies
Pull requests or issues that are about dependencies
C-debt
Refactor of code section that is hard to understand or maintain
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
currently the rpc-types crate is just a bunch of re-exports and after #7490 this will even be just re-exports
this crate is pretty beefy and we should discourage importing it, instead reth crates should use the alloy crates directly either via
alloy-rpc-types
with the necessary features or if only one set of types is required, with the corresponding crate,alloy-rpc-types-eth
for example.TODO
this should be done on multiple prs, similar to #10749
Additional context
No response
The text was updated successfully, but these errors were encountered: