-
CBOR has an upcoming packed format [specification](https://datatracker.ietf.org/doc/draft-ietf-cbor-packed/), the idea of which is to be able to take any CBOR-encoded data, and "compress" it by extrac…
-
The [IPLD data model](https://docs.ipld.io/#the-data-model) is a superset of JSON: it should be OK to store binary data. So on the command line, ipfs dag put --input-enc cbor actually works. It's an…
-
Hi all! First off, thank you for maintaining dag-cbor. It's great!
I came across an encoded DAG-CBOR object that makes `dag-cbor` recurse infinitely, or at least deeper than Python's default max re…
-
Numbers can be represented in different ways in CBOR. We should specify how they should be encoded so that all implementations will result with the same binary representation, hence the same hash.
…
-
# Main
The "central" db.
```
config:
- millipds_version (string? int?) - to be used if a db migration is ever needed
- pds_url (string) - the public-facing URL of this PDS e.g. "http…
-
Hi,
I am trying to re-implement the CID encoding in Python and I am having trouble reproducing the results given by `ipfs dag put`.
My understanding is that `ipfs dag put` does the following s…
-
> In order to enable data replication features for a [Decentralized Web Node](https://identity.foundation/decentralized-web-node/spec/#term:decentralized-web-node), all Messages MUST be committed to a…
-
-
## Current state
Gateway provided by go-ipfs 0.8.0 supports only `dag-pb` ([unixfsv1](https://docs.ipfs.io/guides/concepts/unixfs/)) and `raw` (raw block used for leaves) codecs.
Requesting any …
-
I tried to run `next build` after installing the dependencies for the NextJS example, And get this result:
`Attempted import error: 'decode' is not exported from '@ipld/dag-cbor' (imported as 'dag…