Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update CHANGELOG.md to 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ofo42 committed Sep 25, 2019
1 parent a18cb0f commit 3ff8a8d
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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.
These change-logs have been removed to keep the file concise, if there are specific interests, feel free to reach out to the contributors.

0 comments on commit 3ff8a8d

Please sign in to comment.