Closed yihuang closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 34.94%. Comparing base (
007077a
) to head (7432f50
). Report is 1 commits behind head on main.
The pull request includes updates to the CHANGELOG.md
, go.mod
, and gomod2nix.toml
files for the Cronos project. The changelog details bug fixes and improvements across multiple versions, including significant changes in the state machine and transaction handling. The go.mod
file updates the Go version and various dependencies, while gomod2nix.toml
reflects corresponding updates in module versions and hashes. These changes ensure compatibility with newer versions of dependencies and address identified issues.
File | Change Summary |
---|---|
CHANGELOG.md | Updated with bug fixes and improvements in the UNRELEASED, v1.4.0-rc1, v1.4.0-rc0, and earlier versions, including state machine changes, transaction handling improvements, and various bug fixes. |
go.mod | Updated Go version from 1.22.2 to 1.22.3 . Modified dependencies: github.com/evmos/ethermint version updated, github.com/99designs/keyring replaced with github.com/cosmos/keyring , github.com/dgrijalva/jwt-go replaced with github.com/golang-jwt/jwt/v4 , and updated github.com/ethereum/go-ethereum to a new version. |
gomod2nix.toml | Updated module versions and hashes for github.com/evmos/ethermint and github.com/ethereum/go-ethereum , marking the latter as replaced with github.com/crypto-org-chain/go-ethereum . Other modules also received version and hash updates, indicating a comprehensive refresh of dependencies. |
memiavl
module with iavl 1.2.0
, which is a significant change mentioned in the main PR's changelog.PrepareProposal
function, which aligns with the improvements highlighted in the main PR's changelog regarding the PrepareProposal
process.In the garden of code, where changes bloom,
Dependencies dance, dispelling the gloom.
With updates and fixes, our project takes flight,
Bugs are now banished, all feels just right.
So hop with delight, let the changelog sing,
For Cronos is thriving, and joy it will bring! ๐โจ
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?
test_local_statesync seems flaky now
๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป !!!! 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
Bug Fixes
Improvements
Documentation
Tests