-
Notifications
You must be signed in to change notification settings - Fork 25
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 new RPC endpoints to support Beacon network data #528
Comments
@holgerd77 I'm guessing this question is related to this tracking issue maybe? If so, then this is specifically the lodestar light client and not the full beacon client. It's quite light weight but it runs inside of Ultralight and essentially just listens for beacon light client data objects that are gossiped over the portal network and updates its own internal state when it finds things its looking for (i.e. light client updates and optimistic updates). |
Haha, yes. |
Have added:
|
Added |
This PR documents all the official beacon RPC endpoints we should implement. I think we have most of them already but should confirm against this list. |
We're missing quite a few after referencing the list above. But, we're missing lots of endpoints all around, the entire |
We should some higher level endpoints to the RPC for things like
beacon_getLightClientUpdate
andbeacon_getBootstrap
and maybebeacon_lightClientStatus
to allow visibility into how our embedded light client is doing (i.e. is it tracking the head of the chain, etc).The text was updated successfully, but these errors were encountered: