mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-13 04:25:18 -05:00
Update gossip validation rules to use the highest `finalized_checkpoint` across _all_ branches (`store.finalized_checkpoint`), instead of the one on the currently selected branch (`state.finalized_checkpoint`) when deciding whether to ignore a block / blob because they are already finalized.