paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
3.99k stars 1.22k forks source link

fix: get senders from block first, then fall back to unchecked recovery #12666

Closed alessandromazza98 closed 2 days ago

alessandromazza98 commented 3 days ago

Should close https://github.com/paradigmxyz/reth/issues/12659

This fixes the problem locally to me. Don't know if this is the best way to handle it, let me know if I should improve it.

Thanks a lot.

joshieDo commented 3 days ago

added an alt. can you confirm that it works?

alessandromazza98 commented 3 days ago

added an alt. can you confirm that it works?

let me check, thanks for your reply