paris.md

September 19, 2022 ยท View on GitHub

Paris Upgrade Specification

The Paris specification corresponds to the execution layers changes associated with Ethereum's transition to proof-of-stake, a.k.a. The Merge.

Included EIPs

Specifies changes included in the network upgrade.

In addition to the EIPs listed above, an EIP-2124 FORK_NEXT value must be set for the Paris upgrade to allow nodes to disconnect stale peers. In typical upgrades, this happens on the fork block. Because Paris uses a Terminal Total Difficulty instead of a block number to trigger the proof-of-work to proof-of-stake transition, this value must be set after the transition has completed. See the FORK NEXT Upgrade section for more details.

Engine API

A new set of APIs is introduced as part of The Merge for the execution layer clients to communicate with the consensus layer. The specification for it is available here.

Consensus Layer Specifications

This network upgrade requires changes to both Ethereum's execution and consensus layers. The consensus layer specifications for this upgrade are available here.

Upgrade Schedule

Proof-of-Work to Proof-of-Stake Transition

NetworkTerminal Total DifficultyExpected DateFork Hash
Ropsten50000000000000000June 8, 20220x7119B6B3 (unchanged from London)
Sepolia17000000000000000July 6, 20220xfe3366e7 (unchanged from Genesis)
Goerli10790000August 10, 20220xB8C6299D (unchanged from London)
Mainnet58750000000000000000000September 15, 20220xf0afd0e3 (unchanged from Gray Glacier)

FORK NEXT Upgrade

Once the proof-of-work to proof-of-stake transition has completed, an additional upgrade is required to add an EIP-2124 FORK_NEXT value to clients on the network in order to disconnect stale peers.

NetworkBlock Number / FORK_NEXTExpected DateFork Hash
Ropsten (deprecated)N/AN/AN/A
Sepolia1735371August 17, 20220xb96cbd13
GoerliTBDTBDTBD
MainnetTBDTBDTBD

Note that Ropsten has been deprecated and will not be upgraded with a FORK_NEXT value.

Client Releases

Readiness Checklist

See https://github.com/ethereum/pm/blob/master/Merge/mainnet-readiness.md

Client Integration Testnets