Remove GET /eth/v1/beacon/blob_sidecars/{block_id} and blob_sidecar event per ethereum/beacon-APIs#577
Add a flag --enableDeprecatedBlobs so that by default Lodestar returns 404 for GET /eth/v1/beacon/blobs/{block_id}. When enabled, the legacy blob database read continues to work.
Add a warning message at startup when blob bucket is non-empty that blob DB support ends at the next hard fork
Remove
GET /eth/v1/beacon/blob_sidecars/{block_id}andblob_sidecarevent per ethereum/beacon-APIs#577Add a flag
--enableDeprecatedBlobsso that by default Lodestar returns 404 forGET /eth/v1/beacon/blobs/{block_id}. When enabled, the legacy blob database read continues to work.Add a warning message at startup when blob bucket is non-empty that blob DB support ends at the next hard fork