Skip to content

Commit c509165

Browse files
hack3r-0mSamWilsn
authored andcommitted
chore: add missing details for cancun hardfork
1 parent 98d6dda commit c509165

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repository contains the specifications related to the Ethereum execution cl
1010

1111
| Version and Code Name | Block No. | Released | Incl EIPs | Specs | Blog |
1212
|-----------------------|-----------|----------|-----------|-------|-------|
13-
| Cancun | TBD | TBD | [EIP-1153](https://eips.ethereum.org/EIPS/eip-1153) </br> [EIP-4788](https://eips.ethereum.org/EIPS/eip-4788)</br> [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844)</br> [EIP-5656](https://eips.ethereum.org/EIPS/eip-5656)</br> [EIP-6780](https://eips.ethereum.org/EIPS/eip-6780)</br> [EIP-7516](https://eips.ethereum.org/EIPS/eip-7516)| [Specification](https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md) | TBD |
13+
| Cancun | 19426587 | 2024-03-13<br />(1710338135) | [EIP-1153](https://eips.ethereum.org/EIPS/eip-1153) </br> [EIP-4788](https://eips.ethereum.org/EIPS/eip-4788)</br> [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844)</br> [EIP-5656](https://eips.ethereum.org/EIPS/eip-5656)</br> [EIP-6780](https://eips.ethereum.org/EIPS/eip-6780)</br> [EIP-7516](https://eips.ethereum.org/EIPS/eip-7516)| [Specification](https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md) | [Blog](https://blog.ethereum.org/2024/02/27/dencun-mainnet-announcement) |
1414
| Shanghai | 17034870 | 2023-04-12<br/>(1681338455) | [EIP-3651](https://eips.ethereum.org/EIPS/eip-3651) <br/> [EIP-3855](https://eips.ethereum.org/EIPS/eip-3855) <br/> [EIP-3860](https://eips.ethereum.org/EIPS/eip-3860) <br/> [EIP-4895](https://eips.ethereum.org/EIPS/eip-4895) | [Specification](https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/shanghai.md) | [Blog](https://blog.ethereum.org/2023/03/28/shapella-mainnet-announcement) |
1515
| Paris | 15537394 | 2022-09-15 | [EIP-3675](https://eips.ethereum.org/EIPS/eip-3675) <br/> [EIP-4399](https://eips.ethereum.org/EIPS/eip-4399) | [Specification](https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/paris.md) | [Blog](https://blog.ethereum.org/2022/08/24/mainnet-merge-announcement) |
1616
| Gray Glacier | 15050000 | 2022-06-30 | [EIP-5133](https://eips.ethereum.org/EIPS/eip-5133) | [Specification](./network-upgrades/mainnet-upgrades/gray-glacier.md) | [Blog](https://blog.ethereum.org/2022/06/16/gray-glacier-announcement/) |
@@ -38,8 +38,8 @@ Some clarifications were enabled without protocol releases:
3838
|-----|-----------|
3939
| [EIP-2681](https://eips.ethereum.org/EIPS/eip-2681) | 0 |
4040
| [EIP-3607](https://eips.ethereum.org/EIPS/eip-3607) | 0 |
41-
| [EIP-7523](https://eips.ethereum.org/EIPS/eip-7523) | 15537394 |
42-
| [EIP-7610](https://github.com/ethereum/EIPs/pull/8161) | 0 |
41+
| [EIP-7523](https://eips.ethereum.org/EIPS/eip-7523) | 15537394 |
42+
| [EIP-7610](https://github.com/ethereum/EIPs/pull/8161) | 0 |
4343

4444

4545
## Execution Specification (work-in-progress)
@@ -66,4 +66,4 @@ The path to the generated HTML will be printed to the console.
6666

6767
# License
6868

69-
The Ethereum Execution Layer Specification code is licensed under the [Creative Commons Zero v1.0 Universal](https://github.com/ethereum/execution-specs/blob/master/LICENSE.md).
69+
The Ethereum Execution Layer Specification code is licensed under the [Creative Commons Zero v1.0 Universal](https://github.com/ethereum/execution-specs/blob/master/LICENSE.md).

network-upgrades/mainnet-upgrades/cancun.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Execution layer changes included in the Network Upgrade.
1515

1616
Implementation status of Included EIPs across participating clients.
1717

18-
| | [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) | [7516](https://eips.ethereum.org/EIPS/eip-7516) |
18+
| **Client** | [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) | [7516](https://eips.ethereum.org/EIPS/eip-7516) |
1919
|----------------|-------------------------------------------------|-------------------------------------------------|-------------------------------------------------|-------------------------------------------------|-------------------------------------------------|-------------------------------------------------|
2020
| **Geth** | [Merged](https://github.com/ethereum/go-ethereum/pull/26003) + [Merged](https://github.com/ethereum/go-ethereum/pull/27663)| - | [Merged](https://github.com/ethereum/go-ethereum/pull/26940) | [Merged](https://github.com/ethereum/go-ethereum/pull/26181) | [Not merged](https://github.com/ethereum/go-ethereum/pull/27189) | |
2121
| **Besu** | [Merged](https://github.com/hyperledger/besu/pull/4118) | - | [Merged]([https://github.com/hyperledger/besu/tree/eip-4844-interop](https://github.com/hyperledger/besu/pull/5724)) | [Merged](https://github.com/hyperledger/besu/pull/5493) | [Merged](https://github.com/hyperledger/besu/pull/4118) | |
@@ -27,10 +27,10 @@ Implementation status of Included EIPs across participating clients.
2727

2828
| Network | Timestamp | Date & Time (UTC) | Fork Hash | Beacon Chain Epoch |
2929
|---------|--------------|-------------------------|--------------| ------------------ |
30-
| Goerli | `1705473120` | 2024-01-17 06:32:00 | `0x70cc14e2` | 231680
31-
| Sepolia | `1706655072` | 2024-01-30 22:51:12 | `0x88cf81d9` | 132608
32-
| Holesky | `1707305664` | 2024-02-07 11:34:24 | `0x9b192ad0` | 29696
33-
| Mainnet | `1710338135` | 2024-03-13 13:55:35 | `0x9f3d2254` | 269568
30+
| Goerli | `1705473120` | 2024-01-17 06:32:00 | `0x70cc14e2` | 231680
31+
| Sepolia | `1706655072` | 2024-01-30 22:51:12 | `0x88cf81d9` | 132608
32+
| Holesky | `1707305664` | 2024-02-07 11:34:24 | `0x9b192ad0` | 29696
33+
| Mainnet | `1710338135` | 2024-03-13 13:55:35 | `0x9f3d2254` | 269568
3434

3535

3636
### Readiness Checklist
@@ -42,10 +42,10 @@ Implementation status of Included EIPs across participating clients.
4242
- [x] [Testing suites](https://notes.ethereum.org/@ethpandaops/dencun-testing-overview)
4343
- [x] Select Testnet Fork Blocks
4444
- [x] Select Mainnet Fork Block
45-
- [ ] Release Mainnet Compatible Clients
46-
- [ ] Geth
47-
- [ ] Besu
48-
- [ ] Nethermind
49-
- [ ] OpenEthereum
50-
- [ ] Erigon
51-
- [ ] EthereumJS
45+
- [x] Release Mainnet Compatible Clients
46+
- [x] Geth
47+
- [x] Besu
48+
- [x] Nethermind
49+
- [x] OpenEthereum
50+
- [x] Erigon
51+
- [x] EthereumJS

0 commit comments

Comments
 (0)