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.

24 lines
468 B

  1. ## v0.31.5
  2. **
  3. ### BREAKING CHANGES:
  4. * CLI/RPC/Config
  5. * Apps
  6. * Go API
  7. * Blockchain Protocol
  8. * P2P Protocol
  9. ### FEATURES:
  10. ### IMPROVEMENTS:
  11. ### BUG FIXES:
  12. - [state] [\#3537](https://github.com/tendermint/tendermint/pull/3537#issuecomment-482711833) LoadValidators: do not return an empty validator set
  13. - [p2p] \#3532 limit the number of attempts to connect to a peer in seed mode
  14. to 16 (as a result, the node will stop retrying after a 35 hours time window)