mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 04:37:13 +00:00
Remove non-spec attestation deadline check that was incorrectly rejecting ILs arriving in the first 1/3 of the slot. Per the heze p2p-interface spec, ILs are valid when message.slot == current_slot (with MAXIMUM_GOSSIP_CLOCK_DISPARITY allowance). Also accept current_slot + 1 for clock disparity tolerance.