Closed mmsqe closed 1 month ago
The pull request includes updates to the CHANGELOG.md
, go.mod
, and gomod2nix.toml
files for the cronos
project. The changelog highlights several bug fixes and improvements, while the go.mod
and gomod2nix.toml
files reflect significant updates to module dependencies, including version changes and replacements for certain modules. These changes ensure compatibility with newer versions and address potential vulnerabilities.
File | Change Summary |
---|---|
CHANGELOG.md | - Added bug fixes: running a single validator benchmark, node shutdown via signal, state overwrite in debug trace APIs. - Added improvements: parallel test transaction generation, load generator retry with backoff, abort options in PrepareProposal , benchmark batch mode support. |
go.mod | - Updated Go version from 1.22.2 to 1.22.3 .- Updated dependency: github.com/evmos/ethermint to new version.- Replaced dependencies: github.com/99designs/keyring with github.com/cosmos/keyring , github.com/dgrijalva/jwt-go with github.com/golang-jwt/jwt/v4 , and others. |
gomod2nix.toml | - Updated versions and hashes for github.com/evmos/ethermint , github.com/ethereum/go-ethereum , and github.com/cosmos/cosmos-sdk .- Marked github.com/ethereum/go-ethereum as replaced with github.com/crypto-org-chain/go-ethereum . |
CHANGELOG.md
to include a note about the update of the cometbft library.CHANGELOG.md
regarding a crash issue fix in the Ethermint project.CHANGELOG.md
to reflect the release of version 1.4.0-rc0.PrepareProposal
function.๐ฐ In the land of code, where changes abound,
A changelog updated, with fixes profound.
Dependencies shifted, like leaves in the breeze,
With each little change, our project finds ease.
So hop with delight, let our progress be known,
For every small fix, our garden has grown! ๐ฑ
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 34.94%. Comparing base (
ad53734
) to head (5d924fb
). 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 !!!! ๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป
for more info
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
Bug Fixes
Improvements
Chores