Research Bitswap extension to avoid the top-level index in share.EDStore
#1122
Labels
area:shares
Shares and samples
share.EDStore
#1122
Context
Based on #1099, disk usage will increase from the top-level index. This is a temporary solution and the index will have to be removed. LNs know which block they sample and can provide
DataRoot
's hash together with sample request over Bitswap, removing the need for hash-to-eds-file mapping. This requires us to either facilitate the implementation of Bitswap's auth extension or propose a custom Bitswap message extension. Subsequently, the Blockstore implementation provided viaEDSStore
would have to be changed to expectDataRoot
's hash to be passed through thecontext.Context
.The text was updated successfully, but these errors were encountered: