You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing endpoint returns a BlobsSidecar response which needs to be replaced by List<BlobSidecar> from the latest CL spec (after the "free the blobs" change). The endpoint should also be moved to /eth/v1/beacon/blobs/{block_id}, see link to spec change below.
Existing endpoint on eip4844 branch: GET lighthouse/beacon/blobs_sidecars/{block_id}
Spec PR: ethereum/beacon-APIs#286
The text was updated successfully, but these errors were encountered:
Description
The existing endpoint returns a
BlobsSidecar
response which needs to be replaced byList<BlobSidecar>
from the latest CL spec (after the "free the blobs" change). The endpoint should also be moved to/eth/v1/beacon/blobs/{block_id}
, see link to spec change below.Existing endpoint on
eip4844
branch:GET lighthouse/beacon/blobs_sidecars/{block_id}
Spec PR: ethereum/beacon-APIs#286
The text was updated successfully, but these errors were encountered: