tendermint v0.32.4 Release Notes

Release Date: 2019-09-20 // over 4 years ago
  • September 19, 2019

    ๐Ÿš€ Special thanks to external contributors on this release: @jon-certik, @gracenoah, @PSalant726, @gchaincl

    Friendly reminder, we have a bug bounty program.

    ๐Ÿ’ฅ BREAKING CHANGES:

    • CLI/RPC/Config
      • [rpc] #3984 Add MempoolClient interface to Client interface

    ๐Ÿ‘Œ IMPROVEMENTS:

    • [rpc] #2010 Add NewHTTPWithClient and NewJSONRPCClientWithHTTPClient (note these and NewHTTP, NewJSONRPCClient functions panic if remote is invalid) (@gracenoah)
    • [rpc] #3882 Add custom marshalers to proto messages to disable omitempty
    • [deps] #3952 bump github.com/go-kit/kit from 0.6.0 to 0.9.0
    • โœ… [deps] #3951 bump github.com/stretchr/testify from 1.3.0 to 1.4.0
    • [deps] #3945 bump github.com/gorilla/websocket from 1.2.0 to 1.4.1
    • [deps] #3948 bump github.com/libp2p/go-buffer-pool from 0.0.1 to 0.0.2
    • โœ… [deps] #3943 bump github.com/fortytw2/leaktest from 1.2.0 to 1.3.0
    • [deps] #3939 bump github.com/rs/cors from 1.6.0 to 1.7.0
    • [deps] #3937 bump github.com/magiconair/properties from 1.8.0 to 1.8.1
    • โšก๏ธ [deps] #3947 update gogo/protobuf version from v1.2.1 to v1.3.0
    • [deps] #4001 bump github.com/tendermint/tm-db from 0.1.1 to 0.2.0

    ๐Ÿ› BUG FIXES:

    • [consensus] #3908 Wait timeout_commit to pass even if create_empty_blocks is false
    • [mempool] #3968 Fix memory loading error on 32-bit machines (@jon-certik)