mirror of https://github.com/status-im/EIPs.git
Merge pull request #606 from axic/hardfork-homestead
Add meta EIP for Homestead
This commit is contained in:
commit
6118112b0e
|
@ -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/).
|
Loading…
Reference in New Issue