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
Implement a blockstore which the retrieval server will use. The blockstore get(cid: Cid) will be called when some client requests a block with the cid.
The blockstore should be able to read the blocks directly from the unsealed sectors.
Implement a blockstore which the retrieval server will use. The blockstore
get(cid: Cid)
will be called when some client requests a block with the cid.The blockstore should be able to read the blocks directly from the unsealed sectors.
Blocker: #635
The text was updated successfully, but these errors were encountered: