js-libp2p
js-libp2p copied to clipboard
The JavaScript Implementation of libp2p networking stack.
There were several libp2p users having trouble with "silent" errors, like silent errors dialling incorrect bootstrap addresses (like: ws multiaddr pointing to a tcp port). Users can enable debug mode...
Libp2p nodes can be configured to be an active relay. However, this feature is not yet implemented. An active relay node can dial other peers even if it does not...
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...
Hello, With the code below, with last libp2p version (0.28.10), I have a few surprising behaviors, by running it on two nodes into the same local network : 1. the...
Here are a couple errors I have seen while trying to put to the DHT immediately after a peer disconnects. Package versions are shown in errors. ``` index.min.js:2 Uncaught (in...
As per https://github.com/libp2p/js-libp2p/pull/802/files#diff-bfe9874d239014961b1ae4e89875a6155667db834a410aaaa2ebe3cf89820556R648 implementation makes assumption that `Transport` includes a `discovery` but that assumption is not supported by the interface definition. We should either iterate on an interface or an...
Taking into account the overhead that we experience in libp2p development when sometimes for getting a feature in we need to orchestrate several PRs just to land a change, we...
- **Version**: N/A - **Platform**: N/A - **Subsystem**: N/A #### Type: Enhancement #### Severity: N/A #### Description: The developer experience of the current libp2p config is one of the pain...
Creating this per discussion on https://github.com/ChainSafe/js-libp2p-gossipsub/pull/87#discussion_r441104564 There are currently a few inconsistencies with the ConnectionManager events that need to be solved: > it seems that there are some problems with...
- **Version**: 0.29.0 - **Platform**: Linux 1c087b494e39 5.4.0-7642-generic #46~1598628707~20.04~040157c-Ubuntu SMP Fri Aug 28 18:02:16 UTC x86_64 GNU/Linux - **Subsystem**: #### Type: Bug #### Severity: Medium #### Description: My listener is...