-
- **Version**:
```
"ipfs": "^0.48.0",
"js-ipfs": "^0.0.301",
```
See https://github.com/ltfschoen/ethquad/pull/10/files#diff-52dbbf94d5c54b68c0cad0702ba94a96R23
- **Platform**:
macOS …
-
Noticing that connections seem to be dropped after some period of idleness. Actually noticing this in as little as one minute of no activity.
Observed result:
- connect to a circuit relay peer
…
-
We've discussed this idea on various ephemeral channels before, but as @vasco-santos pointed out it would be a lot more useful to have this discussion in the issue.
### Problem statement
We have…
-
The new WebTransport protocol is supported in js-ipfs. Upgrading to this may improve content routing for js-ipfs. We can also add support for WebTransport to our own IPFS node
-
Tracking:
- [ ] ipfs-http-client https://github.com/ipfs/js-ipfs/issues/3404
- [ ] ipfs
Related
### ipfs-http-client
~~https://github.com/ipfs/js-ipfs-http-client/issues/1117#issuecomment-589…
-
The IPLD team is trying to get a handle on our roadmap and plan for the next few quarters. js-ipfs is the primary consumer of JS IPLD interfaces and we’d like to get a good list of things js-ipfs need…
-
## Context
Garbage collection in js-ipfs originally followed the go-ipfs model whereby pins were stored in a big DAG that was traversed to work out which blocks could be deleted and which couldn't …
-
## Steps
1. Support DHT client mode
* E.g. be able to make queries for content and peers
2. Implement autonat
* To become a server (e.g. to store DHT records), we need ensure we are dialabl…
-
> This is a thread for a open discussion as I would like to hear everyone's opinion. We won't change things overnight and definitely not before we are 100% confident this will be a good thing.
I re…
-
To use IPFS on react-native, I have done following things:
1. download https://unpkg.com/ipfs/dist/index.js instead of install from npm
1. import ```core-js``` to polyfill ```set``` and ```Symbol`…