lambda_ethereum_consensus
lambda_ethereum_consensus copied to clipboard
Serve blob_sidecars for the latest `MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS` epochs
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