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.0 KiB

  1. ## v0.27.4
  2. *TBD*
  3. Special thanks to external contributors on this release:
  4. ### BREAKING CHANGES:
  5. * CLI/RPC/Config
  6. - [cli] Removed `node` `--proxy_app=dummy` option. Use `kvstore` (`persistent_kvstore`) instead.
  7. - [cli] Renamed `node` `--proxy_app=nilapp` to `--proxy_app=noop`.
  8. - [config] \#2992 `allow_duplicate_ip` is now set to false
  9. - [privval] \#2926 split up `PubKeyMsg` into `PubKeyRequest` and `PubKeyResponse` to be consistent with other message types
  10. * Apps
  11. * Go API
  12. - [types] \#2926 memoize consensus public key on initialization of remote signer and return the memoized key on
  13. `PrivValidator.GetPubKey()` instead of requesting it again
  14. - [types] \#2981 Remove `PrivValidator.GetAddress()`
  15. * Blockchain Protocol
  16. * P2P Protocol
  17. - multiple connections from the same IP are now disabled by default (see `allow_duplicate_ip` config option)
  18. ### FEATURES:
  19. - [privval] \#1181 Split immutable and mutable parts of priv_validator.json
  20. ### IMPROVEMENTS:
  21. ### BUG FIXES:
  22. - [types] \#2926 do not panic if retrieving the private validator's public key fails