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.
* Create constantinople.md * Update and rename constantinople.md to eip-1013.md * Update eip-1013.md Add EIP-145 * Rename eip-1013.md to EIPS/eip-1013.md
- Loading branch information
1 parent
dc16346
commit 6325b54
Showing
1 changed file
with
33 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,33 @@ | ||
--- | ||
eip: 1013 | ||
title: "Hardfork Meta: Constantinople" | ||
author: Nick Savers (@nicksavers) | ||
type: Meta | ||
status: Draft | ||
created: 2018-04-20 | ||
requires: 145, 210 | ||
--- | ||
|
||
## Abstract | ||
|
||
This specifies the changes included in the hard fork named Constantinople. | ||
|
||
## Specification | ||
|
||
- Codename: Constantinople | ||
- Aliases: Metropolis/Constantinople, Metropolis part 2 | ||
- Activation: | ||
- Block >= TBD on Mainnet | ||
- Block >= TBD on Ropsten testnet | ||
- Included EIPs: | ||
- [EIP 145](./eip-145.md) (Bitwise shifting instructions in EVM) | ||
- [EIP 210](./eip-210.md) (Blockhash refactoring) | ||
- ... | ||
|
||
## References | ||
|
||
1. Links to Ethereum blog announcement and others | ||
|
||
## Copyright | ||
|
||
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). |