Closed yihuang closed 1 week ago
This pull request introduces several changes, including an update to the changelog for version v1.4.0-rc5
, which highlights a significant modification in the state machine regarding the max-tx-gas-wanted
parameter, now only checked in CheckTx
mode. Additionally, a new upgrade handler for a hotfix upgrade plan named "v1.4.0-rc5-testnet" is added to app/upgrades.go
. The go.mod
file is updated to reflect various dependency version changes and replacements.
File | Change Summary |
---|---|
CHANGELOG.md | Added entry for version v1.4.0-rc5 regarding changes to max-tx-gas-wanted handling in the state machine. |
app/upgrades.go | Introduced new upgrade handler for "v1.4.0-rc5-testnet" in RegisterUpgradeHandlers method. |
go.mod | Updated dependency versions and added replacements for several packages, including github.com/evmos/ethermint . |
max_gas_wanted
parameter, directly related to changes in handling the max-tx-gas-wanted
.max_gas_wanted
parameter, indicating a connection to transaction processing changes in the main PR.mempool.max-txs
flag, relevant to transaction handling and gas management.๐ฐ In the code, I hop and play,
With gas limits, I find my way.
A new handler joins the fun,
Upgrades now can swiftly run!
Changelog bright, with changes clear,
In the land of code, we cheer! ๐
[!WARNING]
Rate limit exceeded
@yihuang has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 17 minutes and 50 seconds before requesting another review.
โ How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.๐ฆ How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://docs.coderabbit.ai/faq) for further information.๐ฅ Commits
Reviewing files that changed from the base of the PR and between ce797fa995000530ee53cd1fbeb3c67180648002 and d0388e4a0b2c224672930648c484a93ef61dc08a.
[!WARNING] There were issues while running some tools. Please review the errors and either fix the toolโs configuration or disable the tool if itโs a critical failure.
๐ง golangci-lint
level=warning msg="The linter 'exportloopref' is deprecated (since v1.60.2) due to: Since Go1.22 (loopvar) this linter is no longer relevant. Replaced by copyloopvar."
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?
Attention: Patch coverage is 25.00000%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 35.47%. Comparing base (
a3c2f70
) to head (d0388e4
). Report is 3 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
app/upgrades.go | 25.00% | 2 Missing and 1 partial :warning: |
Solution:
๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป !!!! 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 for Version v1.4.0-rc5
New Features
Improvements
max-tx-gas-wanted
.These changes aim to enhance the overall functionality and reliability of the system.