multiformats / js-cid

CID implementation in JavaScript
MIT License
97 stars 39 forks source link

Make it match the go Implementation #41

Closed daviddias closed 5 years ago

daviddias commented 7 years ago

Ref: https://discuss.ipfs.io/t/how-are-the-dag-link-buffers-encoded-js-ipfs/1310/5

vmx commented 5 years ago

ipfs.dag.get() on a dag-cbor node now returns a CID object instead of a json encoded link. Hence this is not an issue anymore.