fix: iavl pruning issue move onto next version if stuck#9334
Conversation
|
Important Notice This PR modifies an in-repo Go module. It is one of:
The dependent Go modules, especially the root one, will have to be Please follow the instructions below:
Please let us know if you need any help. |
WalkthroughThe update modifies the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
CHANGELOG.md (2)
57-60: New Version Block for v28.0.6 Added
A new version section for v28.0.6 has been introduced to document the IAVL pruning issue fix (PR #9334). Please verify that the placement (as the most recent version) and formatting match the established changelog style. Consider whether the wording clearly explains that the system now moves on to the next version if it gets stuck during pruning.
60-64: v28.0.5 Section Updated
The entry for v28.0.5 now includes the CosmWasm Pool raw state query feature (PR #9006), in addition to the existing bump for ibc-go (PR #9050). Please check that these entries are correctly grouped under the "State Compatible" category and that the updates conform to the overall changelog format.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (4)
go.modis excluded by!**/*.modgo.sumis excluded by!**/*.sum,!**/*.sumosmoutils/go.modis excluded by!**/*.modosmoutils/go.sumis excluded by!**/*.sum,!**/*.sum
📒 Files selected for processing (1)
CHANGELOG.md(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (7)
- GitHub Check: go (01)
- GitHub Check: go (02)
- GitHub Check: go (03)
- GitHub Check: go (00)
- GitHub Check: e2e
- GitHub Check: Run golangci-lint
- GitHub Check: Summary
* fix: iavl pruning issue move onto next version if stuck * chore: add CHANGELOG.md (cherry picked from commit 45d3e29) # Conflicts: # go.sum # osmoutils/go.mod
* fix: iavl pruning issue move onto next version if stuck * chore: add CHANGELOG.md (cherry picked from commit 45d3e29) # Conflicts: # osmoutils/go.mod
…) (#9335) * fix: iavl pruning issue move onto next version if stuck (#9334) * fix: iavl pruning issue move onto next version if stuck * chore: add CHANGELOG.md (cherry picked from commit 45d3e29) # Conflicts: # go.sum # osmoutils/go.mod * fix: merge commit --------- Co-authored-by: PaddyMc <paddymchale@hotmail.com>
…) (#9336) * fix: iavl pruning issue move onto next version if stuck (#9334) * fix: iavl pruning issue move onto next version if stuck * chore: add CHANGELOG.md (cherry picked from commit 45d3e29) # Conflicts: # osmoutils/go.mod * fix: merge commit --------- Co-authored-by: PaddyMc <paddymchale@hotmail.com>
What is the purpose of the change
Bump IAVL to fix pruning issues
See