ethstorage / es-node

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

Batch download into cache #305

Closed qzhodl closed 4 months ago

qzhodl commented 4 months ago

The very long finalization time on L2 (12 hours) breaks our initial assumption about downloadToCache. Therefore, we may need to batch download the BLOB to cache in case there are too many events emitted from the storage contract and the es-node can’t handle them all at once.