-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
CCIP-3736 FeeQuoter gas optimizations and redundancy/sanity checks #14805
Conversation
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Core Tests (go_core_tests) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , lint , Core Tests (go_core_fuzz) , Flakey Test Detection , SonarQube Scan 1. Service Temporarily Unavailable:re-run testsSource of Error:
Why: The error occurred because the service that the push request was sent to is temporarily unavailable, as indicated by the 503 status code. This is typically a server-side issue. Suggested fix: Retry the request after some time. If the issue persists, check the server status and logs to identify and resolve the underlying cause of the service unavailability. |
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Core Tests (go_core_tests) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , lint , Core Tests (go_core_fuzz) , Flakey Test Detection , SonarQube Scan 1. Service Temporarily Unavailable:re-run testsSource of Error:
Why: The error occurred because the service that the push request was sent to is temporarily unavailable, as indicated by the 503 status code. This is typically a server-side issue. Suggested fix: Retry the request after some time. If the issue persists, check the server status and logs to identify and resolve the underlying cause of the service unavailability. AER Report: Operator UI CI ran successfully ✅ |
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
Solidity Review Jira issueHey! We have taken the liberty to link this PR to a Jira issue for Solidity Review. This is a new feature, that's currently in the pilot phase, so please make sure that the linkage is correct. In a contrary case, please update it manually in JIRA and replace Solidity Review issue key in the changeset file with the correct one. Any changes to the Solidity Review Jira issue should be reflected in the changeset file. If you need to update the issue key, please do so manually in the following changeset file: This PR has been linked to Solidity Review Jira issue: CCIP-3966 |
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
.changeset/sixty-jobs-retire.md
Outdated
"chainlink": patch | ||
--- | ||
|
||
FeeQuoter comment updates and sanity checks to avoid ownership abuse/gas savings #bugfix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not going to block on it but this doesn't need a core changeset anymore :D
# Conflicts: # contracts/gas-snapshots/ccip.gas-snapshot # core/gethwrappers/ccip/generated/fee_quoter/fee_quoter.go # core/gethwrappers/ccip/generation/generated-wrapper-dependency-versions-do-not-edit.txt
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
Quality Gate passedIssues Measures |
…14805) * gas optimizations and redundancy/sanity checks * Update gethwrappers * formatting, shapshotting, and changesetting * CCIP-3736 update foundry and snapshot again * [Bot] Update changeset file with jira issues * Update gethwrappers * snapshot fix and missing chageset file * snapshot CI tests are the bane of my existence * fill in coverage gap * forge fmt * Update gethwrappers * CI checks are murphy's law, anything can happen at any time for no reason * Update gethwrappers * gas fix * i will never understand why the gas changes on every single run. * Update FeeQuoter.sol * [Bot] Update changeset file with jira issues * gas snapshot update after merge * Update gethwrappers * rm changeset --------- Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com> Co-authored-by: Rens Rooimans <[email protected]>
Misc. Gas optimizations and sanity check fixes for FeeQuoter and other CCIP-related contracts.
error UnsupportedNumberOfTokens()
now includes parameters on included number and max number of supported tokenstokenTransferFeeConfig.destGasOverhead
unless the transferFeeConfig is enabled or not