siren icon indicating copy to clipboard operation
siren copied to clipboard

BackFill/Historic Block Sync Counter

Open AgeManning opened this issue 2 years ago • 0 comments

When a beacon node syncs via a checkpoint sync, it downloads historic blocks in the background.

This is accessible via the /lighthouse/syncing HTTP API endpoint: https://lighthouse-book.sigmaprime.io/api-lighthouse.html#lighthouseeth1syncing

It currenlty shows backfill syncing, but a new update will include the target for the backfill also. From this we can measure a sync distance (i.e number of slots to sync) and therefore display a backfill progress bar like we have for the others.

This is not an urgent feature, but a nice to have at some point in the future.

AgeManning avatar Feb 20 '23 03:02 AgeManning