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
476 B

  1. # Unreleased Changes
  2. ## v0.34.12
  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] [\#6685](https://github.com/tendermint/tendermint/pull/6685) fix bug
  15. with incorrecly handling contexts which occasionally froze state sync.