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.

33 lines
636 B

  1. # Pending
  2. ## v0.26.4
  3. Special thanks to external contributors on this release:
  4. Friendly reminder, we have a [bug bounty
  5. program](https://hackerone.com/tendermint).
  6. ### BREAKING CHANGES:
  7. * CLI/RPC/Config
  8. * Apps
  9. * Go API
  10. * Blockchain Protocol
  11. * P2P Protocol
  12. ### FEATURES:
  13. ### IMPROVEMENTS:
  14. - [config] \#2877 add blocktime_iota to the config.toml (@ackratos)
  15. - [mempool] \#2855 add txs from Update to cache
  16. - [mempool] \#2835 Remove local int64 counter from being stored in every tx
  17. - [node] \#2827 add ability to instantiate IPCVal (@joe-bowman)
  18. ### BUG FIXES:
  19. - [rpc] \#2808 RPC validators calls IncrementAccum if necessary