From b2819454a84de889553c0c9507515b21628756f5 Mon Sep 17 00:00:00 2001 From: Tim Beiko <9390255+timbeiko@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:08:56 -0700 Subject: [PATCH 1/3] Add tests and move to Final Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> --- EIPS/eip-7045.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-7045.md b/EIPS/eip-7045.md index 4ea2061cae497..b6ba918385849 100644 --- a/EIPS/eip-7045.md +++ b/EIPS/eip-7045.md @@ -4,8 +4,7 @@ title: Increase max attestation inclusion slot description: Increases max attestaton inclusion slot to the last slot in `N+1` where `N` is the epoch containing the attestation's slot. author: Danny Ryan (@djrtwo) discussions-to: https://ethereum-magicians.org/t/eip-7045-increase-attestation-slot-inclusion-range/14342 -status: Last Call -last-call-deadline: 2024-02-15 +status: Final type: Standards Track category: Core created: 2023-05-18 @@ -66,6 +65,10 @@ Note, this was the intended behavior with the previously defined range which was This EIP introduces backwards incompatible changes to the block validation rule set on the consensus layer and must be accompanied by a hard fork. +## Test Cases + +Test cases for this EIP can be found [here](https://github.com/ethereum/consensus-specs/tree/v1.4.0/tests/core/pyspec/eth2spec/test/deneb). + ## Security Considerations This improves LMD-GHOST security as well as enables a fast confirmation rule. From c6d490f7b2c2e45dc4d03c0e3621c2ba9d81215e Mon Sep 17 00:00:00 2001 From: Tim Beiko <9390255+timbeiko@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:10:11 -0700 Subject: [PATCH 2/3] Fix link Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> --- EIPS/eip-7045.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7045.md b/EIPS/eip-7045.md index b6ba918385849..ba73250e363d1 100644 --- a/EIPS/eip-7045.md +++ b/EIPS/eip-7045.md @@ -67,7 +67,7 @@ This EIP introduces backwards incompatible changes to the block validation rule ## Test Cases -Test cases for this EIP can be found [here](https://github.com/ethereum/consensus-specs/tree/v1.4.0/tests/core/pyspec/eth2spec/test/deneb). +Test cases for this EIP can be found [here](https://github.com/ethereum/consensus-specs/tree/2297c09b7e457a13f7b2261a28cb45777be82f83/tests/core/pyspec/eth2spec/test/deneb). ## Security Considerations From 79cce458232338d82f3b1e8ce604b75612d6206e Mon Sep 17 00:00:00 2001 From: Tim Beiko <9390255+timbeiko@users.noreply.github.com> Date: Thu, 28 Mar 2024 10:18:02 -0700 Subject: [PATCH 3/3] Be clearer --- EIPS/eip-7045.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7045.md b/EIPS/eip-7045.md index ba73250e363d1..48e711c5fb4f0 100644 --- a/EIPS/eip-7045.md +++ b/EIPS/eip-7045.md @@ -67,7 +67,7 @@ This EIP introduces backwards incompatible changes to the block validation rule ## Test Cases -Test cases for this EIP can be found [here](https://github.com/ethereum/consensus-specs/tree/2297c09b7e457a13f7b2261a28cb45777be82f83/tests/core/pyspec/eth2spec/test/deneb). +Test cases for this EIP can be found in the [`deneb`](https://github.com/ethereum/consensus-specs/tree/2297c09b7e457a13f7b2261a28cb45777be82f83/tests/core/pyspec/eth2spec/test/deneb) test suite of the `consensus-specs` repository. ## Security Considerations