Merge SignedTransactionIntoRecoveredExt
and SignedTransaction
#14615
Labels
A-sdk
Related to reth's use as a library
C-debt
A clean up/refactor of existing code
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
SignedTransactionIntoRecoveredExt
was initially added separately because it relied on types fromreth-primitives
crate which is no longer the case.reth/crates/primitives-traits/src/transaction/signed.rs
Line 187 in 2a8f5b8
Methods from
SignedTransactionIntoRecoveredExt
can now be moved toSignedTransaction
and the trait itself can be removedAdditional context
No response
The text was updated successfully, but these errors were encountered: