-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
eipUpdates in EVM semantics due to Ethereum Improvement ProposalsUpdates in EVM semantics due to Ethereum Improvement ProposalsepicGroups a collection of related issuesGroups a collection of related issues
Description
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
- Implement EIP-1153: Transient storage opcodes (
TLOAD&TSTORE) #91 - Implement EIP-4788: Beacon block root in the EVM (new special contract) #48
- Implement EIP-4844: Shard Blob Transactions (
BLOBHASH& precompile) #47 - Implement EIP-5656:
MCOPY- Memory copying instruction #93 - Implement EIP-7516:
BLOBBASEFEEopcode #92
The following EIP doesn't impact sevm
Metadata
Metadata
Assignees
Labels
eipUpdates in EVM semantics due to Ethereum Improvement ProposalsUpdates in EVM semantics due to Ethereum Improvement ProposalsepicGroups a collection of related issuesGroups a collection of related issues
Projects
Status
Todo