decentralized-identity / ion-sdk

TypeScript SDK for ION
Apache License 2.0
29 stars 14 forks source link

remove multihashes. bump deps. #40

Closed shamilovtim closed 9 months ago

shamilovtim commented 10 months ago

Context

Multihashes is deprecated and is progressively becoming incompatible with other IPFS projects like uint8arrays etc.

Instead the maintainers recommend using Multiformats to create Multihashes

Closes #39

Implementation

npm audit shows perfect and coverage is 100%