ethstorage / es-node

Golang implementation of the EthStorage node.
Other
1.15k stars 77 forks source link

New API to support the OP Blob Archiver service to allow querying of all historical blobs from the beacon chain #217

Closed qzhodl closed 4 months ago

qzhodl commented 6 months ago

Rationale

Why should this feature exist?

OP uses an S3 blob archiver to support querying all historical blobs from the beacon chain after the BLOB expires after 18 days, and EthStorage can also support the same interface so that OP can easily use EthStorage by configuring beacon-archiver without changing its code.

Implementation

Do you have ideas regarding the implementation of this feature? Are you willing to implement this feature?

syntrust commented 4 months ago

Implemented with https://github.com/ethstorage/es-node/pull/275