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

feat: always try to fetch optimistic update when starting lc #5977

Merged
merged 2 commits into from
Sep 21, 2023

Commits on Sep 21, 2023

  1. feat: Always try to fetch optimistic update when starting lc

    Currently fetching an optimistic update at client start happens only if a sync is needed. 
    The proposed change tries to fetch an optimistic update even if no sync is needed, e.g. the client was initialized with a recent checkpoint
    rdvorkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5d242d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c05da33 View commit details
    Browse the repository at this point in the history