Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manually trigger LightClientStore force updates #2947

Merged
merged 2 commits into from
Jul 22, 2022
Merged

Manually trigger LightClientStore force updates #2947

merged 2 commits into from
Jul 22, 2022

Commits on Jul 21, 2022

  1. Manually trigger LightClientStore force updates

    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.
    etan-status committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f9d866e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. try_... --> process_...

    etan-status committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    8643e28 View commit details
    Browse the repository at this point in the history