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.

34 lines
1.6 KiB

  1. # v0.34.0-rc4
  2. Special thanks to external contributors on this release:
  3. Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermint).
  4. ## BREAKING CHANGES
  5. - [crypto/secp256k1] \#5280 `secp256k1` has been removed from the Tendermint repo. (@marbar3778)
  6. - CLI/RPC/Config
  7. - [config] \#5315 Rename `prof_laddr` to `pprof_laddr` and move it to `rpc` section (@melekes)
  8. - [rpc] \#5315 Remove `/unsafe_start_cpu_profiler`, `/unsafe_stop_cpu_profiler` and `/unsafe_write_heap_profile`. Please use pprof functionality instead (@melekes)
  9. ## FEATURES
  10. - [privval] \#5239 Add `chainID` to requests from client. (@marbar3778)
  11. - [config] Add `--consensus.double_sign_check_height` flag and `DoubleSignCheckHeight` config variable. See [ADR-51](https://github.com/tendermint/tendermint/blob/master/docs/architecture/adr-051-double-signing-risk-reduction.md)
  12. - [light] [\#5298](https://github.com/tendermint/tendermint/pull/5298) Morph validator set and signed header into light block (@cmwaters)
  13. ## IMPROVEMENTS
  14. - [blockchain] \#5278 Verify only +2/3 of the signatures in a block when fast syncing. (@marbar3778)
  15. - [rpc] \#5293 `/dial_peers` has added `private` and `unconditional` as parameters. (@marbar3778)
  16. ## BUG FIXES
  17. - [blockchain] \#5249 Fix fast sync halt with initial height > 1 (@erikgrinaker)
  18. - [statesync] \#5302 Fix genesis state propagation to state sync routine (@erikgrinaker)
  19. - [statesync] \#5311 Fix validator set off-by-one causing consensus failures (@erikgrinaker)
  20. - [light] [\#5307](https://github.com/tendermint/tendermint/pull/5307) Persist correct proposer priority in light client validator sets (@cmwaters)