go-libp2p
go-libp2p copied to clipboard
libp2p implementation in Go
This PR was created automatically by the @web3-bot as a part of the [Unified CI](https://github.com/ipdxco/unified-github-workflows) project.
### Context Given the following scenario: - Two peers: - Peer A: with a public IP and a firewall blocking arbitrary remote connections. Running latest [Vole](https://github.com/ipfs-shipyard/vole) - Peer B (Kubo...
I had a panic in `list.Multiaddr()` which would deadlock the test instead of properly showing up the stack trace. This happens because in the defer block it waits for
## 🗺 What's left for release - [x] #2854 - [x] #3006 - [x] #2989 - [x] #2990 - [x] #2967 - [x] #2979 - [x] #2971 - [x] #2959...
Specification: https://github.com/libp2p/specs/issues/479
related to #2864
As the pion logs are too noisy, https://github.com/libp2p/go-libp2p/pull/2915 disables them. We should reenable these logs after fixing the log level logs. In most cases these can simply be downgraded to...
We used to have a section in the release process that talked about testing releases against upstream CI before releasing. That was removed, unfortunately, which has led to a few...
## What's wrong Given the following scenario:  - 1 go-libp2p peer with a public IP - 1 kubo go-libp2p peer behind NAT with a circuit relay 2 reservation over...
How to use websocket security (wss) and ignore tls verify in go-libp2p Is there any example code If you don't get an immediate response, please keep trying.