crytic / building-secure-contracts

Guidelines and training material to write secure smart contracts
https://secure-contracts.com/
GNU Affero General Public License v3.0
2.18k stars 341 forks source link

Update opcodes for Dencun #348

Open ardislu opened 5 months ago

ardislu commented 5 months ago

This PR updates the "Ethereum VM (EVM) Opcodes and Instruction Reference" page for opcode changes introduced in the Dencun upgrade.

See meta EIP-7569 for all Dencun changes.

Adds the following new opcodes:

Changes the description for the following opcode:

Unrelated to Dencun, I also added the SELFBALANCE (0x47) opcode to the table because it was missing.