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 functions for deriving light client data #2938

Merged
merged 19 commits into from
Jul 20, 2022
Merged

Add functions for deriving light client data #2938

merged 19 commits into from
Jul 20, 2022

Commits on Jul 14, 2022

  1. Add functions for deriving light client data

    Adds `create_light_client_bootstrap` and `create_light_client_update`
    functions as a reference implementation for serving light client data.
    This also enables a new test harness to verify that light client data
    gets applied to a `LightClientStore` as expected.
    etan-status committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    86fe93c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    95c0757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbefbcf View commit details
    Browse the repository at this point in the history
  3. Flip order of assert and assignment

    Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
    etan-status and hwwhww committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    6146f01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88a6951 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73279f8 View commit details
    Browse the repository at this point in the history
  6. Emit checks after each individual test step

    Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
    etan-status and hwwhww committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    3c5d347 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d06f44e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8820611 View commit details
    Browse the repository at this point in the history
  9. Cleanups

    etan-status committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    de15971 View commit details
    Browse the repository at this point in the history
  10. Sync tocs

    etan-status committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    a126f22 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e75e35f View commit details
    Browse the repository at this point in the history
  12. Tabs --> Spaces

    etan-status committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    c6cd35a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    30d6352 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9d41c23 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    63816de View commit details
    Browse the repository at this point in the history
  16. Remove genesis check now that Capella is fixed

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

Commits on Jul 17, 2022

  1. Configuration menu
    Copy the full SHA
    c9f0927 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    0941114 View commit details
    Browse the repository at this point in the history