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 support for light client API specified by the Ethereum specification #5

Open
shresthagrawal opened this issue Oct 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@shresthagrawal
Copy link
Member

When we started building Kevlar the Light Client API to fetch Sync Protocol information was not specified. But the Lodestar client already had some custom endpoints for Light Clients which were not a part of the Ethereum specification, hence we decided to use them instead of waiting for the Ethereum specification to get finalised.

@etan-status pointed me to the finalised API specification for Light Clients. We should add support for both Libp2p API and REST API.
P2P Interface: https://github.com/ethereum/consensus-specs/blob/dev/specs/altair/light-client/p2p-interface.md
REST API: ethereum/beacon-APIs#247

@shresthagrawal shresthagrawal added the enhancement New feature or request label Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant