tendermint v0.32.3 Release Notes

Release Date: 2019-08-28 // over 4 years ago
  • August 28, 2019

    @climber73 wrote the Writing a Tendermint Core application in Java 📄 (gRPC) guide.

    🚀 Special thanks to external contributors on this release: @gchaincl, @bluele, @climber73

    Friendly reminder, we have a bug bounty program.

    👌 IMPROVEMENTS:

    • [consensus] #3839 Reduce "Error attempting to add vote" message severity (Error -> Info)
    • [mempool] #3877 Make max_tx_bytes configurable instead of max_msg_bytes (@bluele)
    • 🔨 [privval] #3370 Refactor and simplify validator/kms connection handling. Please refer to this comment for details
    • 📚 [rpc] #3880 Document endpoints with swagger, introduce contract tests of implementation against documentation

    🐛 BUG FIXES:

    • [config] #3868 Move misplaced max_msg_bytes into mempool section (@bluele)
    • [rpc] #3910 Fix DATA RACE in HTTP client (@gchaincl)
    • [store] #3893 Fix "Unregistered interface types.Evidence" panic