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>
This commit is contained in:
mergify[bot]
2022-09-23 13:22:07 -04:00
committed by GitHub
parent 7e05d43b60
commit dc6d73a408
2 changed files with 5 additions and 0 deletions

View File

@@ -22,3 +22,7 @@
### 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

View File

@@ -483,6 +483,7 @@ peer_query_maj23_sleep_duration = "{{ .Consensus.PeerQueryMaj23SleepDuration }}"
#######################################################
### Storage Configuration Options ###
#######################################################
[storage]
# Set to true to discard ABCI responses from the state store, which can save a
# considerable amount of disk space. Set to false to ensure ABCI responses are