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

API for LightClientBootstrap, LightClientFinalityUpdate, LightClientOptimisticUpdate and light client events #3954

Merged
merged 25 commits into from
Nov 28, 2023

Commits on Feb 7, 2023

  1. rebase and add comment

    GeemoCandama committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    388a7cd View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. conditional test

    GeemoCandama committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b47b4f2 View commit details
    Browse the repository at this point in the history
  2. test

    GeemoCandama committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    df78885 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e124c99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfdeca0 View commit details
    Browse the repository at this point in the history
  5. try again

    GeemoCandama committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    e15b98f View commit details
    Browse the repository at this point in the history
  6. try again

    GeemoCandama committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6db8a41 View commit details
    Browse the repository at this point in the history
  7. clippy fix

    GeemoCandama committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    1537947 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    5dbde26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4611a9c View commit details
    Browse the repository at this point in the history
  3. fmt

    GeemoCandama committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    d3da99f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

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

Commits on Nov 16, 2023

  1. Merge branch 'unstable' into light_client_beacon_api_1

    # Conflicts:
    #	beacon_node/beacon_chain/src/events.rs
    #	beacon_node/http_api/src/lib.rs
    #	beacon_node/http_api/src/test_utils.rs
    #	beacon_node/http_api/tests/main.rs
    #	beacon_node/lighthouse_network/src/rpc/codec/ssz_snappy.rs
    #	beacon_node/lighthouse_network/src/rpc/methods.rs
    #	beacon_node/lighthouse_network/src/service/api_types.rs
    #	beacon_node/network/src/beacon_processor/worker/rpc_methods.rs
    #	beacon_node/tests/test.rs
    #	common/eth2/src/types.rs
    #	lighthouse/src/main.rs
    jimmygchen committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    00179e4 View commit details
    Browse the repository at this point in the history
  2. Add missing test file

    jimmygchen committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d74e3b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad3cc69 View commit details
    Browse the repository at this point in the history
  4. Fix test compilation

    jimmygchen committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f062e77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7307756 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    bfd3fb7 View commit details
    Browse the repository at this point in the history
  2. Move get_light_client_bootstrap logic to BeaconChain. `LightClien…

    …tBootstrap` API to return `ForkVersionedResponse`.
    jimmygchen committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d90df3f View commit details
    Browse the repository at this point in the history
  3. Misc fixes.

    - log cleanup
    - move http_api config mutation to `config::get_config` for consistency
    - fix light client API responses
    jimmygchen committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    80ff555 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75bd2ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd75152 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0d0ece View commit details
    Browse the repository at this point in the history
  7. Appease clippy

    jimmygchen committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    161ece6 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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