From cf4e8be83abf6e005e78b4188f5e907866947488 Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Thu, 11 Jan 2024 12:47:20 -0700 Subject: [PATCH] Update release changelog with config defaults backport. --- RELEASE_CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index 113aa784ef..c698cf0320 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -69,6 +69,7 @@ Lastly, Provenance recommends that validators do not enable tx indexing. This sh * Add StoreLoader wrapper to check configuration settings [#1792](https://github.com/provenance-io/provenance/pull/1792). * Create a default market in `make run`, `localnet`, `devnet` and the `provenanced testnet` command [#1757](https://github.com/provenance-io/provenance/issues/1757). * Updated documentation for each module to work with docusaurus [PR 1763](https://github.com/provenance-io/provenance/pull/1763) +* Set the default `iavl-disable-fastnode` value to `false` and the default `tx_index.indexer` value to `"null"` [#1807](https://github.com/provenance-io/provenance/pull/1807). ### Bug Fixes