js-ipfs
js-ipfs copied to clipboard
IPFS implementation in JavaScript
The json object emitted by protobufjs seems to be incompatible with it's own INamespace definition in the latest release so switch to using generated code. This should be a bit...
### TODO - [ ] Add types for `react-native-fetch-api` - [ ] Integrate `rn-test` with `aegir` to run tests for both iOS and Android - [ ] Finish CI and...
The http-client dht/put seems to refuse any possible key I can dream up to send it. It looks like its because its not operating on the same principle as dht/get.
If init is called on a running/stopped node, just do nothing instead of exploding. This lets the user not care about the state of the repo and just start a...
Have added a step to set npm registry in the travis build process to solve #2997. Another way to do this would have been maintaining a `.npmrc` file in the...
* add humanize option (--human) to bitswap stat cli command ```jsipfs bitswap stat --human``` OR ```jsipfs stats bitswap --human``` * add related test for the same closes: ipfs#2057 License: MIT...
> This is JS tracking issue to match `--allow-big-block` behavior from go-ipfs (https://github.com/ipfs/go-ipfs/pull/8414 and https://github.com/ipfs/go-ipfs/issues/8696) TLDR: bigger blocks can't be exchanged over libp2p, so we want to make a loud...
TLDR: this is an artificial limit imposed by the number of socket connections open or a browser limit, see explainer and suggestion to warn users in https://github.com/ipfs/js-ipfs/issues/3983#issuecomment-996771955 --- - **Version**:...
- **Version**: `[email protected]` - **Platform**: `Arch Linux Lenovo-Y530 5.15.13-arch1-1 #1 SMP PREEMPT Wed, 05 Jan 2022 16:20:59 +0000 x86_64 GNU/Linux` - **Subsystem**: n/a #### Severity: High(?) #### Description: - What...
import * as IPFS from 'ipfs-core'; const ipfs = await IPFS.create(); Return Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './base' is not defined by "exports" in /node_modules/blockstore-core/package.json Can you help me, tks so...