-
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
destexecdata decoder support + refactor #15978
base: develop
Are you sure you want to change the base?
destexecdata decoder support + refactor #15978
Conversation
AER Report: CI Coreaer_workflow , commit , Scheduled Run Frequency , Clean Go Tidy & Generate , Detect Changes , GolangCI Lint (core/scripts) , GolangCI Lint (.) , Core Tests (go_core_tests) , test-scripts , GolangCI Lint (integration-tests/load) , Core Tests (go_core_tests_integration) , GolangCI Lint (integration-tests) , Core Tests (go_core_ccip_deployment_tests) , GolangCI Lint (deployment) , Core Tests (go_core_fuzz) , Core Tests (go_core_race_tests) , lint , SonarQube Scan 1. GolangCI Lint failed to load package actions: [Golang Lint (integration-tests/load)]Source of Error:
Why: The linter failed because it couldn't load the export data for the specified package. This usually happens when the package is missing or there are issues with the module dependencies. Suggested fix: Ensure that the 2. No such file or directory: [Golang Lint (integration-tests/load)]Source of Error:
Why: The linter report file Suggested fix: Fix the underlying issue causing the linter to fail (see previous error). Once the linter runs successfully, the report file should be generated. 3. Declared and not used: [Golang Lint (integration-tests)]Source of Error:
Why: The variable Suggested fix: Either use the 4. Process completed with exit code 1: [Ensure clean after tidy]Source of Error:
Why: The Suggested fix: Commit the changes made by AER Report: Operator UI CI ran successfully ✅ |
Quality Gate passedIssues Measures |
Step 2 for https://smartcontract-it.atlassian.net/browse/NONEVM-1163. This PR implements a new function added for plugin oracle creator extradata codec based on smartcontractkit/chainlink-ccip#472. This PR is just an noop, the actual implementation will be submitted with a different PR and gets merged into
solana-offchain-plugin
branch, where we need to process the bytes base on the source chain and reassign the bytes to message.