Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ECIP-1054] Move Atlantis to Final, Add EIP-684 #134

Merged
merged 2 commits into from
Oct 7, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _specs/ecip-1054.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lang: en
ecip: 1054
title: Atlantis EVM and Protocol Upgrades
status: Accepted
status: Final
type: Meta
author: Isaac Ardis <isaac.a@etclabs.org>
created: 2019-02-11
Expand Down Expand Up @@ -62,6 +62,7 @@ Technical specifications for each EIP can be found at those documents respective
- [EIP 211](https://eips.ethereum.org/EIPS/eip-211) (New opcodes `RETURNDATASIZE` and `RETURNDATACOPY`)
- [EIP 214](https://eips.ethereum.org/EIPS/eip-214) (New opcode `STATICCALL`)
- [EIP 658](https://eips.ethereum.org/EIPS/eip-658) (Embedding transaction status code in receipts)
- [EIP 684](https://github.com/ethereum/EIPs/issues/684) (Prevent overwriting contracts)

In case any of the before mentioned proposals define a variable similar to the pattern `*_FORK_BLKNUM` named after _Spurious Dragon_ or _Byzantium_, it shall be replaced by a `ATLANTIS_FORK_BLKNUM`.

Expand Down