|
|
@ -26,23 +26,30 @@ BUG FIXES: |
|
|
|
|
|
|
|
## 0.19.1 (April 27th, 2018) |
|
|
|
|
|
|
|
Note this release includes some small breaking changes in the RPC and one in the |
|
|
|
config that are really bug fixes. v0.19.1 will work with existing chains, and make Tendermint |
|
|
|
easier to use and debug. With <3 |
|
|
|
|
|
|
|
BREAKING (MINOR) |
|
|
|
|
|
|
|
- [config] Removed `wal_light` setting. If you really needed this, let us know |
|
|
|
|
|
|
|
FEATURES: |
|
|
|
|
|
|
|
- [networks] moved in tooling from devops repo: terraform and ansible scripts for deploying testnets ! |
|
|
|
- [cmd] Added `gen_node_key` command |
|
|
|
|
|
|
|
BUG FIXES |
|
|
|
|
|
|
|
Some of these are breaking in the RPC response, but they're really bugs! |
|
|
|
|
|
|
|
- [spec] Document address format and pubkey encoding pre and post Amino |
|
|
|
- [rpc] Lower case JSON field names |
|
|
|
- [rpc] Fix missing entries and lower case the fields in `/dump_consensus_state` |
|
|
|
- [rpc] Fix NodeInfo.Channels format to hex |
|
|
|
- [rpc] Add Validator address to `/status` |
|
|
|
- [rpc] Fix `prove` in ABCIQuery |
|
|
|
- [cmd] MarshalJSONIndent on init |
|
|
|
- [spec] Document address format and pubkey encoding |
|
|
|
|
|
|
|
## 0.19.0 (April 13th, 2018) |
|
|
|
|
|
|
@ -59,6 +66,10 @@ 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 |
|
|
|
|
|
|
|
- [test] docker-compose for local testnet setup (thanks Greg!) |
|
|
|
|
|
|
|
## 0.18.0 (April 6th, 2018) |
|
|
|
|
|
|
|
BREAKING: |
|
|
|