Skip to content

Commit

Permalink
Update EIP-7045: Move to Final
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
timbeiko authored Mar 29, 2024
1 parent 70471d0 commit ab9095a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions EIPS/eip-7045.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ab9095a

Please sign in to comment.