diff --git a/EIPS/eip-7045.md b/EIPS/eip-7045.md index 4ea2061cae4976..48e711c5fb4f07 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 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 This improves LMD-GHOST security as well as enables a fast confirmation rule.