Closed mmsqe closed 2 months ago
The changes encompass various enhancements and bug fixes across multiple modules in the software. Key updates include adjustments to the block-stm parallelism, improvements to the ethermint module, and synchronization of the e2ee module. The cosmos-sdk version has been upgraded to v0.50.10, and new methods for IBC channel upgrades have been introduced. Additionally, the keyring dependency has been removed from the CLI command setup, and several Go module dependencies have been updated to their latest versions.
Files | Change Summary |
---|---|
CHANGELOG.md | Updated to reflect improvements and bug fixes, including performance enhancements and version bumps. |
cmd/cronosd/cmd/root.go | Removed keyring import and associated initialization logic from the command setup. |
go.mod | Updated various dependency versions and replaced certain dependencies to ensure compatibility. |
gomod2nix.toml | Updated versions and hashes for several Go modules, reflecting the latest available versions. |
๐ In the code where bunnies hop,
Changes made, we won't stop!
With upgrades bright and bugs all gone,
Our software dances, sings a song!
From keyrings lost to modules new,
A joyful leap in all we do! ๐
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 36.88%. Comparing base (
1226cce
) to head (d1e21ab
). Report is 1 commits behind head on main.
for more info
๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป !!!! 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
Release Notes
New Features
Bug Fixes
Improvements