libp2p / go-libp2p-kad-dht

A Kademlia DHT implementation on go-libp2p
https://github.com/libp2p/specs/tree/master/kad-dht
MIT License
524 stars 224 forks source link

chore: update some libp2p dependencies #798

Closed marten-seemann closed 1 year ago

marten-seemann commented 1 year ago

Specifically those that were pulling in (the deprecated) go-libp2p-core as an indirect dependency, which would prevent building this repo with the upcoming go-libp2p v0.24.0 release.

marten-seemann commented 1 year ago

❓ there are random ci errors – are these false-positives due to test coverage, or something more serious? (i see similar problem in master)

Tests in this repo seem very flaky.