-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
booster-bitswap needs to make two calls to the underlying blockstore implementation:
GetSizeto get the size of the block (and check if the blockstore has the block)Getto get the block data
At the moment these calls go from booster-bitswap to boostd to the sealing subsystem.
We should update booster-bitswap to
- Call the Piece Directory to get the block's size and offset (using the Piece Directory Client)
- Fetch the block data directly from the sealing subsystem (instead of going through boostd)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done