multiformats / js-cid

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

fix(api): set default base when using toV1 from V0 #146

Closed ocknamo closed 3 years ago

ocknamo commented 3 years ago

This PR is fix toV1 API to set default base to base32 when convert from V0.

More details are here.

https://github.com/multiformats/js-cid/issues/145

lidel commented 3 years ago