libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.27k stars 436 forks source link

fix: load peerstore peers into routing table at startup #2534

Closed achingbrain closed 2 months ago

achingbrain commented 2 months ago

On startup, query the peerstore for every peer that supports the configured KAD protocol and add them to the routing table.

Change checklist