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

Add LightClient(Finality|Optimistic)Update #2944

Merged
merged 2 commits into from
Jul 21, 2022
Merged

Add LightClient(Finality|Optimistic)Update #2944

merged 2 commits into from
Jul 21, 2022

Commits on Jul 20, 2022

  1. Add LightClient(Finality|Optimistic)Update

    Introduces reduced `LightClientUpdate` structures to allow keeping track
    of the latest `finalized_header` and `optimistic_header`. This may also
    help in scheduling the next query for a full `LightClientUpdate` once
    sync committee finality has been reached.
    etan-status committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    06d9fd8 View commit details
    Browse the repository at this point in the history
  2. Improve readability of intro text

    Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
    etan-status and hwwhww authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    95019bb View commit details
    Browse the repository at this point in the history