-
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-3785 fix data availability bytes length calc #14798
CCIP-3785 fix data availability bytes length calc #14798
Conversation
# Conflicts: # contracts/src/v0.8/ccip/libraries/Internal.sol
Below is an analysis created by an LLM. Be mindful of hallucinations and verify accuracy. WF: CI Core#d2be3c11. External service unavailable during push request:[Flakey Test Detection]Source of Error:
Why: The error occurred because the external service required to complete the push request was temporarily unavailable, as indicated by the HTTP 503 status code. Suggested fix: Implement retry logic with exponential backoff in the push request handling to manage temporary unavailability of external services. |
Below is an analysis created by an LLM. Be mindful of hallucinations and verify accuracy. WF: CI Core#41a8e12Uncommitted changes detected in repository:Clean Go Tidy & GenerateSource of Error:
Why: The error occurred because there were uncommitted changes in the repository after running code generation scripts, which is not allowed in this job's configuration. Suggested fix: Ensure that the code generation scripts do not modify the repository or add a step to commit changes before this check. External service temporarily unavailable:Flakey Test DetectionSource of Error:
Why: The error was caused by a temporary unavailability of an external service (503 Service Temporarily Unavailable), likely used for pushing test results or similar data. Suggested fix: Implement retry logic with exponential backoff for handling temporary network or service unavailability errors. |
# 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
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: |
…gthBytes' into ccip/fix/fix_dataAvailabilityLengthBytes
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
Quality Gate passedIssues Measures |
PR fixing comments and fixed bytes overhead calculation in
Internal.sol