From 3ff8a8dcb256f54dfdd12f31226d2afd1b8dc5ca Mon Sep 17 00:00:00 2001 From: ofo42 Date: Wed, 25 Sep 2019 13:40:56 +0200 Subject: [PATCH] Update CHANGELOG.md to 0.6.9 --- CHANGELOG.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e71e1fa0..e223185b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.6.9 +- Set `GENESIS_TIME` to [mainnet-genesis-time](https://github.com/HelixNetwork/helix-dao-data#genesis-time) +- Update Undertow from 1.4.6 to 2.0.26 +- Removed obsolete nominee tracking +- Renamed curator->ValidatorManager +- Renamed nominee -> Validator +- Modified the following configs: + - `--curator` => `--validator-manager` + - `--update-nominee` => `--update-validator` + - `--start-nominee` => `--start-validator` + - `--nominee` => `--validator` + - `--testnet-no-coo-validation` => `--testnet-no-milestone-sign-validation` +- Fixed Logback configuration + ## 0.6.8 - Remove Graphstream - Snapshots are saved to specifiable dir within of root @@ -14,7 +28,7 @@ ## 0.6.5 - getNodeInfo now only reflects relevant information - Store nominees in local db and fix getNomineesOfRound() -- Deleted empty HelixTest +- Deleted empty HelixTest - Fix debug info and javadocs in Tests - Fix for debug info, javadoc and variable names in src @@ -46,4 +60,4 @@ ## pre-0.6.0 -These change-logs have been removed to keep the file concise, if there are specific interests, feel free to reach out to the contributors. \ No newline at end of file +These change-logs have been removed to keep the file concise, if there are specific interests, feel free to reach out to the contributors.