-
Rewrite main.go package with next changes:
1. Use GossipSub as PubSub protocol
2. listen to all interfaces 0.0.0.0
3. peer discovery should work not only at mDNS but also through standart DHT…
-
How to use PubSub on TypeScript ?
I want to use PubSub on Typescript and try to use the sample code on this page
[https://helia.io/modules/_helia_ipns.html](https://helia.io/modules/_helia_ipn…
-
Explain how p2p module works in this app?
-
https://github.com/libp2p/specs/tree/adbd293b93c9607558082676efba02aff5a22135/pubsub/gossipsub
-
Spec: https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/README.md
Ref. impl.: https://github.com/libp2p/go-libp2p-pubsub
-
I have updated all libraries to the latest versions at the moment.
```
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^14.1.0",
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe…
-
What is the logic of main.go?
-
I'm running two nodes on the same machine and can see:
> libp2p:mdns peer found 12D3KooWFvEoC1NJz5Cgcji15WyNGRjo85ytgMi7PJCQnTeTHM2B +0ms
libp2p:mdns discovered peer in mDNS query response 12D…
-
See https://github.com/libp2p/go-libp2p-pubsub/issues/573.
Tasks:
1. [ ] Write a spec change.
2. [ ] Implement it in go-libp2p-pubsub.
3. [ ] Integrate into F3.
-
# 💎 Issue
### Background
I was looking to work for #14166, and found there are several functions for converting different formats of p2p addresses(enode, ENR, multiaddr). For example, `PeersFrom…