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.

29 lines
601 B

  1. # Unreleased Changes
  2. ## v0.34.4
  3. Special thanks to external contributors on this release:
  4. Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermint).
  5. ### BREAKING CHANGES
  6. - CLI/RPC/Config
  7. - Apps
  8. - P2P Protocol
  9. - Go API
  10. - Blockchain Protocol
  11. ### FEATURES
  12. ### IMPROVEMENTS
  13. ### BUG FIXES
  14. - [light] \#6022 Fix a bug when the number of validators equals 100 (@melekes)
  15. - [light] \#6026 Fix a bug when height isn't provided for the rpc calls: `/commit` and `/validators` (@cmwaters)
  16. - [evidence] \#6068 Terminate broadcastEvidenceRoutine when peer is stopped (@melekes)