Skip to content

Import expired blobs #5391

@realbigsean

Description

@realbigsean

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 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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions