tendermint v0.34.17 Release Notes

  • ๐Ÿ’ฅ BREAKING CHANGES

    • CLI/RPC/Config

      • [cli] #8081 make the reset command safe to use (@marbar3778).

    ๐Ÿ› BUG FIXES

    • โฑ [consensus] #8079 start the timeout ticker before relay (backport #7844) (@creachadair).
    • ๐Ÿ”’ [consensus] #7992 #7994 change lock handling in handleMsg and reactor to alleviate issues gossiping during long ABCI calls (@williambanfield).