lambda_ethereum_consensus icon indicating copy to clipboard operation
lambda_ethereum_consensus copied to clipboard

Serve blob_sidecars for the latest `MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS` epochs

Open avilagaston9 opened this issue 1 year ago • 0 comments

We added #1102 to keep our db small but this breaks the spec. We should remove this logic.

Instead, we should be able to serve blob_sidecars up until MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS epochs

See: https://github.com/ethereum/consensus-specs/blob/dev/specs/deneb/validator.md#sidecar

As part of this ticket, we should remove blobs older than MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS

avilagaston9 avatar May 22 '24 18:05 avilagaston9