js-ipfs
js-ipfs copied to clipboard
IPFS implementation in JavaScript
Hi! I didn't see this documented anywhere, so I had to ask what is the default global timeout for requests? Thanks!
- **Version**: ├── [email protected] ├── [email protected] - **Platform**: Linux - **Subsystem**: ipfs-http-client #### Severity: Very Low #### Description: Typing doesn't match HTTP API return values #### Steps to reproduce the...
Hi! I looked through the issue history to see if there has been a deliberate discussion around this topic, and I wasn't able to find one. Apologies if this has...
**Version**: N/A #### Type: Enhancement #### Severity: Medium #### Description: IPFS Node should persist a list of currently connected peers periodically, so the next time it starts it can use...
## 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...
The preload nodes will have the new experimental go-ipfs DHT implementation deployed which speeds up IPNS record put/gets. We should use a delegate to use the preload nodes for ipfs...
As a user of a 3rd party web application using js-ipfs in the browser, there's no way for me to indicate the configuration I would like the application to use....
https://github.com/ipfs/interface-js-ipfs-core/blob/v0.103.0/SPEC/KEY.md#keyimport However, libp2p uses a custom format that may or may not be convertible to PEM.
Performance without memstore seems quite poor (chrome/webworker). Reads from LevelDatastore/IndexedDB take 30ms for presence checks in chrome, I (and presumably other devs) had assumed this was due to network performance...
i can't find the create function api doc any where.