nit
All checks were successful
Tests / Run Blobscan scraper tests (pull_request) Successful in 2m35s
Tests / Run Beacon collector tests (pull_request) Successful in 25m54s

This commit is contained in:
Roy Crihfield 2024-06-09 21:48:58 +02:00
parent c04a6d6116
commit 42926de34d

View File

@ -43,9 +43,9 @@ func (beacon *BeaconClient) CollectBlobs(ctx context.Context, db storage.KvStora
// TOOD: persist and load?
unfetched := map[common.Slot]int{}
// TODO: reorgs?
// blob_sidecar events are received after validation over gossip, and the blobs they reference
// will not be available until head is updated with the corresponding block.
// Reorgs should not cause an issue here as we aren't concerned with canonicity.
timeout := 5 * time.Minute
for {
select {