Implement Cancun fork https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md#included-eips. Solidity `v0.8.24` already include support for the upcoming Cancun network upgrade https://soliditylang.org/blog/2024/01/26/solidity-0.8.24-release-announcement/. Implement the following EIPs to support this new fork - [ ] #91 - [ ] #48 - [ ] #47 - [ ] #93 - [ ] #92 The following EIP doesn't impact `sevm` - [EIP-6780: SELFDESTRUCT only in same transaction](https://eips.ethereum.org/EIPS/eip-6780)
Implement Cancun fork https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md#included-eips.
Solidity
v0.8.24already include support for the upcoming Cancun network upgrade https://soliditylang.org/blog/2024/01/26/solidity-0.8.24-release-announcement/.Implement the following EIPs to support this new fork
TLOAD&TSTORE) #91BLOBHASH& precompile) #47MCOPY- Memory copying instruction #93BLOBBASEFEEopcode #92The following EIP doesn't impact
sevm