-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
ipfs object get discrepency in curl vs cli api #3359
Comments
This one is still present as of 0c413de |
That |
This is what you get when you encode a binary string into a JSON object. Unfortunately, the commands lib always transfers objects as JSON and then re-encodes on the client.
|
Always base64 encode when encoding to JSON. Fixes #3359. This is a breaking change. License: MIT Signed-off-by: Steven Allen <[email protected]>
Reported by mib_27dh283 on IRC
The text was updated successfully, but these errors were encountered: