-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport #8572: fix swapped fee/tip parameters to estimateGas #8591
Backport #8572: fix swapped fee/tip parameters to estimateGas #8591
Conversation
fix swapped fee/tip parameters to estimateGas
Important Auto Review SkippedAuto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings. Please check the settings in the CodeRabbit UI or the To trigger a single review, invoke the 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 X ? TipsChat with CodeRabbit Bot (
|
Semgrep found 10
Named return arguments to functions must be appended with an underscore ( Semgrep found 1
Prefer Semgrep found 1
Malformed revert statement style. Ignore this finding from sol-style-malformed-revert.Semgrep found 1
Inputs to functions must be prepended with an underscore ( Semgrep found 1
Potential Semgrep found 1
Please create a GitHub ticket for this TODO. Ignore this finding from todos_require_linear. |
Fix LGTM |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release/canyon_mainnet #8591 +/- ##
==========================================================
+ Coverage 45.88% 45.92% +0.04%
==========================================================
Files 176 176
Lines 7272 7272
Branches 1156 1156
==========================================================
+ Hits 3337 3340 +3
+ Misses 3809 3804 -5
- Partials 126 128 +2
Flags with carried forward coverage won't be shown. Click here to find out more. |
f6c730f
to
aa7fda6
Compare
Description
Backports #8572 to the canyon mainnet release branch.