We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this extension trait is required because it makes use of rayon functions
reth/crates/primitives/src/traits.rs
Line 92 in c0a8a7b
ref #13552
instead of the approach in #13552 we should feature gate this rayon usage and move to reth-primitives-traits
reth/crates/primitives/src/transaction/mod.rs
Lines 1899 to 1915 in c0a8a7b
No response
The text was updated successfully, but these errors were encountered:
hi, i can do it
Sorry, something went wrong.
cool, we def need a rayon feature in reth-primitives-traits
also relevant:
#13552 (comment)
because we want feature gated functions
May I take this issue on?
hoank101
Successfully merging a pull request may close this issue.
Describe the feature
this extension trait is required because it makes use of rayon functions
reth/crates/primitives/src/traits.rs
Line 92 in c0a8a7b
ref #13552
instead of the approach in #13552 we should feature gate this rayon usage and move to reth-primitives-traits
TODO
reth/crates/primitives/src/transaction/mod.rs
Lines 1899 to 1915 in c0a8a7b
Additional context
No response
The text was updated successfully, but these errors were encountered: