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.

35 lines
1.3 KiB

  1. # Pending
  2. Special thanks to external contributors with PRs included in this release:
  3. BREAKING CHANGES:
  4. * CLI/RPC/Config
  5. * Apps
  6. [rpc] /status `result.node_info.other` became a map #[2391](https://github.com/tendermint/tendermint/issues/2391)
  7. * Go API
  8. * \#2310 Mempool.ReapMaxBytes -> Mempool.ReapMaxBytesMaxGas
  9. * \#2431 Remove Word256 code in libs/common, due to lack of use
  10. * \#2452 Remove the following methods from libs/common due to lack of use:
  11. * byteslice.go: cmn.IsZeros, cmn.RightPadBytes, cmn.LeftPadBytes, cmn.PrefixEndBytes
  12. * strings.go: cmn.IsHex, cmn.StripHex
  13. * int.go: Uint64Slice, all put/get int64 methods
  14. * Blockchain Protocol
  15. * P2P Protocol
  16. FEATURES:
  17. * \#2310 Mempool is now aware of the MaxGas requirement
  18. IMPROVEMENTS:
  19. - [libs/db] \#2371 Output error instead of panic when the given db_backend is not initialised (@bradyjoestar)
  20. - [mempool] [\#2399](https://github.com/tendermint/tendermint/issues/2399) Make mempool cache a proper LRU (@bradyjoestar)
  21. - [types] add Address to GenesisValidator [\#1714](https://github.com/tendermint/tendermint/issues/1714)
  22. - [metrics] `consensus.block_interval_metrics` is now gauge, not histogram (you will be able to see spikes, if any)
  23. BUG FIXES:
  24. - [node] \#2294 Delay starting node until Genesis time