Skip to content

add alloy_consensus::SignerRecoverable to SingedTransaction super trait #16170

@mattsse

Description

@mattsse

Describe the feature

we now have:

https://github.com/alloy-rs/alloy/blob/e94b8d4439fd5e28da354d185e68623ec0b1db2e/crates/consensus/src/transaction/recovered.rs#L233-L233

which should replace these functions:

fn recover_signer(&self) -> Result<Address, RecoveryError>;

fn recover_signer_unchecked(&self) -> Result<Address, RecoveryError> {

etc.

TODO

Additional context

No response

Metadata

Metadata

Assignees

Labels

A-sdkRelated to reth's use as a libraryC-enhancementNew feature or requestS-needs-triageThis issue needs to be labelled

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions