libp2p / go-libp2p-kad-dht

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

Signed Peer records for the DHT #558

Open aarshkshah1992 opened 4 years ago

aarshkshah1992 commented 4 years ago

Now that we have signed peer records in libp2p, we should use them for peer addresses in the DHT.

Need to take these to completion:

https://github.com/libp2p/go-libp2p/pull/747. https://github.com/libp2p/go-libp2p-kad-dht/pull/516.

Would be nice to couple these with dial-backoffs so we can probably dial signed records as we discover them without worrying about misdials on records with higher sequence numbers(as and when we discover them).

@petar @Stebalien Will we have the dial-backoffs work merged for 0.6 ?

aarshkshah1992 commented 4 years ago

@jacobheun For 0.6 milestone.