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.

43 lines
1.2 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. - [proto/tendermint] \#6976 Remove core protobuf files in favor of only housing them in the [tendermint/spec](https://github.com/tendermint/spec) repository.
  11. - P2P Protocol
  12. - [p2p] \#7035 Remove legacy P2P routing implementation and
  13. associated configuration options (@tychoish)
  14. - Go API
  15. - [blocksync] \#7046 Remove v2 implementation of the blocksync
  16. service and recactor, which was disabled in the previous release
  17. (@tychoish)
  18. - [p2p] \#7064 Remove WDRR queue implementation. (@tychoish)
  19. - Blockchain Protocol
  20. ### FEATURES
  21. - [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.
  22. - [mempool, rpc] \#7041 Add removeTx operation to the RPC layer. (@tychoish)
  23. ### IMPROVEMENTS
  24. ### BUG FIXES
  25. - fix: assignment copies lock value in `BitArray.UnmarshalJSON()` (@lklimek)