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

adopt LC REST API with v0 suffix (without proofs) #3775

Merged
merged 3 commits into from
Jun 19, 2022
Merged

Conversation

etan-status
Copy link
Contributor

Adopts the light client data REST API used by Lodestar as defined in
ethereum/beacon-APIs#181 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

More work is needed to adopt the proofs endpoint, it is not included.

Adopts the light client data REST API used by Lodestar as defined in
ethereum/beacon-APIs#181 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`

More work is needed to adopt the proofs endpoint, it is not included.
@github-actions
Copy link

github-actions bot commented Jun 18, 2022

Unit Test Results

     12 files  ±0     854 suites  ±0   1h 5m 25s ⏱️ - 4m 58s
1 715 tests ±0  1 663 ✔️ ±0    52 💤 ±0  0 ±0 
9 957 runs  ±0  9 829 ✔️ ±0  128 💤 ±0  0 ±0 

Results for commit 1c67c17. ± Comparison against base commit 2c623e5.

♻️ This comment has been updated with latest results.

@zah zah merged commit 61ee061 into unstable Jun 19, 2022
@zah zah deleted the dev/etan/lc-rest branch June 19, 2022 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants