-
I'm bit confused about `null`, in the schema schema it's not defined as a kind
https://github.com/ipld/ipld/blob/353baf885adebb93191cbe1f7be34f0517e20bbd/specs/schemas/schema-schema.ipldsch#L145-L1…
-
This issue is here to track the differences between the current implementation and the IPLD spec:
- [x] ipfs/specs#59 (not yet decided): Convert protobuf messages to the specified format
- [x] ipfs/sp…
-
We end up having a lengthy discussion about duplicate key exploits in signed data https://github.com/ChainAgnostic/varsig/pull/6/files#r1038482364 where it become clear that current IPLD specification…
-
The CARv1 specification is ambiguous as to whether the roots array should be allowed to be empty
https://github.com/ipld/ipld/blob/353baf885adebb93191cbe1f7be34f0517e20bbd/specs/transport/car/carv1…
-
-
allows for `application/ipld+json` or `application/ipld+cbor`
see:
https://github.com/ipld/specs/issues/99#issuecomment-471028149
-
**Describe the bug**
TL;DR `Ipld::Map` does not strictly order keys, leading to inconsistency in content hashing between this implementation and `go-ipfs` (and probably others).
Strictness errata …
cdata updated
2 years ago
-
- [ ] Build step for stripping compiled wasm modules
- [ ] Specs
- [x] WAC spec proposal + review
- [ ] Reserving a codec number
- [x] Bencode spec (https://github.com/ipld/ipld/p…
-
One of the ideas of IPLD is that it defines a Data Model that is independent of the underlying codec. You can leverage existing formats like CBOR, JSON or Protocol Buffers or create your own special p…
-
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…