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.

31 lines
1.0 KiB

  1. # Pending
  2. Special thanks to external contributors on this release:
  3. BREAKING CHANGES:
  4. * CLI/RPC/Config
  5. - [config] `mempool.wal` is disabled by default
  6. * Apps
  7. * Go API
  8. - [node] Remove node.RunForever
  9. - [config] \#2232 timeouts as time.Duration, not ints
  10. * Blockchain Protocol
  11. * [types] \#2459 `Vote`/`Proposal`/`Heartbeat` use amino encoding instead of JSON in `SignBytes`.
  12. * [privval] \#2459 Split `SocketPVMsg`s implementations into Request and Response, where the Response may contain a error message (returned by the remote signer).
  13. * P2P Protocol
  14. FEATURES:
  15. IMPROVEMENTS:
  16. - [consensus] [\#2169](https://github.com/cosmos/cosmos-sdk/issues/2169) add additional metrics
  17. - [p2p] [\#2169](https://github.com/cosmos/cosmos-sdk/issues/2169) add additional metrics
  18. - [config] \#2232 added ValidateBasic method, which performs basic checks
  19. BUG FIXES:
  20. - [autofile] \#2428 Group.RotateFile need call Flush() before rename (@goolAdapter)
  21. - [node] \#2434 Make node respond to signal interrupts while sleeping for genesis time