erigontech / erigon

Ethereum implementation on the efficiency frontier https://erigon.gitbook.io
GNU Lesser General Public License v3.0
3.1k stars 1.09k forks source link

Stricter validation of EIP-7702 transactions #11885

Closed yperbasis closed 3 days ago

yperbasis commented 1 week ago

Check (in the txpool and in the main code) that an EIP-7702 transaction is valid, namely that:

This PR doesn't implement https://github.com/ethereum/EIPs/pull/8865 or https://github.com/ethereum/EIPs/pull/8845