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

Conversation

etan-status
Copy link
Contributor

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

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`
@github-actions
Copy link

github-actions bot commented Oct 4, 2022

Unit Test Results

       9 files     678 suites   20m 36s ⏱️
1 996 tests 1 847 ✔️ 149 💤 0
8 114 runs  7 941 ✔️ 173 💤 0

Results for commit 4e6e2bb.

@etan-status etan-status merged commit 7202acd into unstable Oct 4, 2022
@etan-status etan-status deleted the dev/etan/rc-forkedlc branch October 4, 2022 11:38
zah pushed a commit that referenced this pull request Oct 13, 2022
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`
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.

None yet

2 participants