Closed yihuang closed 1 month ago
The pull request includes updates to the go.mod
, gomod2nix.toml
, and CHANGELOG.md
files, focusing on dependency management and versioning. The Go version has been updated from 1.22.2
to 1.22.3
, with several dependencies modified, particularly within the cosmossdk.io
module. Notable changes include updates to specific package versions and commit hashes, along with a detailed changelog reflecting the release of version v1.4.0-rc1
and various improvements, bug fixes, and breaking changes.
File | Change Summary |
---|---|
go.mod | - Updated Go version from 1.22.2 to 1.22.3 - Updated cosmossdk.io/x/tx from v0.13.5 to v0.13.6-0.20241003112805-ff8789a02871 - Updated replace directives for cosmossdk.io/store , cosmossdk.io/x/tx , and github.com/cosmos/cosmos-sdk to new commit hashes. |
gomod2nix.toml | - Updated version and hash values for cloud.google.com/go , cloud.google.com/go/auth , cloud.google.com/go/storage , cosmossdk.io/store , and github.com/cosmos/cosmos-sdk to match changes in go.mod . Other modules also updated but with less significance. |
CHANGELOG.md | - Updated to reflect release of version v1.4.0-rc1 on October 14, 2024, detailing breaking changes, improvements, and bug fixes. |
go.mod
file to increment versions for multiple Cosmos SDK components, including cosmossdk.io/x/tx
, which is also updated in the main PR.cosmossdk.io/x/tx
, which aligns with the changes made in the main PR.IBCOnAcknowledgementPacketCallback
method, which may relate to the overall dependency management and versioning updates in the main PR.๐ฐ In the garden of code, we hop and play,
With versions updated, we brighten the day.
Dependencies dance, in harmony they sing,
A joyful release, let the changes take wing!
From1.22.2
to1.22.3
, we leap with delight,
In the world of Go, everything feels right! ๐ผ
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.30%. Comparing base (
8425423
) to head (f43789e
). Report is 1 commits behind head on main.
๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป !!!! 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
ethermint
module to improve API call efficiency and support for IBC channel upgrade methods.