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
726 B

  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. FEATURES:
  11. IMPROVEMENTS:
  12. - [consensus] [\#2169](https://github.com/cosmos/cosmos-sdk/issues/2169) add additional metrics
  13. - [p2p] [\#2169](https://github.com/cosmos/cosmos-sdk/issues/2169) add additional metrics
  14. - [config] \#2232 added ValidateBasic method, which performs basic checks
  15. BUG FIXES:
  16. - [autofile] \#2428 Group.RotateFile need call Flush() before rename (@goolAdapter)
  17. - [node] \#2434 Make node respond to signal interrupts while sleeping for genesis time