Remove lookup

This commit is contained in:
Eitan Seri- Levi
2026-03-27 00:13:03 -07:00
parent 15b46b430a
commit b2e6b42dbf
12 changed files with 16 additions and 493 deletions

View File

@@ -31,8 +31,6 @@ pub enum SyncRequestId {
BlobsByRange(BlobsByRangeRequestId),
/// Data columns by range request
DataColumnsByRange(DataColumnsByRangeRequestId),
/// Request searching for an execution payload envelope given a block root.
SinglePayloadEnvelope { id: SingleLookupReqId },
}
/// Request ID for data_columns_by_root requests. Block lookups do not issue this request directly.