tendermint v0.19.1 Release Notes

Release Date: 2018-04-27 // almost 6 years ago
  • ๐Ÿš€ 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, improve, 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