Backport release/v6.3: fix: support iavl.* pruning config keys with legacy fallback#2769
Merged
philipsu522 merged 2 commits intorelease/v6.3from Jan 27, 2026
Merged
Conversation
## Describe your changes and provide context In v6.3.0, pruning config moved from top-level keys to [iavl] section (e.g., `pruning` -> `iavl.pruning`). Add fallback logic to read new `iavl.*` keys first, falling back to legacy top-level keys for backward compatibility with older configs. ## Testing performed to validate your change (cherry picked from commit 804252f)
masih
approved these changes
Jan 27, 2026
philipsu522
approved these changes
Jan 27, 2026
Commits by bot don't trigger events. In the meantime, unblocking runs.
Author
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/v6.3 #2769 +/- ##
================================================
- Coverage 45.96% 45.17% -0.80%
================================================
Files 1199 853 -346
Lines 104421 70076 -34345
================================================
- Hits 47998 31656 -16342
+ Misses 52203 35760 -16443
+ Partials 4220 2660 -1560
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #2767 to
release/v6.3.