Skip to content

Commit b9143eb

Browse files
committed
Changelog updated
1 parent 7083294 commit b9143eb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
22

3-
## [v0.5.0](https://github.com/nymtech/nym/tree/v0.5.0) (2020-03-23)
3+
## [Unreleased](https://github.com/nymtech/nym/tree/HEAD)
44

5-
[Full Changelog](https://github.com/nymtech/nym/compare/v0.5.0-rc.1...v0.5.0)
5+
[Full Changelog](https://github.com/nymtech/nym/compare/v0.5.0-rc.1...HEAD)
6+
7+
1. Introduced proper configuration options for mixnodes, clients and providers. Everything is initialised with the `init` command that creates a saved config.toml file. To run the binary you now use `nym-<binary-name> run`, for example `nym-mixnode run`. Each flag can be overwritten at any stage with the following priority: run flags, data in config.toml and finally init flags.
8+
2. Made mixnet TCP connections persistent. When sending a Sphinx packet, it should no longer go through the lengthy process of establishing a TCP connection only to immediately tear it down after sending a single packet. This significantly boosts throughput.
9+
3. A lot of work on code clean up and refactoring including some performance fixes.
10+
4. Client now determines its default nym-sfw-provider at startup and should always try to connect to the same one. Note: we still can't reliably run more than a single provider on the network.
11+
5. Logging messages now have timestamps and when running at more aggressive log mode (like debug or even trace) we should no longer be overwhelmed with messages from external crates.
12+
6. Initial compatibility with Windows. Please let us know if you have problems.
13+
7. More work on validator, including initial Tendermint integration in Rust, and the start of the mixmining system.
614

715
**Closed issues:**
816

0 commit comments

Comments
 (0)