You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

846 B

v0.32.3

**

Special thanks to external contributors on this release:

Friendly reminder, we have a bug bounty program.

BREAKING CHANGES:

  • CLI/RPC/Config

  • Apps

  • Go API

FEATURES:

IMPROVEMENTS:

  • [privval] #3370 Refactors and simplifies validator/kms connection handling. Please refer to thttps://github.com/tendermint/tendermint/pull/3370#issue-257360971
  • [consensus] #3839 Reduce "Error attempting to add vote" message severity (Error -> Info)
  • [mempool] #3877 Make max_tx_bytes configurable instead of max_msg_bytes
  • [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
  • [store] #3893 register block amino, not just crypto