ipld / interface-ipld-format

A interface you can follow to implement a valid IPLD format, resolvable through the IPLD Resolver (available in IPFS)
Other
29 stars 5 forks source link

properties: align spec with implementations #46

Closed vmx closed 5 years ago

vmx commented 6 years ago

The spec says that multicodec and defaultHashAlg are top-level properties, but all implementations implement them as properties of the resolver.

I'd argue that the implementations are wrong. The properties should really be top-level.

This issue should be tackled during the IPLD API review.

vmx commented 5 years ago

All IPLD Format implementations of this org currently conform to the current spec,