axieinfinity / ronin

A DPoS blockchain.
GNU Lesser General Public License v3.0
67 stars 30 forks source link

core/txpool/blobpool: use types.Sender instead of signer.Sender (#30473) #590

Closed minh-bq closed 3 weeks ago

minh-bq commented 3 weeks ago

commit https://github.com/ethereum/go-ethereum/commit/0a21cb4d21a254cc87c7ecc50462f8c2735a302f.

Use types.Sender(signer, tx) to utilize the transaction's sender cache and avoid repeated address recover.

andicrypt commented 3 weeks ago

LGTM