-
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-3414: Make gas fee staleness threshold configurable per chain (#1491) #14734
CCIP-3414: Make gas fee staleness threshold configurable per chain (#1491) #14734
Conversation
Below is an analysis created by an LLM. Be mindful of hallucinations and verify accuracy. WF: CI Core#7cb01cbError 1: Undefined Field in FeeQuoterStaticConfigSource of Error:
Why: Suggested fix: Error 2: Process Completed with Exit Code 1Source of Error:
Why: Suggested fix: |
bc8695b
to
ba02b5f
Compare
WF: CI Core#bc8695bNo errors found in this run. 🎉 |
Below is an analysis created by an LLM. Be mindful of hallucinations and verify accuracy. WF: CI Core#bd4ce26Error: Unknown Field in Struct LiteralSource of Error:
Why: Suggested fix: |
bd4ce26
to
136febb
Compare
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: |
WF: CI Core#4939394No errors found in this run. 🎉 |
0cbcb43
to
4939394
Compare
Below is an analysis created by an LLM. Be mindful of hallucinations and verify accuracy. WF: CI Core#c5205c21. HTTP 503 Service Temporarily Unavailable error during push request:Flakey Test DetectionSource of Error:
Why: The error occurred because the service that the GitHub Action was trying to push a request to was temporarily unavailable, likely due to server issues or maintenance. Suggested fix: Implement retry logic with exponential backoff in the GitHub Action to handle temporary unavailability of external services. Alternatively, check the service status and ensure it's available before attempting requests. |
On some chains, it is possible the gas price will just always be zero or will be fixed at some constant fee Make stalenessThreshold per dest chain and have 0 mean no staleness check
ceaf096
to
8506e22
Compare
8506e22
to
c5205c2
Compare
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
Quality Gate passedIssues Measures |
Cherry-pick of this PR
On some chains, it is possible the gas price will just always be zero or will be fixed at some constant fee. Make stalenessThreshold per dest chain and have 0 mean no staleness check.