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.

36 lines
878 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. - [config] \#3291 Make config.ResetTestRootWithChainID() create concurrency-safe test directories.
  13. ### BUG FIXES:
  14. * [consensus] \#3297 Flush WAL on stop to prevent data corruption during
  15. graceful shutdown
  16. - [consensus] \#3302 Reset TriggeredTimeoutPrecommit before starting next
  17. height
  18. - [rpc] \#3251 Fix /net_info#peers#remote_ip format. New format spec:
  19. * dotted decimal ("192.0.2.1"), if ip is an IPv4 or IP4-mapped IPv6 address
  20. * IPv6 ("2001:db8::1"), if ip is a valid IPv6 address
  21. * [cmd] \#3314 Return an error on `show_validator` when the private validator
  22. file does not exist
  23. * [p2p] \#3321 Authenticate a peer against its NetAddress.ID while dialing