From e34fb78cf1c7d87928f07c0f54c88bdff0f993a0 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 22 May 2019 22:32:34 +0100 Subject: [PATCH 1/4] Add hardfork meta after Istanbul (Berlin?) --- EIPS/eip-draft_berlin_hf.md | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 EIPS/eip-draft_berlin_hf.md diff --git a/EIPS/eip-draft_berlin_hf.md b/EIPS/eip-draft_berlin_hf.md new file mode 100644 index 00000000000000..0b20a7050250a5 --- /dev/null +++ b/EIPS/eip-draft_berlin_hf.md @@ -0,0 +1,43 @@ +--- +eip: +title: "Hardfork Meta: Berlin" +author: Alex Beregszaszi (@axic) +discussions-to: +type: Meta +status: Draft +created: 2019-05-20 +requires: 1679 +--- + +## Abstract + +This meta-EIP specifies the changes included in the Ethereum hardfork named Berlin. + +## Specification + +- Codename: Berlin +- Activation: TBD + +### Included EIPs + +- TBD + +### Accepted EIPs + +- TBD + +### Proposed EIPs + +- TBD + +## Timeline + +* 2019-09-20 (Fri) hard deadline to accept proposals for "Berlin" + +## References + +- TBD + +## Copyright + +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). From cb1062abf0dc4672f8276af909a49e014b96802a Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Fri, 24 May 2019 00:44:56 +0100 Subject: [PATCH 2/4] Rename to EIP-2070 --- EIPS/{eip-draft_berlin_hf.md => eip-2070.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename EIPS/{eip-draft_berlin_hf.md => eip-2070.md} (98%) diff --git a/EIPS/eip-draft_berlin_hf.md b/EIPS/eip-2070.md similarity index 98% rename from EIPS/eip-draft_berlin_hf.md rename to EIPS/eip-2070.md index 0b20a7050250a5..4bd142e90bfbd0 100644 --- a/EIPS/eip-draft_berlin_hf.md +++ b/EIPS/eip-2070.md @@ -1,5 +1,5 @@ --- -eip: +eip: 2070 title: "Hardfork Meta: Berlin" author: Alex Beregszaszi (@axic) discussions-to: From 148ab47f12bc45a219c6b6e88fb9ef1892009239 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 19 Aug 2019 17:14:57 +0200 Subject: [PATCH 3/4] Add discussion URL --- EIPS/eip-2070.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-2070.md b/EIPS/eip-2070.md index 4bd142e90bfbd0..5a6e4e38828db5 100644 --- a/EIPS/eip-2070.md +++ b/EIPS/eip-2070.md @@ -2,7 +2,7 @@ eip: 2070 title: "Hardfork Meta: Berlin" author: Alex Beregszaszi (@axic) -discussions-to: +discussions-to: https://ethereum-magicians.org/t/hardfork-meta-eip-2070-berlin-discussion/3561 type: Meta status: Draft created: 2019-05-20 From 81920d7ae1f55b56d5d709acd7c0c4d5e84c9d4d Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 5 Sep 2019 10:32:19 +0100 Subject: [PATCH 4/4] Add in tentatively accepted EIPs from Istanbul --- EIPS/eip-2070.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/EIPS/eip-2070.md b/EIPS/eip-2070.md index 5a6e4e38828db5..82f533da2261e6 100644 --- a/EIPS/eip-2070.md +++ b/EIPS/eip-2070.md @@ -26,13 +26,30 @@ This meta-EIP specifies the changes included in the Ethereum hardfork named Berl - TBD +### Tentatively Accepted EIPs + +- [EIP-663](https://eips.ethereum.org/EIPS/eip-663): Unlimited SWAP and DUP instructions +- [EIP-1057](https://eips.ethereum.org/EIPS/eip-1057): ProgPoW, a Programmatic + Proof-of-Work + - There is a + [pending audit](https://medium.com/ethereum-cat-herders/progpow-audit-goals-expectations-75bb902a1f01), + above and beyond standard security considerations, that should be evaluated + prior to inclusion. +- [EIP-1380](https://eips.ethereum.org/EIPS/eip-1380): Reduced gas cost for call to self +- [EIP-1702](https://eips.ethereum.org/EIPS/eip-1702): Generalized account versioning scheme +- [EIP-1962](https://eips.ethereum.org/EIPS/eip-1962): EC arithmetic and pairings with runtime definitions + - replaces EIP-1829 +- [EIP-1985](https://eips.ethereum.org/EIPS/eip-1985): Sane limits for certain EVM parameters +- [EIP-2045](https://eips.ethereum.org/EIPS/eip-2045): Particle gas costs for EVM opcodes +- [EIP-2046](https://eips.ethereum.org/EIPS/eip-2046): Reduced gas cost for static calls made to precompiles + ### Proposed EIPs - TBD ## Timeline -* 2019-09-20 (Fri) hard deadline to accept proposals for "Berlin" +- TBD ## References