Skip to content

Backport release/v6.3: fix: support iavl.* pruning config keys with legacy fallback#2769

Merged
philipsu522 merged 2 commits intorelease/v6.3from
backport-2767-to-release/v6.3
Jan 27, 2026
Merged

Backport release/v6.3: fix: support iavl.* pruning config keys with legacy fallback#2769
philipsu522 merged 2 commits intorelease/v6.3from
backport-2767-to-release/v6.3

Conversation

@github-actions
Copy link

Backport of #2767 to release/v6.3.

## 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 masih requested a review from philipsu522 January 27, 2026 09:51
Commits by bot don't trigger events. In the meantime, unblocking runs.
@github-actions
Copy link
Author

github-actions bot commented Jan 27, 2026

The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedJan 27, 2026, 4:08 PM

@codecov
Copy link

codecov bot commented Jan 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.17%. Comparing base (2adbd97) to head (7d01ceb).
⚠️ Report is 1 commits behind head on release/v6.3.

Additional details and impacted files

Impacted file tree graph

@@               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     
Flag Coverage Δ
sei-chain 42.52% <ø> (-0.03%) ⬇️
sei-db 44.92% <ø> (-0.10%) ⬇️
sei-ibc-go 55.96% <ø> (ø)
sei-tendermint ?
sei-wasmd 41.56% <ø> (ø)
sei-wasmvm 39.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 350 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@philipsu522 philipsu522 merged commit c68f987 into release/v6.3 Jan 27, 2026
68 of 78 checks passed
@philipsu522 philipsu522 deleted the backport-2767-to-release/v6.3 branch January 27, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants