use alloy Signature
type
#10750
Labels
C-debt
Refactor of code section that is hard to understand or maintain
Signature
type
#10750
Describe the feature
with alloy-rs/core#719 we can now use
Signature
to store arbitrary signatures.first step might be to replace
SignatureWithParity
:reth/crates/primitives/src/transaction/signature.rs
Line 231 in 3ec5d37
and after that
Signature
:reth/crates/primitives/src/transaction/signature.rs
Line 30 in 3ec5d37
we'll need to make sure to correctly implement decoding. right now for legacy transactions we expect
v
to be 27 or 28, however alloy's signature will succesfully decode any of 0, 1, 27 or 28 which is incorrect rlpAdditional context
No response
The text was updated successfully, but these errors were encountered: