Skip to content

v0.4.0

Compare
Choose a tag to compare
@Stebalien Stebalien released this 11 Dec 18:47
· 538 commits to master since this release
a7093c7
  • 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).