-
-
Hello!
For go graphsync, we need to be able to pause a selector traversal at a block boundary and come back to it later. Currently, we deal with this by severely messing with the loader to essentia…
-
Kind of weird, and the failure outcomes are not consistent: macos seems OK, Windows seems to consistently fail, Linux seems to be flaky.
Ref: https://github.com/ipfs/go-graphsync/pull/378
rvagg updated
2 years ago
-
We are working on collecting and organizing all the information around file-sharing in P2P networks and the current implementations of content exchange protocols in IPFS (mainly Bitwswap and Graphsync…
-
For the sake of development speed and rapid result explorations, there is a lot of redundant code in test cases. This needs to be fixed before it becomes "technical debt".
-
Currently, selectors lookup and explore iteratively. Unfortunately, this means we often have to pause while going to disk.
Instead, we should be reading from disk in parallel. The simplest approach…
-
Add `pin_failed` and `storage_failed` columns to the `contents` table, to mark content IPFS pinning failure and content Filecoin deal-making failure, so we stop retrying(pinning or making deals) for s…
-
**What product are you using?**
Select one:
* NFT.Storage Classic - Web app (classic.nft.storage)
**What is the problem?**
All the pinned and Archived files can not access via any public gate…
-
# Goals
This ticket builds on #301 which adds to #300. Essentially the goal is to convert voucher/voucher result types to use go-ipld-prime schema.TypedNode.
Note that if we finish this, we now …
-
We currently have no option to restart a download, which makes lassie pretty fussy and problematic for large downloads. If you fail, you have to start from scratch. At least with Kubo, you have the da…