-
When creating a node with the following configuration:
```
transports: [
new TCP(),
new WebSockets(),
new WebRTCStar({wrtc}),
],
connectionEncryption: [
n…
-
- **Version**: 0.40
#### Severity: Low
#### Description:
In the [fetch example ](https://github.com/libp2p/js-libp2p/blob/199395de4d8139cc77d0b408626f37c9b8520d28/src/fetch/README.md) it is said to…
-
Hello,
I am trying to chat with in the browser using lib2p i tried with the example listed [here](https://github.com/libp2p/js-libp2p/tree/master/examples/pubsub). but i was not able to recive any me…
-
Peer discovery and connections are not happening with the latest libp2p version (after esm upgrade).
I have created a failing test for both versions (before & after esm), with screenshots - [https…
-
If I want to launch first ever node of my network - meaning, no other nodes exist in network - how should my configuration to launch the bootstrap node look like?
-
In the scenario below I see peers find each other on startup. Then after an initial period of about 1 minute they drop connections and don't reconnect. While they are connected, the gossip messages ar…
-
Hi,
Could you explain what is the Network Local setting?
Thank you.
-
Originally reported on Google Code with ID 337
```
PeerAddress.addr and .services can be null.
However, this will lead to NPE in toString(), equals() and hashCode().
Here is one example of a user c…
-
```shell
TLC2 Version 2.18 of Day Month 20?? (rev: 95d980c)
Running breadth-first search Model-Checking with fp 117 and seed 5082471029450774076 with 1 worker on 10 cores with 7282MB heap and 64MB o…
lemmy updated
2 years ago
-
Hey new to using libp2p and this is my second attempt in the last year to get it to work ( gave up the first time haha).
So I have made two separate nodes. My first node (boot-node) witch has a per…