- Graceful handling/recovery for apps that have non-determinism or fail to halt
- Graceful handling/recovery for apps that have non-determinism or fail to halt
- Graceful handling/recovery for violations of safety, or liveness
- Graceful handling/recovery for violations of safety, or liveness
## 0.19.0 (TBD)
## 0.19.0 (April 13th, 2018)
BREAKING:
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
Upgrade from go-wire to go-amino. This is a sweeping change that breaks everything that is
serialized to disk or over the network.
serialized to disk or over the network.
@ -38,6 +39,9 @@ See github.com/tendermint/go-amino for details on the new format.