-
Fetching the root block during the initial pin request will let us filter out requests for irretrievable CIDs early before they languish in the queue.
We could do this from the lambda directly usin…
-
Was revisiting this spec and I noticed that IPLD (IPFS) is being used in a kind half baked way. Some of the data included in the "request object" is assumed to also be encoded as an IPLD DAG-CBOR obje…
-
Tracking all cases that need to be implemented in order for CAR verification to be considered "done".
* [x] incremental verification
* i.e. "does actual next CAR block == expected next CAR block…
-
I would like to start a discussion around the problems I've encountered in an effort of moving JS-IPFS into SharedWorker. I'm posting a summary here, but more details can be found at https://github.co…
-
**Describe the bug**
```bash
ipfs pin add $(ipfs name resolve webui.ipfs.io)
```
doesn't pin the geoip data.
**Expected behavior**
Pinning the webui should in an offline first manner, downlo…
-
## User Story
As an archiver, I can ensure that if my hyperbee server goes down and I somehow lose all of the data that was on the server, I can ensure that I can restart the hyperbee with a backup…
-
CAIP-196 defines a straightforward way of transforming back to UCAN serialisation which works almost all the time, however it does not account for header entries apart from `alg` and `typ`. [While UCA…
-
We've discussed a `patch` API, but we haven't settled on how it gets implemented and/or if it gets implemented at this level of IPLD.
tl'dr the patch API would enable the set of values withing an I…
-
Hi Guys,
Very begging that someone can help me with the following
when i generated npm i -g truffle, it show me this Error Code:
caoshucheng@CaodeMacBook-Air nft-erc721-collection-2.0.0 % node -v
…
-
As far as I can tell the only code in this library related to schemas is directly tied to the DagCbor codec. As far as I understand, there is no fundamental reason these things should be tied together…