Jacob Heun
Jacob Heun
If you currently attempt to import AbortController via `const { AbortController } = require('abort-controller')`, it will work in Node but be undefined in browsers. This updates browser.js to be consistent...
This is a component of connection tagging. Libp2p should support configuring/tagging specific peers/multiaddrs as priority connections. The goal here is to have connections that the Connection Manager does not kill,...
- **Version**: 0.29 - **Platform**: * - **Subsystem**: Relay #### Type: Bug #### Severity: High #### Description: The following dial will throw an error `Error: Invalid version, must be a...
If no content/peer router is running, such as the DHT, and a user attempts to make a content or peer routing request the error is not particularly helpful as detailed...
In order for nodes on the network to be able to easily find a libp2p node, it needs to find its closest peers on the network and connect to them...
This has been brought up in several different issues across libp2p and js-ipfs. We need to be able to handle unstable listening of transports, and report that back to consumers...
This is a meta issue to track work I will be doing around various crypto updates in libp2p. ## Noise We are planning on deprecating `libp2p-secio` in favor of [`libp2p-noise`](https://github.com/NodeFactoryIo/js-libp2p-noise)....
This is a Meta issue for tracking several sub systems involved in improving discoverability and connectivity in js-libp2p. This list is not an exhaustive and will evolve over time. ##...
AutoRelay enables libp2p nodes to dynamically find and bind to relays on the network. Once binding (listening) is done, the node can and should advertise its addresses to the network,...
One of our goals for this quarter, is to audit the libp2p core modules and ensure the docs and examples are up to date and that they exist; [Q1 2019...