-
Notifications
You must be signed in to change notification settings - Fork 927
Open
Labels
lcliRelates to the lighthouse cli binaryRelates to the lighthouse cli binary
Description
Description
The lcli http-sync
command will no longer work post-fulu becuase
- The currently used
get_blob_sidecar
endpoint is deprecated, and cell kzg proofs are never returned from this endpoint - the endpoint returns empty proofs on post-fulu fork - The new
get_blobs
endpoint doesn't return KZG proofs, so it won't be sufficient to post to the publish block endpoint.
Way I can think of to get this working again:
- Download all columns via the
getDebugDataColumnSidecars
endpoint, and constructPublishBlockRequest
, however this is likely an overkill for syncing a non supernode - Expose a new endpoint that accpets block and sampling columns only
Metadata
Metadata
Assignees
Labels
lcliRelates to the lighthouse cli binaryRelates to the lighthouse cli binary