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
consensus, eips, genesis
these functions don't require a specific signature generic and can operate on Signature<S>
Signature<S>
alloy/crates/consensus/src/transaction/legacy.rs
Line 121 in 067cc46
Lines 107 to 109 in 067cc46
we can keep the usage in the trait fn for now
Line 253 in 067cc46
FYI @leruaa
No response
The text was updated successfully, but these errors were encountered:
Thanks, taking this :)
Sorry, something went wrong.
as you already discovered, this needs an alloy-primitives change first
I started the alloy-primitives part: alloy-rs/core#689
leruaa
Successfully merging a pull request may close this issue.
Component
consensus, eips, genesis
Describe the feature you would like
these functions don't require a specific signature generic and can operate on
Signature<S>
alloy/crates/consensus/src/transaction/legacy.rs
Line 121 in 067cc46
alloy/crates/consensus/src/transaction/legacy.rs
Lines 107 to 109 in 067cc46
we can keep the usage in the trait fn for now
alloy/crates/consensus/src/transaction/legacy.rs
Line 253 in 067cc46
FYI @leruaa
Additional context
No response
The text was updated successfully, but these errors were encountered: