ethereum.homestead
The Homestead fork increases the gas cost of creating contracts, restricts the range of valid ECDSA signatures for transactions (but not precompiles), tweaks the behavior of contract creation with insufficient gas, delays the difficulty bomb, and adds an improved delegate call EVM instruction.
FORK_CRITERIA
10 | FORK_CRITERIA = ByBlockNumber(1150000) |
---|
ethereum.dao_fork
The DAO Fork is a response to a smart contract exploit known as the 2016 DAO Attack where a vulnerable contract was drained of its ether. This fork recovers the stolen funds into a new contract.
FORK_CRITERIA
9 | FORK_CRITERIA = ByBlockNumber(1920000) |
---|