lighthouse/beacon_node/network
Michael Sproul 719a69aee0 Ignore blocks that skip a large distance from their parent (#1530)
## Proposed Changes

To mitigate the impact of minority forks on RAM and disk usage, this change rejects blocks whose parent lies more than 320 slots (10 epochs, ~1 hour) in the past. The behaviour is configurable via `lighthouse bn --max-skip-slots N`, and can be turned off entirely using `--max-skip-slots none`.

Co-authored-by: Paul Hauner <paul@paulhauner.com>
2020-08-17 10:54:58 +00:00
..
src Ignore blocks that skip a large distance from their parent (#1530) 2020-08-17 10:54:58 +00:00
Cargo.toml Introduce a queue for attestations from the network (#1511) 2020-08-14 04:38:45 +00:00