From 04c15d378817e44003e1903d51c19c63c9a21c54 Mon Sep 17 00:00:00 2001 From: Tim Beiko <9390255+timbeiko@users.noreply.github.com> Date: Tue, 19 Mar 2024 07:55:12 -0700 Subject: [PATCH 1/6] Add 4844 test cases Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> --- EIPS/eip-4844.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-4844.md b/EIPS/eip-4844.md index 015bd12ae3f1c..c546a0d7c491f 100644 --- a/EIPS/eip-4844.md +++ b/EIPS/eip-4844.md @@ -421,7 +421,7 @@ In addition, we recommend including a 1.1x blob base fee bump requirement to the ## Test Cases -TBD +Execution layer test cases for this EIP can be found in the `eip4844_blobs` folder of the `ethereum/execution-spec-tests` repository. Consensus layer test cases can be found [here](https://github.com/ethereum/consensus-specs/tree/dev/tests/core/pyspec/eth2spec/test/deneb). ## Security Considerations From e8d6587ec5870db73dab7d980e9db7aaa485d49b Mon Sep 17 00:00:00 2001 From: Tim Beiko <9390255+timbeiko@users.noreply.github.com> Date: Tue, 19 Mar 2024 07:55:33 -0700 Subject: [PATCH 2/6] Move to Final Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> --- EIPS/eip-4844.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EIPS/eip-4844.md b/EIPS/eip-4844.md index c546a0d7c491f..efb85f6e37a3a 100644 --- a/EIPS/eip-4844.md +++ b/EIPS/eip-4844.md @@ -4,8 +4,7 @@ title: Shard Blob Transactions description: Shard Blob Transactions scale data-availability of Ethereum in a simple, forwards-compatible manner. author: Vitalik Buterin (@vbuterin), Dankrad Feist (@dankrad), Diederik Loerakker (@protolambda), George Kadianakis (@asn-d6), Matt Garnett (@lightclient), Mofi Taiwo (@Inphi), Ansgar Dietrichs (@adietrichs) discussions-to: https://ethereum-magicians.org/t/eip-4844-shard-blob-transactions/8430 -status: Last Call -last-call-deadline: 2024-02-15 +status: Final type: Standards Track category: Core created: 2022-02-25 From 165a57db0cfdd4cc69039e6dc49c9bd33bf78b93 Mon Sep 17 00:00:00 2001 From: Tim Beiko <9390255+timbeiko@users.noreply.github.com> Date: Tue, 19 Mar 2024 07:56:55 -0700 Subject: [PATCH 3/6] Make 5793 final Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> --- EIPS/eip-5793.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EIPS/eip-5793.md b/EIPS/eip-5793.md index e165d39dac2a9..b87f67c59a81f 100644 --- a/EIPS/eip-5793.md +++ b/EIPS/eip-5793.md @@ -4,8 +4,7 @@ title: eth/68 - Add tx type to tx announcement description: Adds the transaction type and transaction size to tx announcement messages in the wire protocol author: Marius van der Wijden (@MariusVanDerWijden) discussions-to: https://ethereum-magicians.org/t/eip-5793-eth-68-add-transaction-type-to-tx-announcement/11364 -status: Last Call -last-call-deadline: 2024-02-13 +status: Final type: Standards Track category: Networking created: 2022-10-18 From 910912dabb9404a1436dff5cb7e144ae77215f35 Mon Sep 17 00:00:00 2001 From: Tim Beiko <9390255+timbeiko@users.noreply.github.com> Date: Tue, 19 Mar 2024 07:57:51 -0700 Subject: [PATCH 4/6] Change link format Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> --- EIPS/eip-4844.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-4844.md b/EIPS/eip-4844.md index efb85f6e37a3a..ad0d92db07a0a 100644 --- a/EIPS/eip-4844.md +++ b/EIPS/eip-4844.md @@ -420,7 +420,7 @@ In addition, we recommend including a 1.1x blob base fee bump requirement to the ## Test Cases -Execution layer test cases for this EIP can be found in the `eip4844_blobs` folder of the `ethereum/execution-spec-tests` repository. Consensus layer test cases can be found [here](https://github.com/ethereum/consensus-specs/tree/dev/tests/core/pyspec/eth2spec/test/deneb). +Execution layer test cases for this EIP can be found in the `eip4844_blobs` folder of the `ethereum/execution-spec-tests` repository. Consensus layer test cases can be found [here](https://github.com/ethereum/consensus-specs/tree/2297c09b7e457a13f7b2261a28cb45777be82f83/tests/core/pyspec/eth2spec/test/deneb). ## Security Considerations From 5677fa86d424e71edf8ab5d5a9ba79f92a2a189b Mon Sep 17 00:00:00 2001 From: Tim Beiko <9390255+timbeiko@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:00:05 -0700 Subject: [PATCH 5/6] Make 4938 Final Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> --- EIPS/eip-4938.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EIPS/eip-4938.md b/EIPS/eip-4938.md index 0ae926e20dd1e..fed17608d31f8 100644 --- a/EIPS/eip-4938.md +++ b/EIPS/eip-4938.md @@ -4,8 +4,7 @@ title: "eth/67 - Removal of GetNodeData" description: "Remove GetNodeData and NodeData messages from the wire protocol" author: Marius van der Wijden (@MariusVanDerWijden), Felix Lange , Gary Rong discussions-to: https://ethereum-magicians.org/t/eip-4938-removal-of-getnodedata/8893 -status: Last Call -last-call-deadline: 2024-01-31 +status: Final type: Standards Track category: Networking created: 2022-03-23 From 2ea16e7003a2e7cc90f44f4b358e3d7c667b628f Mon Sep 17 00:00:00 2001 From: lightclient <14004106+lightclient@users.noreply.github.com> Date: Fri, 29 Mar 2024 16:04:14 -0400 Subject: [PATCH 6/6] 4844: update with link to exec spec testst --- EIPS/eip-4844.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-4844.md b/EIPS/eip-4844.md index ad0d92db07a0a..4ef1985e9cb3a 100644 --- a/EIPS/eip-4844.md +++ b/EIPS/eip-4844.md @@ -420,7 +420,7 @@ In addition, we recommend including a 1.1x blob base fee bump requirement to the ## Test Cases -Execution layer test cases for this EIP can be found in the `eip4844_blobs` folder of the `ethereum/execution-spec-tests` repository. Consensus layer test cases can be found [here](https://github.com/ethereum/consensus-specs/tree/2297c09b7e457a13f7b2261a28cb45777be82f83/tests/core/pyspec/eth2spec/test/deneb). +Execution layer test cases for this EIP can be found in the [`eip4844_blobs`](https://github.com/ethereum/execution-spec-tests/tree/1983444bbe1a471886ef7c0e82253ffe2a4053e1/tests/cancun/eip4844_blobs) of the `ethereum/execution-spec-tests` repository. Consensus layer test cases can be found [here](https://github.com/ethereum/consensus-specs/tree/2297c09b7e457a13f7b2261a28cb45777be82f83/tests/core/pyspec/eth2spec/test/deneb). ## Security Considerations