From 69d629573274a049a21dc3a38653d1cccbeafdb9 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Fri, 12 Mar 2021 10:21:55 -0800 Subject: [PATCH] Add release note for EIP-2929, final EIP-2930 note --- newsfragments/1974.feature.rst | 2 ++ newsfragments/1975.feature.rst | 2 ++ newsfragments/1980.feature.rst | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 newsfragments/1974.feature.rst create mode 100644 newsfragments/1975.feature.rst delete mode 100644 newsfragments/1980.feature.rst diff --git a/newsfragments/1974.feature.rst b/newsfragments/1974.feature.rst new file mode 100644 index 0000000000..21a9fbd8aa --- /dev/null +++ b/newsfragments/1974.feature.rst @@ -0,0 +1,2 @@ +EIP-2929: Gas cost increases for state access opcodes. Charge more for cold-cache access of account +and storage. diff --git a/newsfragments/1975.feature.rst b/newsfragments/1975.feature.rst new file mode 100644 index 0000000000..ec8f3c25e8 --- /dev/null +++ b/newsfragments/1975.feature.rst @@ -0,0 +1,2 @@ +EIP-2930: Optional access lists. Implement the new transaction type 1, which pre-warms account & +storage caches from EIP-2929, and adds first-class chain_id support. diff --git a/newsfragments/1980.feature.rst b/newsfragments/1980.feature.rst deleted file mode 100644 index 7f2fcd2d3b..0000000000 --- a/newsfragments/1980.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Implement the new transaction type 1, which supports access lists, and first-class chain_id, which is defined in EIP-2930. The EIP is not quite finished, because it needs to tie in with EIP-2929, which isn't merged yet.