File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -319,6 +319,18 @@ As seen by the client at the time of sending the message:
319319- ` earliest_available_slot ` : The slot of earliest available block
320320 (` SignedBeaconBlock ` ).
321321
322+ * Note* : According the the definition of ` earliest_available_slot ` :
323+
324+ - If the node is able to serve all blocks throughout the entire sidecars
325+ retention period (as defined by both ` MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS `
326+ and ` MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS ` ), but is NOT able to serve
327+ all sidecars during this period, it should advertise the earliest slot from
328+ which it can serve all sidecars.
329+ - If the node is able to serve all sidecars throughout the entire sidecars
330+ retention period (as defined by both ` MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS `
331+ and ` MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS ` ), it should advertise the
332+ earliest slot from which it can serve all blocks.
333+
322334##### BlobSidecarsByRange v1
323335
324336** Protocol ID:** ` /eth2/beacon_chain/req/blob_sidecars_by_range/1/ `
You can’t perform that action at this time.
0 commit comments