Closed yihuang closed 2 months ago
The changes involve updates to dependency versions across multiple files, including CHANGELOG.md
, go.mod
, and gomod2nix.toml
. These updates include minor version increments for libraries such as cometbft
, gogoproto
, cobra
, and viper
, as well as several other dependencies. The modifications enhance documentation and ensure that the project utilizes the latest stable versions of its dependencies.
Files | Change Summary |
---|---|
CHANGELOG.md | Added entry for updating cometbft to version 0.38.12 , including a reference to the associated pull request. |
go.mod, gomod2nix.toml | Updated multiple dependencies to newer versions, including cometbft , gogoproto , cobra , viper , and others. |
In the meadow, I hop with glee,
New versions dance, as bright as can be!
Libraries fresh, all spruced up tight,
A happy rabbit in the moonlight!
With every change, we leap and cheer,
For smoother paths, the future is 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 36.12%. Comparing base (
14779fb
) to head (fed0414
). Report is 1 commits behind head on main.
update to 0.38.12
๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป !!!! 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
Documentation
Dependency Updates
github.com/cometbft/cometbft
to v0.38.12github.com/cosmos/gogoproto
to v1.7.0github.com/spf13/cobra
to v1.8.1github.com/spf13/viper
to v1.19.0golang.org/x/crypto
to v0.26.0