Skip to content

lcli http-sync command will no longer work from the Fulu fork #8159

@jimmygchen

Description

@jimmygchen

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 construct PublishBlockRequest, 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

No one assigned

    Labels

    lcliRelates to the lighthouse cli binary

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions