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
If we still with the augment tendermint nodes to serve IPFS directly, then an additional feature I'd throw in the mix would be the ability to prune the erasure coding too. This will be a bit tricky as we still want storage nodes to recompute and serve these shares although they were deleted from the local store.
So we'd need:
the ability to completely prune old blocks
the ability to only prune the extended/erasured data
Summary
Add the ability to delete a specific block's data in the embedded IPFS node's blockstore, and do so while pruning.
Details
delete block data from the IPFS blockstore for a specific block height while pruning.
https://github.com/lazyledger/lazyledger-core/blob/004a1a9abcf95e5f0d5299f18f694146bc9473b4/store/store.go#L312-L316
Action Items
References
Will eventually be related to #393
The text was updated successfully, but these errors were encountered: