-
Hi, I need help to compile this project.
When I run "go build", I got undefined errors on struct Peer and struct AnnouncePayload.
Is there something I have missed? Sorry for bothering, I'm new to go…
-
## Background
As a user, I want to be able to write browser-based applications that use PeerIDs, e.g. `12D3KooWRBy97UB99e3J6hiPesre1MZeuNQvfan4gBziswrRJsNK` to connect to _server_ peers (kubo) over…
-
The IPv8 unit tests fail on Python 3.11 due to the `asynctest` dependency.
```python
Traceback (most recent call last):
File "C:\py-ipv8\run_all_tests.py", line 166, in
test_class_names =…
-
-
Hello, migrating from
```
github.com/libp2p/go-libp2p v0.14.3
github.com/libp2p/go-libp2p-core v0.8.6
```
to
```
github.com/libp2p/go-libp2p v0.22.0
```
surfaced a potential bug that was…
-
This came up in performance testing.
Steps to reproduce:
1. Start a community
2. Invite Alice
3. Then invite Bob
Expected: Alice will sync Bob's peer information and then use this to be awa…
-
in this code, with all the latest versions I'm trying to provide a simple object using DHT but with everything I tried it always throws Query Aborted.
the Goal I'm trying to achieve is providing a…
-
I need a relay server for my project, to allow p2p clients to discover themselves if they are behind NAT or firewalls (my project works perfectly with `mdns()` on a local network).
I have therefore i…
-
Could you please document how to receive a message?
```js
gsub.subscribe('fruit')
gsub.on('fruit', (data) => { # {
const {propagationSource, msgId, msg} = event
console.log('goss…
-
**Problem:** Since upgrading libp2p/ipfs, connecting to peers on startup and reconnecting after being offline are both slower than they should be because libp2p is not attempting multiple simultaneous…