tendermint v0.19.0 Release Notes

Release Date: 2018-04-13 // about 6 years ago
  • ๐Ÿ’ฅ BREAKING:

    • ๐Ÿ‘€ [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.

    ๐Ÿ‘€ 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!)