Skip to content

Releases: iotexproject/go-p2p

v0.3.6

26 Jan 00:30
02723bd
Compare
Choose a tag to compare
v0.3.6 Pre-release
Pre-release
  1. Increase MaxMessageSize from 1M to 12M.
  2. Fix a typo bug

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

02 Aug 16:30
7634175
Compare
Choose a tag to compare

Change advertise and findpeers to async mode

v0.3.4

05 Jul 23:12
5fe315f
Compare
Choose a tag to compare
  1. created group ID to allow peer discovery using DHT protocol
  2. introduced peer manager to manage peer discovery and blocklist

v0.3.3

06 Nov 02:12
9e2c675
Compare
Choose a tag to compare

add DHTProtocolID() to separate DHT network

v0.3.2

21 Aug 19:02
Compare
Choose a tag to compare

create a new context for each broadcast msg

  1. avoid wrapping the same context object over and over again
  2. fix test race

v0.3.1

20 Aug 17:40
a1a4f02
Compare
Choose a tag to compare

latest go-libp2p includes a DHT upgrade, set DHT mode to server mode in order for nodes to both send and respond to queries

v0.3.0

16 Jul 18:56
Compare
Choose a tag to compare

upgrade to go-libp2p v0.14.3

read private network psk from file

27 Jan 23:35
c111649
Compare
Choose a tag to compare

change to read private network psk from file