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 221 forks source link

Migrate go-kademlia state machines #893

Closed iand closed 10 months ago

iand commented 10 months ago

I also took the opportunity to remove usage of NodeInfo/Address and replace with a generic NodeID

I tidied up some naming and made everything more consistent. I plan to move the behaviours into the routing and query directories too and do some more cleanup next.

dennis-tra commented 10 months ago

Thanks for already doing the type changes! I only remarked nits and stuff that I can do in a separate PR for example.