-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
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
Should use base32 as default in the "ipfs add -q --only-hash" command #7852
Comments
This isn't a bug and is covered in the issue for the migration from CIDv0 to (b32) CIDv1 #5358. |
@aschmahmann what is the workaround to get the base32 hash of an file? |
Conclusion:
via: #5358 (comment) |
@aschmahmann when this workaround will be implemented in the As newer applications should support CIDv1, some commands should be updated to default into it. |
@lidel, will this command be updated to use CIDv1 by default? |
@DaniellMesquita you can opt-in to using CIDv1 at the time of file import by passing: Note that defaulting to CIDv1 via For now, just pass |
@lidel, So, its Is it bad to produce an different merkletree/DAG? Then, how to keep compatibility? |
Instead, its outdated and still using CIDv0.
The text was updated successfully, but these errors were encountered: