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.

31 lines
871 B

  1. ## v0.32.2
  2. \*\*
  3. Special thanks to external contributors on this release:
  4. Friendly reminder, we have a [bug bounty
  5. program](https://hackerone.com/tendermint).
  6. ### BREAKING CHANGES:
  7. - CLI/RPC/Config
  8. - Apps
  9. - Go API
  10. - [libs] \#3811 Remove `db` from libs in favor of `https://github.com/tendermint/tm-cmn`
  11. ### FEATURES:
  12. ### IMPROVEMENTS:
  13. - [abci] \#3809 Recover from application panics in `server/socket_server.go` to allow socket cleanup (@ruseinov)
  14. - [rpc] \#2252 Add `/broadcast_evidence` endpoint to submit double signing and other types of evidence
  15. - [rpc] \#3818 Make `max_body_bytes` and `max_header_bytes` configurable
  16. - [p2p] \#3664 p2p/conn: reuse buffer when write/read from secret connection
  17. - [mempool] \#3826 Make `max_msg_bytes` configurable
  18. ### BUG FIXES:
  19. - [rpc] \#3813 Return err if page is incorrect (less than 0 or greater than total pages)