forked from ethereum/EIPs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ethereum#606 from axic/hardfork-homestead
Add meta EIP for Homestead
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/). |