remove test-utils features from binary #8837
Labels
C-debt
Refactor of code section that is hard to understand or maintain
C-enhancement
New feature or request
Describe the feature
a few crates are enabled with test-utils:
reth-nippy-jar
reth-transaction-pool
reth-provider
reth-stages-api
reth-db
which causes a ripple-effect and pulls in a ton of test specific stuff, e.g. proptest and more derives.
a lot of these could be phased out, I believe we're using a bunch of noopstuff in a few cli commands
Additional context
No response
The text was updated successfully, but these errors were encountered: