-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Description
The new AT could look like:
- spin up a full custody node, producing blocks (fix number of produced blobs like we do in
DasCheckpointSyncAcceptanceTest) - spin up a non-validating node (with minimal custody requirements) with
--rest-api-get-blobs-sidecars-download-enabledon*. - spin up a non-validating node (with minimal custody requirements) with
--rest-api-get-blobs-sidecars-download-enabledoff.
- at first we can check
\v1/debug/beacon/data_column_sidecars/presence on the second node and third node - then we hit
/v1/beacon/blobs/on the second node to see that we will be able to reconstruct the blobs, while on the third node it will return 404. - we can compare the result with blobs coming from
/v1/beacon/blobs/on the full custody node. They must match. - we can finally check that
/v1/debug/beacon/data_column_sidecars/on secondary node now returns more sidecars.
We could even just enhance DasCheckpointSyncAcceptanceTest and just add all the checks in the same AT.
Metadata
Metadata
Assignees
Labels
No labels