We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go-ipfs has changed the default encoding to base32 from base58btc for CID V1.
base32
base58btc
Old school
>echo "hello world" >hello >>ipfs version ipfs version 0.4.20 >ipfs add hello added QmXeKtRSz7SVKp8Qh6tXtv6whRF5WXWQPwsqA38houakhZ hello >>ipfs add --cid-version=1 hello added zb2rhfVVf3X6mXmaQ5U4qw9jHNecJGCjEd3sapA1zRKs4p9FG hello
New school
>ipfs --version ipfs version 0.4.21 >ipfs add hello added QmXeKtRSz7SVKp8Qh6tXtv6whRF5WXWQPwsqA38houakhZ hello >ipfs add hello --cid-version=1 added bafkreiedpegc2outvfezshfallhtlersllqndmuig7yqieaprzq6evslum hello
The text was updated successfully, but these errors were encountered:
feat: CID v1 default encoding is base32 #78
0128557
BREAKING CHANGE: The default was base58btc, it is now base32. go-ipfs v0.4.21 has implemented this.
No branches or pull requests
go-ipfs has changed the default encoding to
base32
frombase58btc
for CID V1.Old school
New school
The text was updated successfully, but these errors were encountered: