Files
tendermint/CHANGELOG_PENDING.md
mergify[bot] dc6d73a408 config: Add missing storage section when generating config (backport #9483) (#9488)
* config: Add missing storage section when generating config (#9483)

(cherry picked from commit b7f1e1f218)

* Add pending changelog entry

Signed-off-by: Thane Thomson <connect@thanethomson.com>

Signed-off-by: Thane Thomson <connect@thanethomson.com>
Co-authored-by: Thane Thomson <connect@thanethomson.com>
2022-09-23 13:22:07 -04:00

420 B

Unreleased Changes

v0.34.22

BREAKING CHANGES

  • CLI/RPC/Config

  • Apps

  • P2P Protocol

  • Go API

  • Blockchain Protocol

FEATURES

  • [rpc] support https inside websocket (@RiccardoM, @cmwaters)

IMPROVEMENTS

BUG FIXES

  • [config] #9483 Calling tendermint init would incorrectly leave out the new [storage] section delimiter in the generated configuration file - this has now been fixed