refactor: migrate from ipfs-http-client to kubo-rpc-client#35
Merged
dancingfrog merged 3 commits intocursor/real-currents-storage-stack-334ffrom Mar 7, 2026
Conversation
- Replace deprecated ipfs-http-client with kubo-rpc-client (official Kubo RPC API client) - Update SOVEREIGN-WORKER-SETUP.md: Kubo v0.40.1, note on Kubo/Helia split - Update IPFS-INTEGRATION.md dependency list Co-authored-by: John Hall <dancingfrog@users.noreply.github.com>
- Add section 2b: Configure Storage Directory (IPFS_PATH, move repo, Datastore.Spec) - Update systemd service note for custom IPFS_PATH - Add troubleshooting entry for storage path issues Co-authored-by: John Hall <dancingfrog@users.noreply.github.com>
…al-currents-ipfs-integration-1bf7
7a47a31
into
cursor/real-currents-storage-stack-334f
1 check passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Medium Risk
Switching the IPFS/Kubo client library changes how the gateway and deploy/IPNS publish endpoints talk to the Worker node, so misconfiguration (notably the
/api/v0path) could break IPFS/IPNS serving or deployments. Docs and lockfile churn are low risk, but runtime integration changes warrant a careful smoke test against a real Kubo daemon.Overview
Replaces the deprecated
ipfs-http-clientwithkubo-rpc-clientacross the Node gateway, updatingserver.jsto construct the client against Kubo’s HTTP RPC API (including explicitly targetingapi/v0).Updates operational docs (
IPFS-INTEGRATION.md,SOVEREIGN-WORKER-SETUP.md) to reflect the new client, bump the recommended Kubo version, and add guidance for optional customIPFS_PATHstorage. Dependency manifests (package.json/package-lock.json) are updated accordingly.Written by Cursor Bugbot for commit 56c59c7. This will update automatically on new commits. Configure here.