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.

25 lines
559 B

  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. * Blockchain Protocol
  10. * P2P Protocol
  11. FEATURES:
  12. * \#2310 Mempool is now aware of the MaxGas requirement
  13. IMPROVEMENTS:
  14. - [types] add Address to GenesisValidator [\#1714](https://github.com/tendermint/tendermint/issues/1714)
  15. BUG FIXES: