Skip to content

Commit

Permalink
Merge pull request #3163 from dapplion/eip4844-clarify-range
Browse files Browse the repository at this point in the history
BlobsSidecarsByRange: Change range lower bound to EIP4844_FORK_EPOCH
  • Loading branch information
djrtwo authored Dec 19, 2022
2 parents 302f54b + fac4b49 commit 9ec92fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/eip4844/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ The response MUST consist of zero or more `response_chunk`.
Each _successful_ `response_chunk` MUST contain a single `BlobsSidecar` payload.

Clients MUST keep a record of signed blobs sidecars seen on the epoch range
`[max(GENESIS_EPOCH, current_epoch - MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS), current_epoch]`
`[max(current_epoch - MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS, EIP4844_FORK_EPOCH), current_epoch]`
where `current_epoch` is defined by the current wall-clock time,
and clients MUST support serving requests of blocks on this range.

Expand Down

0 comments on commit 9ec92fe

Please sign in to comment.