lighthouse/consensus
Paul Hauner 8efd9fc324 Add AttesterCache for attestation production (#2478)
## Issue Addressed

- Resolves #2169

## Proposed Changes

Adds the `AttesterCache` to allow validators to produce attestations for older slots. Presently, some arbitrary restrictions can force validators to receive an error when attesting to a slot earlier than the present one. This can cause attestation misses when there is excessive load on the validator client or time sync issues between the VC and BN.

## Additional Info

NA
2021-07-29 04:38:26 +00:00
..
cached_tree_hash Tree hash caching and optimisations for Altair (#2459) 2021-07-23 00:23:53 +00:00
fork_choice Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
int_to_bytes Update to tokio 1.1 (#2172) 2021-02-10 23:29:49 +00:00
merkle_proof Implement matches! macro (#1777) 2020-10-15 21:42:43 +00:00
proto_array Advance state to next slot after importing block (#2174) 2021-02-15 07:17:52 +00:00
safe_arith Remove saturating arith from state_processing (#1644) 2020-09-25 05:18:21 +00:00
serde_utils Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
ssz [Altair] Sync committee pools (#2321) 2021-07-15 00:52:02 +00:00
ssz_derive Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
ssz_types [Altair] Sync committee pools (#2321) 2021-07-15 00:52:02 +00:00
state_processing Use bulk verification for sync_aggregate signature (#2415) 2021-07-28 05:40:21 +00:00
swap_or_not_shuffle Use hardware acceleration for SHA256 (#2426) 2021-07-12 08:47:01 +00:00
tree_hash Use hardware acceleration for SHA256 (#2426) 2021-07-12 08:47:01 +00:00
tree_hash_derive Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
types Add AttesterCache for attestation production (#2478) 2021-07-29 04:38:26 +00:00