You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: