go-libp2p
go-libp2p copied to clipboard
libp2p implementation in Go
This PR updates the readme of `examples/libp2p-host/`. In the current form the code snippets of the readme do not work and lead to errors. The code snippets now align with...
Version Information github.com/PedrobyJoao/koko cloud.google.com/go v0.37.0 dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3 dmitri.shuralyov.com/html/belt v0.0.0-20180602232347-f7d459c86be0 dmitri.shuralyov.com/service/change v0.0.0-20181023043359-a85b471d5412 dmitri.shuralyov.com/state v0.0.0-20180228185332-28bcc343414c git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999 github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 github.com/BurntSushi/toml v0.3.1 github.com/alecthomas/kingpin/v2 v2.4.0 github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 github.com/benbjohnson/clock v1.3.5 github.com/beorn7/perks v1.0.1 github.com/bradfitz/go-smtpd...
This bug was discovered on the master branch after the merge at [`9d149fa3cbba11f2985fbc8e42cd2cf6b9a679f7`](https://github.com/libp2p/go-libp2p/pull/2118) Using [`./examples/echo`](https://github.com/libp2p/go-libp2p/tree/master/examples/echo) to reproduce, first set libp2p to the problematic version, the process can't be killed with...
We've seen reports of a chain-sync regression between lotus 1.25 and 1.26. Notably: 1. We updated go-libp2p from v0.31.1 to v0.33.2. 2. I've seen reports of peers failing to resume...
v0.36
## 🗺 What's left for release - [ ] #2551 - [ ] https://github.com/libp2p/go-libp2p/issues/2657 - [ ] https://github.com/libp2p/go-libp2p/issues/2589 - [x] https://github.com/libp2p/go-libp2p/issues/2422 ## 🔦 Highlights < top highlights for this release...
Version Information github.com/xgaicc/xgaicc cloud.google.com/go v0.37.0 cloud.google.com/go/compute v1.23.3 cloud.google.com/go/compute/metadata v0.2.3 dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3 dmitri.shuralyov.com/html/belt v0.0.0-20180602232347-f7d459c86be0 dmitri.shuralyov.com/service/change v0.0.0-20181023043359-a85b471d5412 dmitri.shuralyov.com/state v0.0.0-20180228185332-28bcc343414c git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999 git.sr.ht/~sbinet/gg v0.5.0 github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 github.com/BurntSushi/toml v1.3.2 github.com/DataDog/zstd v1.4.1 github.com/Jorropo/jsync v1.0.1 github.com/Microsoft/go-winio...
Is it possible to add a feature that would persist information about the connection to disk to save on memory usage, and then load it from disk to memory when...
There are a large number of frequent scheduled tasks in libp2p to combat network changes. Maybe we can add a special module to obtain system network change events, and then...
Allows to provide custom virtual `net.Dial` and `net.Listen` as an option and use this in transports
# Context I want to be able to run Kubo (both listens and dials) over ssh tunnels (`ssh -L`) but without having to do a bunch of manual configuration for...