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.

35 lines
1.0 KiB

  1. # Unreleased Changes
  2. ## vX.X
  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. - [config] \#5598 The `test_fuzz` and `test_fuzz_config` P2P settings have been removed. (@erikgrinaker)
  8. - Apps
  9. - P2P Protocol
  10. - Go API
  11. - [libs/os] Kill() and {Must,}{Read,Write}File() functions have been removed. (@alessio)
  12. - Blockchain Protocol
  13. ### FEATURES
  14. ### IMPROVEMENTS
  15. - [crypto/ed25519] \#5632 Adopt zip215 `ed25519` verification. (@marbar3778)
  16. - [privval] \#5603 Add `--key` to `init`, `gen_validator`, `testnet` & `unsafe_reset_priv_validator` for use in generating `secp256k1` keys.
  17. ### BUG FIXES
  18. - [rpc] \#5660 Set `application/json` as the `Content-Type` header in RPC responses.
  19. - [types] \#5523 Change json naming of `PartSetHeader` within `BlockID` from `parts` to `part_set_header` (@marbar3778)
  20. - [privval] \#5638 Increase read/write timeout to 5s and calculate ping interval based on it (@JoeKash)