Skip to content

Commit

Permalink
Merge pull request ethereum#606 from axic/hardfork-homestead
Browse files Browse the repository at this point in the history
Add meta EIP for Homestead
  • Loading branch information
Souptacular authored Jul 14, 2017
2 parents 3b2fae5 + 1328f53 commit 6118112
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions EIPS/eip-606.md
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/).

0 comments on commit 6118112

Please sign in to comment.