Closed danyalprout closed 9 months ago
This PR creates the archiver service. It consists of two components the archiver and the api.
archiver
api
This image shows a visualization of how the key components interact.
Overall LGTM modulo my mostly cosmetic comments, thank you for doing this!
Description
This PR creates the archiver service. It consists of two components the
archiver
and theapi
.archiver
continuously polls the beacon chain and writes any blobs it finds to the configured data store.api
uses this datastore and the beacon client to resolve get blob sidecar requestsThis image shows a visualization of how the key components interact.