multiformats / js-cid

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

refactor: default to base32 encoding for v1 CIDs #89

Closed alanshaw closed 5 years ago

alanshaw commented 5 years ago

This switches the default encoding for v1 CIDs from base58btc to base32. See https://github.com/ipfs/js-ipfs/issues/1995 for details.

BREAKING CHANGE: The default string encoding for v1 CIDs has changed from base58btc to base32.

vmx commented 5 years ago

I can't put in an inline comment, there's still the sentence "The string form of CIDs currently defaults to base58btc" in the README. I think that should also be updated.

alanshaw commented 5 years ago

Good now @vmx?