mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 12:05:04 -05:00
Replaces `process_slot_for_light_client_store` which force updates the `LightClientStore` automatically based on `finalized_header` age with `try_light_client_store_force_update` which may be manually called based on use case dependent heuristics if light client sync appears stuck. Not all use cases share the same risk profile.