js-kubo-rpc-client
js-kubo-rpc-client copied to clipboard
A client library for the Kubo RPC API
- [ ] TODO: Add bitswap.ledger - [ ] TODO: Add bitswap.reprovide - [ ] TODO: Remove bitswap.wantlistForPeer. `wantlist` should accept peer parameter. see https://github.com/ipfs/js-kubo-rpc-client/pull/83#discussion_r1048512346 RPC client apis should match...
Should open an issue in Kubo for dropping the connection after confirming see https://github.com/ipfs/js-kubo-rpc-client/pull/83#discussion_r1048548055
- **Version**: Object { version: "0.14.0", commit: "", repo: "12", system: "amd64/linux", golang: "go1.18.3", "ipfs-http-client": "1.0.0" } - **Platform**: 64 bit Ubuntu. Firefox 102.0.1. #### Severity: High - The main...
from https://github.com/ipfs/js-kubo-rpc-client/pull/63#discussion_r1011768128 I’ve tried IPFS_LOGGING="debug" ipfs log tail but the only thing I get is ```bash ╰─ ✘ 1 ❯ IPFS_LOGGING="debug" ipfs log tail 2022-11-02T17:53:53.844Z DEBUG cmd/ipfs ipfs/main.go:140 config path...
This client library's repo should proactively detect when a new Kubo release introduces a new RPC command. Example: `/api/v0/repo/ls` was introduced in https://github.com/ipfs/kubo/pull/9320 As a bare minimum, an issue should...
Bumps [sinon](https://github.com/sinonjs/sinon) from 17.0.2 to 18.0.0. Changelog Sourced from sinon's changelog. 18.0.0 This is what 17.0.2 should have been, as that contained two breaking changes. After updating Nise we are...
Bumps [aegir](https://github.com/ipfs/aegir) from 42.2.11 to 44.0.1. Release notes Sourced from aegir's releases. v44.0.1 44.0.1 (2024-07-01) Documentation fix typo - it's -> its (#1566) (559395f) v44.0.0 44.0.0 (2024-06-21) ⚠ BREAKING CHANGES...
Bumps [kubo](https://github.com/ipfs/npm-kubo) from 0.28.0 to 0.29.0. Commits 0b3a1e2 0.29.0 203b6bc fix(windows): remove the need for admin (#74) 9eb4d2a fix(windows): remove unix placeholder 1291a5a 0.29.0-rc2 e72b2d7 0.29.0-rc1 6cc476f feat: expose standalone...
Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.1 to 19.0.2. Changelog Sourced from sinon's changelog. 19.0.2 4eb4c4bc Use fix 13.0.2 version of fake-timers to get Date to pass instanceof checks (Carl-Erik Kopseng) a5b03db3 Add...