lighthouse/beacon_node/src
Mac L c76afc6630 Remove legacy max-skip-slots checks (#4403)
## Proposed Changes

Remove `max-skip-slots` checks when processing blocks.
This was legacy code which was previously used in the Medalla testnet to sync to the correct fork.
With the addition of checkpoint sync which allows us to sync to any arbitrary fork, this is no longer a necessary feature, so it has been removed for simplicity.

## Additional Notes
The CLI flag and checks for attestation processing have been retained as it still may have uses in DoS protection.
2023-06-20 05:20:36 +00:00
..
cli.rs Remove legacy max-skip-slots checks (#4403) 2023-06-20 05:20:36 +00:00
config.rs Enable slasher broadcast by default (#4368) 2023-06-08 13:47:56 +00:00
lib.rs Switch default slasher backend to LMDB (#4360) 2023-06-07 01:50:33 +00:00