js-kubo-rpc-client icon indicating copy to clipboard operation
js-kubo-rpc-client copied to clipboard

A client library for the Kubo RPC API

Results 64 js-kubo-rpc-client issues
Sort by recently updated
recently updated
newest added

We recently switched to kubo-rpc-client as a drop-in replacement for ipfs-http-client in our project. However, we're encountering some TypeScript build errors after making this change. The errors appear to be...

The library works fine, but i expected to see the added and pinned context in the WebUI on 5001 but it does not. Is it realted to the fact that...

Part of https://github.com/ipfs/js-kubo-rpc-client/issues/56. issues that were already broken between ipfs-http-client and kubo - see https://github.com/ipfs/js-ipfs/issues/3547 - Kubo supports different format than JS-IPFS – see https://github.com/ipfs/go-ipfs/pull/8616/ - see https://github.com/ipfs/kubo/issues/9508 - PEM...

> For the full context see https://github.com/ipfs/kubo/issues/9125 ## Broken during migration ### High priority items - [ ] #94 - [ ] #77 ### Other items - [x] IPNS tests...

need/triage

This is a tracking issue for completing the JS Kubo RPC client. Right now, the client is decoupled from the old `ipfs-http-api`. However, there are still tasks to be done....

see https://github.com/ipfs/js-kubo-rpc-client/pull/83#discussion_r1048539382 from @lidel > This is an important smoke-test we should not skip and fix sooner than later (i vaguely remember Filecoin genesis blocks were "special snowflakes" that forced...

P0
kind/bug

- [x] TODO: Remove bootstrap.clear - [x] TODO: Remove bootstrap.reset - [ ] TODO: ensure bootstrap.add accepts -default parameter - [ ] TODO: ensure bootstrap.rm accepts -all parameter - see...

P1

discovered during https://github.com/ipfs/js-kubo-rpc-client/issues/56 ```bash GO_IPFS_GAMUT=true npm run test -- -f 'test/interface-tests.spec.js' --bail=false -g 'should print added files' > [email protected] test > aegir test "-f" "test/interface-tests.spec.js" "--bail=false" "-g" "should print added...

Various commands return [CID](https://github.com/multiformats/js-multiformats/#multibase-encoders--decoders--codecs) or [Multiaddr](https://github.com/multiformats/js-multiaddr) instances. For example, fetching `ipfs.swarm.peers` will return peers and their protocols. The problem is that over time new codecs and protocols identified by new...

P2
kind/bug
need/triage

see https://github.com/ipfs/js-kubo-rpc-client/pull/83#discussion_r1048699460 we should implement functionality similar to what [libp2p is doing](https://github.com/libp2p/js-libp2p-delegated-content-routing/blob/782f6cff60378b709a76f1c9408347c8f24529f4/src/index.ts#L17), to ensure requests are prevented from ever making it to the server. Currently, most of the APIs are...