You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that we respond "Resource Unavailable" when we fail the test oncheckBlobsSidecarsAreAvailable.
Problem 1:
If we have an entyre epoch of empty blobs sidecars, we will not store anything on DB. If this epoch is the oldest epoch in DA window, we return "Resource Unavailable" even if it it's the case.
Options are:
we should start writing empty blobs sidecars on DB when we do not receive them when syncing.
Move away from tracking DA window from earliest blobsSidecar slot in DB and explicitly tracking it via a DB variable.
These PRs given:
ethereum/consensus-specs#3174
ethereum/consensus-specs#3242
Given that we respond "Resource Unavailable" when we fail the test on
checkBlobsSidecarsAreAvailable
.Problem 1:
If we have an entyre epoch of empty blobs sidecars, we will not store anything on DB. If this epoch is the oldest epoch in DA window, we return "Resource Unavailable" even if it it's the case.
Options are:
Problem 2:
Captured by #6788
The text was updated successfully, but these errors were encountered: