lighthouse/beacon_node/beacon_chain
Paul Hauner 931153885c Run per-slot fork choice at a further distance from the head (#3487)
## Issue Addressed

NA

## Proposed Changes

Run fork choice when the head is 256 slots from the wall-clock slot, rather than 4.

The reason we don't *always* run FC is so that it doesn't slow us down during sync. As the comments state, setting the value to 256 means that we'd only have one interrupting fork-choice call if we were syncing at 20 slots/sec.

## Additional Info

NA
2022-08-19 04:27:24 +00:00
..
src Run per-slot fork choice at a further distance from the head (#3487) 2022-08-19 04:27:24 +00:00
tests Remove INVALID_TERMINAL_BLOCK (#3385) 2022-08-10 07:52:58 +00:00
Cargo.toml Builder Specs v0.2.0 (#3134) 2022-07-30 00:22:37 +00:00