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
feat(slots): block + blob download modal on the slot detail page (#437)
* feat(slots): add block/blob download modal
Add a Download modal to the slot detail page with a Block tab (JSON/SSZ) and a
Blobs tab (one row per blob, download by versioned hash). Downloads go through
the lab-backend download proxy via a same-origin fetch+save hook that surfaces
archive 404s inline. Blob list currently sources versioned hashes from
dim_block_blob_submitter; to be repointed at fct_block_blob_head (head-timely)
once that CBT table is deployed.
* chore(api): regenerate from prod cbt-api (adds fct_block_blob_head)
* feat(slots): source download-modal blobs from fct_block_blob_head
The Blobs tab now self-fetches the slot's versioned hashes from the head table
fct_block_blob_head (real-time) instead of dim_block_blob_submitter (which lags
the chain head and was empty for recent slots). Queried by slot_start_date_time
since the cbt-api slot projection filter does not match.
0 commit comments