-
Similar to go-ipfs, we want to run some js-ipfs nodes and monitor their behaviour. From a quick chat with @lgierth on IRC, here are some notes:
```
14:48 daviddias: about running js-ipfs, would b…
-
Hello everyone!
This is a call for help 🙏. As some of you know, I'm going to give a workshop about [IDM](https://github.com/ipfs-shipyard/pm-idm) and Nomios in IPFS Camp. In a glimpse, IDM is a con…
-
- **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…