Skip to content

Releases: nknorg/nkn

NKN Testnet v0.3.17-alpha

05 Oct 20:52
Compare
Choose a tag to compare
Pre-release
  • Fix node stop listening at 30001 if got too many open files
  • Add retry count for failed accepting new connections before panic

NKN Testnet v0.3.16-alpha

03 Oct 18:56
Compare
Choose a tag to compare
Pre-release
  • Fix race condition in porserver

NKN Testnet v0.3.15-alpha

02 Oct 10:34
Compare
Choose a tag to compare
Pre-release

Fix go-portscanner not working by upgrading to the latest version

NKN Testnet v0.3.14-alpha

02 Oct 08:16
Compare
Choose a tag to compare
Pre-release
  • Implement name service
  • Use genesis block proposer to propose blocks when timeout to prevent forking when network is segmented
  • Will only add signature chain whose hash is lowest of the same height
  • Add naive multicast support
  • Add max holding seconds in relay packet

NKN Testnet v0.3.13-alpha

29 Sep 11:21
Compare
Choose a tag to compare
Pre-release
  • Fix node neighbor list deadlock
  • Fix hashcache clear too fast and send duplicate tx
  • Fix blockcache deadlock
  • Update to Go 1.10

NKN Testnet v0.3.12-alpha

28 Sep 11:50
Compare
Choose a tag to compare
Pre-release

Modify HandleMindChangingMsg mechanism

  1. add vote for block only whein contenttype is BlockVote.
  2. return when MindChangingMsg is higher than current voting.

NKN Testnet v0.3.11-alpha

28 Sep 07:14
Compare
Choose a tag to compare
Pre-release
  • Improve network update and recovery mechanism
  • Fix chord and node port
  • Add db rollback API
  • Migrate to gogo/protobuf for better performance

NKN Testnet v0.3.10-alpha

26 Sep 08:05
Compare
Choose a tag to compare
Pre-release

Massive improvement in system stability and robustness, especially in the following direction:

  • Make Chord connection more robust
  • Make node topology more dense and more efficient routing
  • More robust consensus especially in sync state

NKN Testnet v0.3.9-alpha

16 Sep 01:35
Compare
Choose a tag to compare
Pre-release
  • Enhance network stability

NKN Testnet v0.3.8-alpha

14 Sep 23:16
Compare
Choose a tag to compare
Pre-release
  • Compatible to signature chain produced by nodes prior to v0.3.7