Skip to content

Releases: nymtech/nym

v0.6.0

07 Apr 16:46
Compare
Choose a tag to compare

See the changelog for detailed release notes.

v0.5.0

02 Apr 14:55
Compare
Choose a tag to compare

See the changelog for detailed release notes. But the basic improvements are:

  • persistent TCP connections for higher throughput
  • persistent (and much more detailed) configuration files for clients, mixnodes, and providers

v0.4.0

28 Jan 16:35
Compare
Choose a tag to compare

nym-mixnode changelog

Full Changelog

Nym 0.4.0 Platform

In this release, we're taking a lot more care with version numbers, so that we can ensure upgrade compatibility for mixnodes, providers, clients, and validators more easily.

This release also integrates a health-checker and network topology refresh into the Nym client, so that the client can intelligently choose paths which route around any non-functional or incompatible nodes.

0.4.0-rc.2 (2020-01-28)

Full Changelog

Merged pull requests:

v0.4.0-rc.1 (2020-01-28)

Full Changelog

Closed issues:

  • Check Sphinx packet length in client #98
  • workflow test #97
  • Client SemVer #85
  • Move PemStore #74
  • Periodic client refresh #70
  • Logging #68
  • Nym-client refactor #67
  • Stop panicking! #66
  • Fix Mixnode Panic on Sphinx packet replay #65
  • Convert older code to start using logging #35
  • Convert to non-url-safe base64 (everywhere) #28
  • If a thread blows at startup, panic the entire application #15
  • Split provider/mod.rs #10

Merged pull requests:

v0.3.2

17 Jan 13:22
fe88e20
Compare
Choose a tag to compare

nym-mixnode changelog

0.3.2

  • added separate announce address
  • allows announcing dns hostname instead of an ip address

0.3.1

  • Fixed crash when directory server goes down

0.3.0

  • cleaned up a lot of internal dependencies
  • reporting version to the directory server
  • printing warning on trying to bind to "localhost", "127.0.0.1" or "0.0.0.0"
  • more informative error messages
  • generalised identity keys
  • generalised Topology handling
  • started slow transition to log crate by nym-client
  • start of 'MixMining'
  • start of validator node

v0.2.0

07 Jan 16:13
Compare
Choose a tag to compare

Linux AMD64 binaries attached.

nym-mixnode changelog

  • removed the --local flag
  • introduced --directory argument to support arbitrary directory servers. Leaving it out will point the node at the "https://directory.nymtech.net" alpha testnet server
  • the host argument is now required
  • IPv6 support
  • mixnode version number is now shown at node start
  • directory server location is now shown at node start

nym-client changelog

  • removed the --local flag
  • introduced --directory argument to support arbitrary directory servers. Leaving it out will point the node at the "https://directory.nymtech.net" alpha testnet server
  • IPv6 support
  • client version number is now shown at node start
  • directory server location is now shown at node start
  • decrease default delays

nym-sfw-provider changelog

  • removed the --local flag
  • introduced --directory argument to support arbitrary directory servers. Leaving it out will point the node at the "https://directory.nymtech.net" alpha testnet server
  • IPv6 support
  • provider version number is now shown at node start
  • directory server location is now shown at node start