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.

33 lines
813 B

  1. # Unreleased Changes
  2. ## v0.34.0-rc5
  3. Special thanks to external contributors on this release:
  4. Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermint).
  5. ### BREAKING CHANGES
  6. - CLI/RPC/Config
  7. - Apps
  8. - P2P Protocol
  9. - Go API
  10. - [evidence] [\#5499](https://github.com/tendermint/tendermint/pull/5449) `MaxNum` evidence consensus parameter has been changed to `MaxBytes` (@cmwaters)
  11. - Blockchain Protocol
  12. ### FEATURES
  13. ### IMPROVEMENTS
  14. - [privval] \#5434 `NewSignerDialerEndpoint` can now be given `SignerServiceEndpointOption` (@erikgrinaker)
  15. - [config] \#5433 `statesync.rpc_servers` is now properly set when writing the configuration file (@erikgrinaker)
  16. ### BUG FIXES
  17. - [privval] \#5441 Fix faulty ping message encoding causing nil message errors in logs (@erikgrinaker)