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

update for latest LC REST proposal #4213

Merged
merged 1 commit into from
Oct 4, 2022
Merged

Commits on Oct 3, 2022

  1. update for latest LC REST proposal

    Implements the latest proposal for providing LC data via REST, as of
    ethereum/beacon-APIs#247 with a v0 suffix.
    
    Requests:
    - `/eth/v0/beacon/light_client/bootstrap/{block_root}`
    - `/eth/v0/beacon/light_client/updates?start_period={start_period}&count={count}`
    - `/eth/v0/beacon/light_client/finality_update`
    - `/eth/v0/beacon/light_client/optimistic_update`
    
    HTTP Server-Sent Events (SSE):
    - `light_client_finality_update_v0`
    - `light_client_optimistic_update_v0`
    etan-status committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    4e6e2bb View commit details
    Browse the repository at this point in the history