-
# The problem
Since this project was last maintained, several APIs in Kubo have been marked deprecated, but were not marked `[Obsolete]` in our API.
# The solution
Go through all [deprecated rpc …
-
## Steps to reproduce
- Configure a new TypeScript project with `kubo-rpc-client` as dependency and the following `tsconfig.json`:
```json
"compilerOptions": {
"target": "ES2022",
"…
-
When using stat, it does not return the correct dagSize values for non-empty directories. It appears that [this line](https://github.com/ipfs/helia/blob/main/packages/unixfs/src/commands/stat.ts#L54) …
-
**Describe the bug**
Multiple issues across the JS ecosystem when new protocols are added.
https://github.com/multiformats/js-multiaddr/blob/6cfb7add2e3a8048a20d44ca76393371ebf4e121/src/protocols…
-
Create a mock up demo of Kubo's walk with the 3 main points & associated images & text by 11/10
-
Something like `api.Closing()
-
### Checklist
- [x] This is a bug report, not a question. Ask questions on [discuss.ipfs.tech](https://discuss.ipfs.tech/c/help/13).
- [X] I have searched on the [issue tracker](https://github.com/ip…
-
Hey y'all. We've used this library with different NodeJS versions, and on the 20 LTS version, kubo-rpc-client throws timeout errors frequently whenever an RPC function is called. You don't have to cal…
-
TODO: a go engineer needs to fill this in (@jorropo? @aschmahmann)
As we have more go monorepos with various packages, we want to have a mechanism (CI check?) for being notified if the dependency c…
-
## Done Criteria
We have a durablble document that covers Helia's release philosophy and mechanics, and is easily discoverable.
## Why Important
Releases are our delivery mechanism for translatin…