-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: iavl pruning bug fix not included #1673
Conversation
Closes: crypto-org-chain#1672 Solution: - update dependency to release/v1.2.x
WalkthroughThe changes in this pull request involve updates to several files, primarily focusing on dependency management and documentation. The Changes
Assessment against linked issues
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
🔇 Additional comments (3)go.mod (2)
Since this addresses a critical node restart issue, thorough testing is essential. Please ensure to:
The update to IAVL v1.2.1-0.20240731145221-594b181f427e from the release/v1.2.x branch should address the node restart panic issue when pruning is enabled. Let's verify the fix is included in this version: gomod2nix.toml (1)
The update to IAVL v1.2.1-0.20240731145221-594b181f427e appears to address the critical pruning bug mentioned in issue #1672. However, note that this is using a pre-release version with a specific commit hash. Let's verify the version and its relationship to the bug fix: Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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 (
|
Signed-off-by: yihuang <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1673 +/- ##
===========================================
+ Coverage 16.84% 35.27% +18.42%
===========================================
Files 72 123 +51
Lines 6161 11752 +5591
===========================================
+ Hits 1038 4145 +3107
- Misses 5000 7193 +2193
- Partials 123 414 +291 |
Closes: #1672
cosmos/iavl@v1.2.0...594b181
Solution:
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)
Summary by CodeRabbit
New Features
iavl
dependency.Improvements
1.22.7
and toolchain togo1.23.1
.Documentation