From 7adf45a3bcb4d4038efbe990c462184efe86316d Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sun, 23 Apr 2017 17:04:44 +0100 Subject: [PATCH 1/3] Add meta EIP for Metropolis --- EIPS/eip-draft_hfmeta_metropolis.md | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 EIPS/eip-draft_hfmeta_metropolis.md diff --git a/EIPS/eip-draft_hfmeta_metropolis.md b/EIPS/eip-draft_hfmeta_metropolis.md new file mode 100644 index 0000000000000..3cd4f99dd793e --- /dev/null +++ b/EIPS/eip-draft_hfmeta_metropolis.md @@ -0,0 +1,35 @@ +## Preamble + + EIP: + Title: Hardfork Meta: Metropolis + Author: Alex Beregszaszi + Type: Standard Track + Category: Core + Status: Draft + Created: 23/04/2017 + Requires: 86, 96, 98, 100, 140, 196, 197, 198, 211, 214 + +## Abstract + +This specifies the changes included in the hard fork named Metropolis. + +## Specification + +- Codename: Metropolis +- Activation: + - Block not specified yet +- Included EIPs: + - EIP 86 (Abstraction of transaction origin and signature) + - EIP 96 (Blockhash refactoring) + - EIP 98 (Removal of intermediate state roots from receipts) + - EIP 100 (Change difficulty adjustment to target mean block time including uncles) + - EIP 140 (REVERT instruction in the Ethereum Virtual Machine) + - EIP 196 (Precompiled contracts for addition and scalar multiplication on the elliptic curve alt_bn128) + - EIP 197 (Precompiled contracts for optimal ate pairing check on the elliptic curve alt_bn128) + - EIP 198 (Precompiled contract for bigint modular exponentiation) + - EIP 211 (New opcodes: RETURNDATASIZE and RETURNDATACOPY) + - EIP 214 (New opcode STATICCALL) + +## Copyright + +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). From ef590c07325d2e1997fd56b6f47a6dc96e4e9a7f Mon Sep 17 00:00:00 2001 From: cdetrio Date: Sun, 13 Aug 2017 10:28:36 -0400 Subject: [PATCH 2/3] update HF-meta for Metropolis to Byzantium --- EIPS/eip-draft_hfmeta_metropolis.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/EIPS/eip-draft_hfmeta_metropolis.md b/EIPS/eip-draft_hfmeta_metropolis.md index 3cd4f99dd793e..66e6cb3418587 100644 --- a/EIPS/eip-draft_hfmeta_metropolis.md +++ b/EIPS/eip-draft_hfmeta_metropolis.md @@ -1,27 +1,25 @@ ## Preamble - EIP: - Title: Hardfork Meta: Metropolis + EIP: 609 + Title: Hardfork Meta: Byzantium Author: Alex Beregszaszi Type: Standard Track Category: Core Status: Draft - Created: 23/04/2017 - Requires: 86, 96, 98, 100, 140, 196, 197, 198, 211, 214 + Created: 2017-04-23 + Requires: 100, 140, 196, 197, 198, 211, 214 ## Abstract -This specifies the changes included in the hard fork named Metropolis. +This specifies the changes included in the hard fork named Byzantium. ## Specification -- Codename: Metropolis +- Codename: Byzantium +- Aliases: Metropolis/Byzantium, Metropolis part 1 - Activation: - Block not specified yet - Included EIPs: - - EIP 86 (Abstraction of transaction origin and signature) - - EIP 96 (Blockhash refactoring) - - EIP 98 (Removal of intermediate state roots from receipts) - EIP 100 (Change difficulty adjustment to target mean block time including uncles) - EIP 140 (REVERT instruction in the Ethereum Virtual Machine) - EIP 196 (Precompiled contracts for addition and scalar multiplication on the elliptic curve alt_bn128) @@ -29,6 +27,7 @@ This specifies the changes included in the hard fork named Metropolis. - EIP 198 (Precompiled contract for bigint modular exponentiation) - EIP 211 (New opcodes: RETURNDATASIZE and RETURNDATACOPY) - EIP 214 (New opcode STATICCALL) + - EIP 658 (Embedding transaction return data in receipts) ## Copyright From 348a79b7c5a0b7548c0abddbb5ac3a53889a59c7 Mon Sep 17 00:00:00 2001 From: cdetrio Date: Mon, 14 Aug 2017 11:46:23 -0400 Subject: [PATCH 3/3] Rename hfmeta-byzantium to eip-609.md --- EIPS/{eip-draft_hfmeta_metropolis.md => eip-609.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename EIPS/{eip-draft_hfmeta_metropolis.md => eip-609.md} (100%) diff --git a/EIPS/eip-draft_hfmeta_metropolis.md b/EIPS/eip-609.md similarity index 100% rename from EIPS/eip-draft_hfmeta_metropolis.md rename to EIPS/eip-609.md