libp2p / go-libp2p-kad-dht

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

Add tests for SearchValue fixup #946

Closed dennis-tra closed 9 months ago

dennis-tra commented 9 months ago

At the moment we don't have tests for updating peers that hold stale records (SearchValue/GetValue).

iand commented 9 months ago

Migrated to https://github.com/plprobelab/zikade/issues/27