boiler plate:

This commit is contained in:
Eitan Seri- Levi
2026-03-03 22:21:58 -08:00
parent e8d83ef57f
commit bf18f8a756
14 changed files with 444 additions and 18 deletions

View File

@@ -31,6 +31,8 @@ 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.