Closed yihuang closed 2 weeks ago
The changes in this pull request involve updates to several files, primarily focusing on dependency management and documentation. The CHANGELOG.md
has been revised to include a new section for bug fixes, specifically highlighting an update to the iavl
dependency for a pruning fix. The go.mod
file has seen multiple dependency updates, including the Go version and various libraries, while gomod2nix.toml
reflects corresponding changes in module versions and hashes.
File | Change Summary |
---|---|
CHANGELOG.md | Added a new section for bug fixes under "UNRELEASED"; listed a specific change for iavl pruning fix. Retained existing sections for features and improvements. |
go.mod | Updated Go version to 1.22.7 ; introduced new indirect dependency for github.com/cosmos/iavl , updated to v1.2.1-0.20240731145221-594b181f427e . Updated several dependencies to newer versions. |
gomod2nix.toml | Updated module dependencies, including version and hash changes for github.com/cosmos/iavl and various replacements for other modules. |
Objective | Addressed | Explanation |
---|---|---|
Fix panic when restarting node (#1672) | ✅ |
CHANGELOG.md
to include a note about the cometbft
library update.go.mod
to upgrade various dependencies, including cosmos-sdk
.iavl
version 1.2.0, directly related to the main PR's changes.🐰 In the meadow, where bunnies play,
New dependencies hop in, brightening the day.
Withiavl
fixed, the nodes restart,
A changelog updated, a work of art!
So let's celebrate, with a joyful cheer,
For code that runs smooth, and brings us near! 🌼
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?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 35.27%. Comparing base (
45aaff0
) to head (418cdae
). Report is 1 commits behind head on main.
Closes: #1672
https://github.com/cosmos/iavl/compare/v1.2.0...594b181f427e
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