Browse Source

update changelog for 0.19.0 release

pull/1461/head
Anton Kaliaev 6 years ago
parent
commit
1706ce6f7f
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 7 additions and 3 deletions
  1. +7
    -3
      CHANGELOG.md

+ 7
- 3
CHANGELOG.md View File

@ -24,11 +24,12 @@ BUG FIXES:
- Graceful handling/recovery for apps that have non-determinism or fail to halt
- Graceful handling/recovery for violations of safety, or liveness
## 0.19.0 (TBD)
## 0.19.0 (April 13th, 2018)
BREAKING:
- [rpc]: Changed the output format for the `/status` endpoint
- [cmd] improved `testnet` command; now it can fill in `persistent_peers` for you in the config file and much more (see `tendermint testnet --help` for details)
- [cmd] `show_node_id` now returns an error if there is no node key
- [rpc]: changed the output format for the `/status` endpoint (see https://godoc.org/github.com/tendermint/tendermint/rpc/core#Status)
Upgrade from go-wire to go-amino. This is a sweeping change that breaks everything that is
serialized to disk or over the network.
@ -38,6 +39,9 @@ See github.com/tendermint/go-amino for details on the new format.
See `scripts/wire2amino.go` for a tool to upgrade
genesis/priv_validator/node_key JSON files.
FEATURES:
- [cmd] added `gen_node_key` command
## 0.18.0 (April 6th, 2018)
BREAKING:


Loading…
Cancel
Save