ethereum.forks.gray_glacier
The Gray Glacier fork delays the difficulty bomb. There are no other changes in this fork.
Changes
Upgrade Schedule
Network | Block | Expected Date | Fork Hash |
Mainnet | 15,050,000 | June 29, 2022 | 0xf0afd0e3 |
Releases
FORK_CRITERIA
34 | FORK_CRITERIA = ByBlockNumber(15050000) |
---|
ethereum.forks.paris
The Paris fork transitions Ethereum from a proof-of-work consensus model to a proof-of-stake one. This fork is often referred to as "The Merge" because it marks the integration of the consensus layer with the execution layer (defined in this project).
Changes
Upgrade Schedule
Network | Terminal Total Difficulty | Expected Date | Fork Hash |
Ropsten | 50,000,000,000,000,000 | June 8, 2022 | 0x7119B6B3 |
Sepolia | 17,000,000,000,000,000 | July 6, 2022 | 0xfe3366e7 |
Goerli | 10,790,000 | August 10, 2022 | 0xB8C6299D |
Mainnet | 58,750,000,000,000,000,000,000 | September 15, 2022 | 0xf0afd0e3 |
Releases
FORK_CRITERIA
43 | FORK_CRITERIA = ByBlockNumber(15537394) |
---|