-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
A-sdkRelated to reth's use as a libraryRelated to reth's use as a libraryC-enhancementNew feature or requestNew feature or requestS-needs-triageThis issue needs to be labelledThis issue needs to be labelled
Description
Describe the feature
we now have:
which should replace these functions:
| fn recover_signer(&self) -> Result<Address, RecoveryError>; |
| fn recover_signer_unchecked(&self) -> Result<Address, RecoveryError> { |
etc.
TODO
- make SignerRecoverable a super trait of:
pub trait SignedTransaction: - remove trait fns from
SignedTransaction - update op-alloy crates to 0.15.6 patch which now also includes the SignerRecoverable impls
Additional context
No response
Metadata
Metadata
Assignees
Labels
A-sdkRelated to reth's use as a libraryRelated to reth's use as a libraryC-enhancementNew feature or requestNew feature or requestS-needs-triageThis issue needs to be labelledThis issue needs to be labelled
Type
Projects
Status
Done