lighthouse/beacon_node/beacon_chain/tests
Paul Hauner db8a6f81ea Prevent attestation to future blocks from early attester cache (#3183)
## Issue Addressed

N/A

## Proposed Changes

Prevents the early attester cache from producing attestations to future blocks. This bug could result in a missed head vote if the BN was requested to produce an attestation for an earlier slot than the head block during the (usually) short window of time between verifying a block and setting it as the head.

This bug was noticed in an [Antithesis](https://andreagrieser.com/) test and diagnosed by @realbigsean. 

## Additional Info

NA
2022-05-17 01:51:25 +00:00
..
attestation_production.rs Prevent attestation to future blocks from early attester cache (#3183) 2022-05-17 01:51:25 +00:00
attestation_verification.rs Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00
block_verification.rs Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00
main.rs Retrospective invalidation of exec. payloads for opt. sync (#2837) 2022-02-28 22:07:48 +00:00
merge.rs Kiln mev boost (#3062) 2022-03-31 07:52:23 +00:00
op_verification.rs Retrospective invalidation of exec. payloads for opt. sync (#2837) 2022-02-28 22:07:48 +00:00
payload_invalidation.rs Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00
store_tests.rs Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00
sync_committee_verification.rs Retrospective invalidation of exec. payloads for opt. sync (#2837) 2022-02-28 22:07:48 +00:00
tests.rs Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00