-
Notifications
You must be signed in to change notification settings - Fork 39
refactor: default to base32 encoding for v1 CIDs #89
Conversation
This switches the default encoding for v1 CIDs from base58btc to base32. See ipfs/js-ipfs#1995 for details. BREAKING CHANGE: The default string encoding for v1 CIDs has changed from base58btc to base32. License: MIT Signed-off-by: Alan Shaw <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also update the README that now base32 is the default for v1 CIDs.
License: MIT Signed-off-by: Alan Shaw <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
I can't put in an inline comment, there's still the sentence "The string form of CIDs currently defaults to |
Good now @vmx? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! I'll leave the merging to you as you have a better overview over the related PRs and when to merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This switches the default encoding for v1 CIDs from base58btc to base32. See ipfs/js-ipfs#1995 for details.
BREAKING CHANGE: The default string encoding for v1 CIDs has changed from base58btc to base32.