Closed vmx closed 5 years ago
The spec says that multicodec and defaultHashAlg are top-level properties, but all implementations implement them as properties of the resolver.
multicodec
defaultHashAlg
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.
All IPLD Format implementations of this org currently conform to the current spec,
The spec says that
multicodec
anddefaultHashAlg
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.