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.

42 lines
1.1 KiB

  1. # Unreleased Changes
  2. Friendly reminder: We have a [bug bounty program](https://hackerone.com/cosmos).
  3. ## vX.X
  4. Month, DD, YYYY
  5. Special thanks to external contributors on this release:
  6. ### BREAKING CHANGES
  7. - CLI/RPC/Config
  8. - [rpc] Remove the deprecated gRPC interface to the RPC service (@creachadair).
  9. - Apps
  10. - P2P Protocol
  11. - [p2p] \#7035 Remove legacy P2P routing implementation and
  12. associated configuration options (@tychoish)
  13. - Go API
  14. - [blocksync] \#7046 Remove v2 implementation of the blocksync
  15. service and recactor, which was disabled in the previous release
  16. (@tychoish)
  17. - [p2p] \#7064 Remove WDRR queue implementation. (@tychoish)
  18. - Blockchain Protocol
  19. ### FEATURES
  20. - [cli] [#7033](https://github.com/tendermint/tendermint/pull/7033) Add a `rollback` command to rollback to the previous tendermint state in the event of non-determinstic app hash or reverting an upgrade.
  21. - [mempool, rpc] \#7041 Add removeTx operation to the RPC layer. (@tychoish)
  22. ### IMPROVEMENTS
  23. ### BUG FIXES
  24. - fix: assignment copies lock value in `BitArray.UnmarshalJSON()` (@lklimek)