tendermint v0.19.5 Release Notes

  • May 20th, 2018

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿ‘€ [rpc/client] TxSearch and UnconfirmedTxs have new arguments (see below)
    • [rpc/client] TxSearch returns ResultTxSearch
    • [version] Breaking changes to Go APIs will not be reflected in breaking version change, but will be included in changelog.

    ๐Ÿ”‹ FEATURES

    • [rpc] /tx_search takes page (starts at 1) and per_page (max 100, default 30) args to paginate results
    • 0๏ธโƒฃ [rpc] /unconfirmed_txs takes limit (max 100, default 30) arg to limit the output
    • [config] mempool.size and mempool.cache_size options

    ๐Ÿ‘Œ IMPROVEMENTS

    • โšก๏ธ [docs] Lots of updates
    • [consensus] Only Fsync() the WAL before executing msgs from ourselves

    ๐Ÿ› BUG FIXES

    • [mempool] Enforce upper bound on number of transactions