-
Notifications
You must be signed in to change notification settings - Fork 1.2k
hashAlg option in ipfs.add does not work , it's overridden by sha2-256 algo #3952
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
HTTP RPC API in go-ipfs uses @fawazahmed0 if you use go-ipfs on backend the workaround here is to pass @achingbrain would the fix here be adding |
Looks like this got missed during the multiformats migration. Fixes #3952
Looks like this got missed during the multiformats migration. Fixes #3952
Windows 10, NodeJS v17.1.0
Severity:
Medium
Description:
The hashAlg option doesn't work in ipfs.add
Works Good(sha2-256 algo):
Output:
Confirmation:
Doesn't Work (blake2b-256 algo):
Output:
Confirmation:
Thanks
The text was updated successfully, but these errors were encountered: