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.

34 lines
792 B

  1. # Pending
  2. ## v0.27.0
  3. *TBD*
  4. Special thanks to external contributors on this release:
  5. Friendly reminder, we have a [bug bounty
  6. program](https://hackerone.com/tendermint).
  7. ### BREAKING CHANGES:
  8. * CLI/RPC/Config
  9. * Apps
  10. * Go API
  11. - [db] [\#2913](https://github.com/tendermint/tendermint/pull/2913) ReverseIterator API change -- start < end, and end is exclusive.
  12. * Blockchain Protocol
  13. * [state] \#2714 Validators can now only use pubkeys allowed within ConsensusParams.ValidatorParams
  14. * P2P Protocol
  15. ### FEATURES:
  16. ### IMPROVEMENTS:
  17. - [consensus] [\#2871](https://github.com/tendermint/tendermint/issues/2871) Remove *ProposalHeartbeat* infrastructure as it serves no real purpose
  18. ### BUG FIXES:
  19. - [types] \#2938 Fix regression in v0.26.4 where we panic on empty
  20. genDoc.Validators