Update EIP-8141: relax banned opcode list (#12167)
Update EIP-8141: correct banned opcode list
Give SSTORE the same first-deploy-frame carve-out as CREATE, CREATE2 and
SETDELEGATE, matching the validation trace rule that permits SSTOREs to
tx.sender's storage there.
Remove ORIGIN, TLOAD, TSTORE and BLOBHASH, whose values are determined by
the frame or the transaction payload rather than the block environment.
Co-authored-by: Marc Harvey-Hill <10379486+Marchhill@users.noreply.github.com>
GitHub Diff