skalenetwork / skaled

Running more than 20 production blockchains, SKALED is Ethereum-compatible, high performance C++ Proof-of-Stake client, tools and libraries. Uses SKALE consensus as a blockchain consensus core. Includes dynamic Oracle. Implements file storage and retrieval as an EVM extension.
https://skale.network
GNU General Public License v3.0
85 stars 40 forks source link

implement cancun fork changes #1912

Open PolinaKiporenko opened 5 months ago

olehnikolaiev commented 4 months ago

https://eips.ethereum.org/EIPS/eip-1153 - transient storage opcodes TLOAD and TSTORE

https://eips.ethereum.org/EIPS/eip-4788 - expose beacon chain roots in the EVM

https://eips.ethereum.org/EIPS/eip-4844 - new transaction type : blob transactions

https://eips.ethereum.org/EIPS/eip-5656 - MCOPY instruction

https://eips.ethereum.org/EIPS/eip-6780 - SELFDESTRUCT rework

https://eips.ethereum.org/EIPS/eip-7516 - BLOBBASEFEE instruction