tendermint v0.21.0 Release Notes

  • June 21th, 2018

    ๐Ÿ’ฅ BREAKING CHANGES

    • 0๏ธโƒฃ [config] Change default ports from 4665X to 2665X. Ports over 32768 are ephemeral and reserved for use by the kernel.
    • [cmd] unsafe_reset_all removes the addrbook.json

    ๐Ÿ‘Œ IMPROVEMENT

    • 0๏ธโƒฃ [pubsub] Set default capacity to 0
    • ๐Ÿ“„ [docs] Various improvements

    ๐Ÿ› BUG FIXES

    • ๐Ÿ”€ [consensus] Fix an issue where we don't make blocks after fast_sync when create_empty_blocks=false
    • [mempool] Fix #1761 where we don't process txs if cache_size=0
    • [rpc] Fix memory leak in Websocket (when using /subscribe method)
    • ๐Ÿ [config] Escape paths in config - fixes config paths on Windows