Closed yihuang closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 35.17%. Comparing base (
27f1a59
) to head (9ecf926
). Report is 1 commits behind head on main.
The pull request introduces updates across several files, including the addition of a new "UNRELEASED" section in CHANGELOG.md
to document improvements in asynchronous transaction checking. The go.mod
file has been updated for dependency management, including version updates and replacements for several packages. Similarly, gomod2nix.toml
reflects changes in module dependencies. Lastly, a modification in testground/benchmark/benchmark/stateless.py
adds the --async-check-tx
flag to the command for starting the cronosd
node.
File | Change Summary |
---|---|
CHANGELOG.md | New section "UNRELEASED" added; noted feature for registering payees linked to PR #1665; improvements for async transaction checks linked to PR #1660; cometbft update linked to PR #1664. |
go.mod | Updated Go toolchain from go1.22.3 to go1.23.1 ; various dependency updates and replacements. |
gomod2nix.toml | Updated versions and hashes for multiple Go modules, including github.com/evmos/ethermint . |
testground/benchmark/benchmark/stateless.py | Added --async-check-tx flag to cronosd startup command. |
๐ฐ In the meadow, changes bloom,
With async checks, we clear the gloom.
Dependencies dance, versions align,
In our code, the stars brightly shine.
Hopping forward, we embrace the new,
A brighter path for all to pursue! ๐ผ
support optional
NewConnSyncLocalClientCreator
๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป !!!! 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
Improvements
Documentation
These updates aim to enhance functionality, improve transaction handling, and maintain comprehensive documentation for users.