ipld / js-ipld

The JavaScript Implementation of IPLD
https://ipld.io
MIT License
119 stars 37 forks source link

ipld-format spec upgrade - .cid(node) => .cid(serializedNode) #95

Closed daviddias closed 6 years ago

daviddias commented 7 years ago

As pointed out by @wanderer here https://github.com/ipld/interface-ipld-format/issues/7, we need to update the spec. I'm using this issue to track of the work that needs to happen.

Edit: Moved tracking info to https://github.com/ipld/js-ipld-resolver/pull/96

vmx commented 6 years ago

This change got merged into the spec with https://github.com/ipld/interface-ipld-format/pull/24. The tracking issue for the implementation is: https://github.com/ipld/interface-ipld-format/issues/32.

I'm closing this one, follow the implementation issue instead.