mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
* 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>
420 B
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 initwould incorrectly leave out the new[storage]section delimiter in the generated configuration file - this has now been fixed