Closed mmsqe closed 2 weeks ago
The pull request includes updates to the CHANGELOG.md
and multiple go.mod
files. In CHANGELOG.md
, a new "Unreleased" section has been added to document a bug fix related to insufficient balance handling, referencing pull request #1679. The go.mod
files across different modules see several dependency version updates and replacements, notably for github.com/cometbft/cometbft
and github.com/evmos/ethermint
, along with changes to the paths of several dependencies to versions maintained by the crypto-org-chain
.
File | Change Summary |
---|---|
CHANGELOG.md | Added "Unreleased" section documenting a bug fix for insufficient balance handling, referencing PR #1679. Existing sections remain unchanged. |
go.mod | Updated dependency versions: github.com/cometbft/cometbft from v0.38.13 to v0.38.15 , github.com/evmos/ethermint from v0.6.1-0.20241101134753-e4d00df93541 to v0.6.1-0.20241108020006-836617d21619 . Replaced dependencies: github.com/99designs/keyring with github.com/cosmos/keyring v1.2.0 , github.com/cometbft/cometbft with github.com/crypto-org-chain/cometbft v0.0.0-20241106091515-ce418f845d9a , and github.com/ethereum/go-ethereum with github.com/crypto-org-chain/go-ethereum v1.10.20-0.20240926023215-d2275b4afb9a . |
integration_tests/test_basic.py | Modified assertions in transaction failure tests to align with new reporting standards and updated log assertions to meet expected values. |
store/go.mod | Updated Go version from 1.22.8 to 1.22.7 . Replaced cosmossdk.io/store and cosmossdk.io/x/tx with paths from github.com/crypto-org-chain/cosmos-sdk . |
versiondb/go.mod | Removed toolchain go1.22.0 . Updated replace directives for cosmos-sdk and store modules to point to versions from github.com/crypto-org-chain . |
CHANGELOG.md
for performance improvements in ante handlers, potentially related to the insufficient balance handling fix.1.4.0-rc0
, which includes significant changes and bug fixes that may relate to the updates in the main PR.CHANGELOG.md
for a bug fix for multisig accounts, relevant to transaction handling improvements.CHANGELOG.md
with a fix for setting the relayer caller as the payee, connecting to transaction processing changes.CHANGELOG.md
for a fix related to state overwrites in debug trace APIs, possibly related to the insufficient balance handling fix.CHANGELOG.md
to reflect the release of version 1.4.0-rc2
, which includes various bug fixes and improvements.CHANGELOG.md
for new features and performance optimizations, potentially related to overall improvements.CHANGELOG.md
for the release of version 1.4.0-rc3
, which includes several bug fixes and improvements.CHANGELOG.md
for updates to the cometbft library, related to dependency updates.๐ฐ In the changelog, a new fix we see,
For balance woes, it sets us free!
Dependencies updated, all in a row,
With versions aligned, watch our project grow!
Hopping along, we celebrate this feat,
With every change, our code's more neat! ๐ฅ
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 35.27%. Comparing base (
0f53674
) to head (795268d
). Report is 2 commits behind head on main.
for more info, https://github.com/crypto-org-chain/ethermint/pull/554
๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป !!!! 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
New Features
Bug Fixes
Chores