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
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 to u64::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
Description
min_epochs_for_blob_sidecars_requeststou64::MAX--blob-providerflag that points to an archive node's beacon API