lighthouse/beacon_node/beacon_chain
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
..
src Add AttesterCache for attestation production (#2478) 2021-07-29 04:38:26 +00:00
tests Update to spec v1.1.0-beta.1 (#2460) 2021-07-27 05:43:35 +00:00
Cargo.toml Bleeding edge discovery (#2435) 2021-07-15 16:43:17 +10:00