-
I have had some interesting conversation with Textile folks here https://github.com/textileio/go-textile/issues/566 which led me to think of use case for IPLD resolver composition. For convenience out…
-
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…
-
Currently, we tend to hard-code resolvers to use the unixfs resolver (or the IPLD resolver). Now that we have the CoreAPI, let's switch to using that. That will give us automatic support for *both* `/…
-
@Mr0grog makes a good point in https://github.com/ipld/ipld/issues/44#issuecomment-411853095
> I think that, because path definition is a really important part of IPLD, it’s important for each code…
-
This is because dag-pb stores links under `Links` key, which the spec in this repo doesn't check for. See https://github.com/ipld/js-ipld-dag-pb/blob/master/src/resolver.js#L28 for how this is handled…
-
`ipld-resolver` has been renamed to `ipld`, hence all packages which depend on the old `ipld` won't receive any updates and it will be confusing as it looks like there's a new version of `ipld` availa…
-
@TimDaub here are our TODOs from https://pad.riseup.net/p/Ctdc9oGWjy1Q
TODOS:
- [ ] Juan to standardize (on path to IETF/W3C)
- [x] Juan to figure out multibase
- [x] Tim to connect Juan and {Di…
-
* [x] #8 Extract DAGService and friends
* [x] Get a review on the last few commits
* [x] Get a final sign off.
* [x] Merge it!
* [ ] Fix all the other IPLD Node API issues all at once …
-
So here is my interpretation of the interface described in this repo encoded in flow types
```js
// https://github.com/ipld/interface-ipld-format#ipld-format-utils
interface Format {
serializ…
-
At 3Box we've been looking into how to best encode signed objects in IPLD. In the DID community which we are quite familiar with one direction with a lot of weight is using [JOSE](https://datatracker.…