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.

35 lines
936 B

  1. ## v0.32.1
  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. - [abci] \#2127 ABCI / mempool: Add a "Recheck Tx" indicator. Breaks the ABCI
  11. client interface (`abcicli.Client`) to allow for supplying the ABCI
  12. `types.RequestCheckTx` and `types.RequestDeliverTx` structs, and lets the
  13. mempool indicate to the ABCI app whether a CheckTx request is a recheck or
  14. not.
  15. - [libs] Remove unused `db/debugDB` and `common/colors.go` & `errors/errors.go` files (@marbar3778)
  16. * Blockchain Protocol
  17. * P2P Protocol
  18. ### FEATURES:
  19. ### IMPROVEMENTS:
  20. - [rpc] \#3700 Make possible to set absolute paths for TLS cert and key (@climber73)
  21. ### BUG FIXES:
  22. - [p2p] \#3338 Prevent "sent next PEX request too soon" errors by not calling
  23. ensurePeers outside of ensurePeersRoutine