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.

29 lines
419 B

  1. ## v0.31.0
  2. **
  3. Special thanks to external contributors on this release:
  4. ### BREAKING CHANGES:
  5. * CLI/RPC/Config
  6. * Apps
  7. * Go API
  8. * Blockchain Protocol
  9. * P2P Protocol
  10. ### FEATURES:
  11. ### IMPROVEMENTS:
  12. ### BUG FIXES:
  13. * [consensus] \#3297 Flush WAL on stop to prevent data corruption during
  14. graceful shutdown
  15. * [cmd] \#3314 Return an
  16. error on `show_validator` when the private validator file does not exist.