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
ipfs.object.stat
ipfs.files.stat
Object API is being (slowly) deprecated. Need to prefix the path with /ipfs/ though. See conversation ipfs/js-ipfs#3252 (comment)
/ipfs/
The text was updated successfully, but these errors were encountered:
Closes #101
ff46492
7599a01
Retry update-data-root requests when 504 status (#115)
44d6a86
* Retry update-data-root requests when 504 status * Update to js-ipfs v0.50.1 * Closes #101 * Change default UCAN lifetime to 15 minutes instead of 30 seconds * Pin everything we query * Write custom retry * Also retry on 502s * Don't pin on `ls` * Move debug statement regarding data-root update * Add back other debug statement
Successfully merging a pull request may close this issue.
Object API is being (slowly) deprecated.
Need to prefix the path with
/ipfs/
though.See conversation ipfs/js-ipfs#3252 (comment)
The text was updated successfully, but these errors were encountered: