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 39 forks source link

implement berlin fork changes #1793

Open olehnikolaiev opened 7 months ago

olehnikolaiev commented 7 months ago

https://ethereum.org/history#berlin

olehnikolaiev commented 1 month ago

https://eips.ethereum.org/EIPS/eip-2565 - gas cost changes

https://eips.ethereum.org/EIPS/eip-2718 - typed transaction envelope (already implemented)

https://eips.ethereum.org/EIPS/eip-2929 - gas cost changes

https://eips.ethereum.org/EIPS/eip-2930 - access list (already implemented)