Releases: nymtech/nym
Releases · nymtech/nym
v0.6.0
v0.5.0
v0.4.0
nym-mixnode 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)
Merged pull requests:
v0.4.0-rc.1 (2020-01-28)
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:
- Feature/health checker with existing keys #105 (jstuczyn)
- Feature/remove topology equality check #104 (futurechimp)
- Feature/base58 #102 (futurechimp)
- Feature/panic improvements #101 (jstuczyn)
- Feature/fix sphinx unwraps #100 (futurechimp)
- Feature/check packet length #99 (futurechimp)
- Feature/version filtering improvements #96 (futurechimp)
- Feature/refreshing topology #94 (jstuczyn)
- Feature/consistent logging #93 (futurechimp)
- Feature/semver client #92 (futurechimp)
- Feature/client refactor #91 (jstuczyn)
- Release builds should no longer silently fail - everything will be im… #89 (jstuczyn)
v0.3.2
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 bynym-client
- start of 'MixMining'
- start of validator node
v0.2.0
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