Skip to content

Commit

Permalink
Update included EIPs list
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeiko committed Jun 8, 2023
1 parent c90ccbe commit aa812f8
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions network-upgrades/mainnet-upgrades/cancun.md
Expand Up @@ -4,29 +4,23 @@
Changes included in the Network Upgrade.

* [EIP-1153: Transient storage opcodes](https://eips.ethereum.org/EIPS/eip-1153)
* [EIP-4844: Shard Blob Transactions](https://eips.ethereum.org/EIPS/eip-4844)
* [EIP-6780: SELFDESTRUCT only in same transaction](https://eips.ethereum.org/EIPS/eip-6780)

### EIPs Considered for Inclusion
Changes [Considered for Inclusion](https://github.com/ethereum/execution-specs/tree/master/network-upgrades#definitions) as part of this upgrade, or potentially future ones.

* [EIP-2537: Precompile for BLS12-381 curve operations](https://eips.ethereum.org/EIPS/eip-2537)
* [EIP-4788: Beacon block root in the EVM ](https://eips.ethereum.org/EIPS/eip-4788)
* [EIP-4844: Shard Blob Transactions](https://eips.ethereum.org/EIPS/eip-4844)
* [EIP-5656: MCOPY - Memory copying instruction](https://eips.ethereum.org/EIPS/eip-5656)
* [EIP-5920: PAY opcode](https://eips.ethereum.org/EIPS/eip-5920)
* [EIP-7069: Revamped CALL instructions](https://eips.ethereum.org/EIPS/eip-7069)
* [EIP-6780: SELFDESTRUCT only in same transaction](https://eips.ethereum.org/EIPS/eip-6780)

### Implementation Progresss

Implementation status of Included EIPs across participating clients.

| EIP | [EIP-1153](https://eips.ethereum.org/EIPS/eip-1153) | [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844) | [EIP-6475](https://eips.ethereum.org/EIPS/eip-6475) | [EIP-6780](https://eips.ethereum.org/EIPS/eip-6780) |
|----------------|-----------------------------------------------------------------------|---------------------------------------------------------------------------|----------|----------|
| **Geth** | [Merged](https://github.com/ethereum/go-ethereum/pull/26003) | [Not merged](https://github.com/ethereum/go-ethereum/pull/26283) | | |
| **Besu** | [Merged](https://github.com/hyperledger/besu/pull/4118) | [Not Merged](https://github.com/hyperledger/besu/tree/eip-4844-interop) | | |
| **Nethermind** | [Merged](https://github.com/NethermindEth/nethermind/pull/4126) | [Not merged](https://github.com/NethermindEth/nethermind/pull/4858) | | |
| **Erigon** | [Not merged](https://github.com/ledgerwatch/erigon/pull/6133) | | | |
| **EthereumJS** | [Merged](https://github.com/ethereumjs/ethereumjs-monorepo/pull/1860) | [Not merged](https://github.com/ethereumjs/ethereumjs-monorepo/pull/2349) | | |
| | [1153](https://eips.ethereum.org/EIPS/eip-1153) | [4788](https://eips.ethereum.org/EIPS/eip-4788) | [4844](https://eips.ethereum.org/EIPS/eip-4844) | [5656](https://eips.ethereum.org/EIPS/eip-5656) | [6780](https://eips.ethereum.org/EIPS/eip-6780) |
|----------------|-------------------------------------------------|-------------------------------------------------|-------------------------------------------------|-------------------------------------------------|-------------------------------------------------|
| **Geth** | [Merged](https://github.com/ethereum/go-ethereum/pull/26003) | - | [Not merged](https://github.com/ethereum/go-ethereum/pull/26283) | - | - |
| **Besu** | [Merged](https://github.com/hyperledger/besu/pull/4118) | - | [Not Merged](https://github.com/hyperledger/besu/tree/eip-4844-interop) | - | - |
| **Nethermind** | [Merged](https://github.com/NethermindEth/nethermind/pull/4126) | - | [Not merged](https://github.com/NethermindEth/nethermind/pull/5671) | - | - |
| **Erigon** | [Merged](https://github.com/ledgerwatch/erigon/pull/7405) | - | [Merged (many PRs)](https://github.com/ledgerwatch/erigon/pulls?q=is%3Apr+4844) | - | - |
| **EthereumJS** | [Merged](https://github.com/ethereumjs/ethereumjs-monorepo/pull/1860) | - | [Merged (many PRs)](https://github.com/ethereumjs/ethereumjs-monorepo/pulls?q=is%3Apr+4844) | - | - |



### Readiness Checklist
Expand Down

0 comments on commit aa812f8

Please sign in to comment.