celestia-core icon indicating copy to clipboard operation
celestia-core copied to clipboard

Implement syncing from genesis without downloading data blobs

Open musalbas opened this issue 1 year ago • 3 comments

We should implement the ability for celestia-core nodes to sync the chain from genesis by only downloading the sdk.Txes (so that they can recompute the state root) but not the actual blob data (they should assume that the data root is valid).

In line with the expectation that the Celestia network is not expected to store historical blob data forever, this would then allow for celestia-core archive nodes to prune historical blob data, without destroying the ability for full nodes to sync the celestia-app state from genesis.

In other words, implement partial storage nodes that only download and check the data in the reserved namespace.

musalbas avatar Apr 06 '23 13:04 musalbas

related: https://github.com/celestiaorg/celestia-core/issues/931

musalbas avatar Apr 06 '23 13:04 musalbas

related celestia-node issue: https://github.com/celestiaorg/celestia-node/issues/2033

musalbas avatar Apr 06 '23 14:04 musalbas

related discoverability issue: https://github.com/celestiaorg/celestia-core/issues/995

musalbas avatar Apr 06 '23 14:04 musalbas