Merge pull request #606 from axic/hardfork-homestead

Add meta EIP for Homestead
This commit is contained in:
Hudson Jameson 2017-07-14 11:57:58 -04:00 committed by GitHub
commit 6118112b0e
1 changed files with 28 additions and 0 deletions

28
EIPS/eip-606.md Normal file
View File

@ -0,0 +1,28 @@
## Preamble
EIP: 606
Title: Hardfork Meta: Homestead
Author: Alex Beregszaszi
Type: Meta
Status: Final
Created: 2017-04-23
Requires: 2, 7
## Abstract
This specifies the changes included in the hard fork named Homestead.
## Specification
- Codename: Homestead
- Activation:
- Block >= 1,150,000 on Mainnet
- Block >= 494,000 on Morden
- Block >= 0 on future testnets
- Included EIPs:
- [EIP 2](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-2.md) (Homestead Hard-fork Changes)
- [EIP 7](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-8.md) (DELEGATECALL)
## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).