multiformats / js-cid

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

refactor: base32 encode CIDs by default #73

Closed alanshaw closed 4 years ago

alanshaw commented 5 years ago

BREAKING CHANGE: toString and toBaseEncodedString will now use base32 encoding to encode version 1 CIDs by default.

alanshaw commented 5 years ago

Of course - there's absolutely no rush right now on getting this merged and released - I'll ping here when ready.

vmx commented 5 years ago

Good to know. Without any context I was under the impression it's one of those "last missing pieces" :)

alanshaw commented 4 years ago

No longer required - v1 CIDs already switched to using base32 encoding by default.