You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Updates go-libp2p-kbucket to fix a bug where we might have peers in our routing table but not use them.
Fixes a bug where we might run out of peers in our routing table, have connected peers, and not use them. We now try to re-fill our routing table from connected peers whenever we run out of peers in the DHT.
Updates go-multiaddr to switch to /p2p multiaddrs by default (hence the 0.4.0 version bump).