ethereum.forks.tangerine_whistle

The Tangerine Whistle fork (EIP-608) is the first of two forks responding to a denial-of-service attack on the Ethereum network. It tunes the price of various EVM instructions, and reduces the state size by removing a number of empty accounts.

Changes

Upgrade Schedule

NetworkBlockExpected DateFork Hash
Mainnet2,463,000October 18, 20160x7a64da13

Releases

FORK_CRITERIA

32
FORK_CRITERIA = ByBlockNumber(2463000)

ethereum.forks.spurious_dragon

The Spurious Dragon fork is the second of two forks responding to a denial-of-service attack on the Ethereum network. It tunes the prices of EVM instructions, adds protection against replaying transaction on different chains, limits the maximum size of contract code, and enables the removal of empty accounts.

Changes

Upgrade Schedule

NetworkBlockExpected DateFork Hash
Mainnet2,675,000November 22, 20160x3edd5b10

Releases

FORK_CRITERIA

38
FORK_CRITERIA = ByBlockNumber(2675000)