-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
good first issueGood for newcomersGood for newcomersteam/filecoin-pin"Filecoin Pin" project is a stakeholder for this work."Filecoin Pin" project is a stakeholder for this work.team/fs-wgFOC working group is a stakeholder for this work, and thus wants to track it on their project board.FOC working group is a stakeholder for this work, and thus wants to track it on their project board.
Description
filecoin-pin-website/src/hooks/use-dataset-pieces.ts
Lines 64 to 69 in 39d2a18
| const warmStorage = await WarmStorageService.create(synapse.getProvider(), synapse.getWarmStorageAddress()) | |
| // Query the PDP server for the dataset and its pieces | |
| const pdpServer = new PDPServer(null, serviceURL) | |
| console.debug('[DatasetPieces] Fetching pieces for dataSetId:', storageContext.dataSetId) | |
| const dataSetData = await pdpServer.getDataSet(storageContext.dataSetId) |
we should be using a filecoin-pin method for this. I believe we need to get some methods from FilOzone/synapse-sdk#249 merged in prior to piping it through filecoin-pin
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersteam/filecoin-pin"Filecoin Pin" project is a stakeholder for this work."Filecoin Pin" project is a stakeholder for this work.team/fs-wgFOC working group is a stakeholder for this work, and thus wants to track it on their project board.FOC working group is a stakeholder for this work, and thus wants to track it on their project board.