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