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.

37 lines
728 B

  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. - Apps
  9. - P2P Protocol
  10. - [p2p] \#7035 Remove legacy P2P routing implementation and
  11. associated configuration (@tychoish)
  12. - Go API
  13. - [blocksync] \#7046 Remove v2 implementation of the blocksync
  14. service and recactor, which was disabled in the previous release
  15. (@tychoish)
  16. - [p2p] \#7064 Remove WDRR queue implementation. (@tychoish)
  17. - Blockchain Protocol
  18. ### FEATURES
  19. - [mempool, rpc] \#7041 Add removeTx operation to the RPC layer. (@tychoish)
  20. ### IMPROVEMENTS
  21. ### BUG FIXES