multiformats / multicodec

Compact self-describing codecs. Save space by using predefined multicodec tables.
MIT License
340 stars 204 forks source link

json,cbor: switch to "ipld" tag #244

Closed rvagg closed 2 years ago

rvagg commented 2 years ago

This change moves us toward the "ipld" tag meaning something like "can logically be used as a codec code in a CID"; with the recognition that this is a bit squishy and there is some amount of gentle abuse around the edges of CIDs which we willingly turn a blind eye to.

Ref: https://github.com/multiformats/multicodec/issues/242 Ref: https://github.com/ipfs/go-ipfs/issues/8471

mvdan commented 2 years ago

Noone seems to oppose this, it's a very small change, and it's been a few days - merging.