-
Notifications
You must be signed in to change notification settings - Fork 919
Open
Labels
Description
Description
- initializing a new archive node that wishes to store all blobs back to the deneb fork will need a way to import blobs into the db
- syncing them over the network might place an undue burden on archive nodes because you'd ban all non-archive peers (unless we make peer scoring changes around this). This might not work well at all if there are too few archive nodes. It might work just by updating
min_epochs_for_blob_sidecars_requests
tou64::MAX
- a better option would be to add a
--blob-provider
flag that points to an archive node's beacon API - we could also potentially support importing a blobs db from a file
optix2000, christopherbrumm, gosunuts, Yen, donbeave and 1 more