-
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
add solana commit codec, need to add test #15320
add solana commit codec, need to add test #15320
Conversation
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Find New Flaky Tests In Chainlink Project / Get Tests To Run , lint , Core Tests (go_core_tests) , Find New Flaky Tests In Deployment Project , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , Find New Flaky Tests In Chainlink Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip/ccipsolana/ccip_router... , Find New Flaky Tests In Chainlink Project / Report , Flakey Test Detection , SonarQube Scan 1. No go files to analyze[A 1 <= 10 words sentence that describes the error]:[job id where the error happened] Golang Lint 2024-11-19T23:18:11.2111064Z level=error msg="Running error: context loading failed: no go files to analyze: running `go mod tidy` may solve the problem" Why: The error indicates that the Suggested fix: Run 2. No such file or directory[A 1 <= 10 words sentence that describes the error]:[job id where the error happened] Golang Lint 2024-11-19T23:18:11.2520149Z cat: ./golangci-lint-report.xml: No such file or directory Why: The Suggested fix: Ensure that the linter runs successfully by addressing the root cause of the missing Go files. Running 3. Process completed with exit code 1[A 1 <= 10 words sentence that describes the error]:[job id where the error happened] Ensure clean after tidy 2024-11-19T23:22:42.6538626Z ##[error]Process completed with exit code 1. Why: The Suggested fix: Commit the changes to the 4. Updates to go.mod needed[A 1 <= 10 words sentence that describes the error]:[job id where the error happened] Run tests 2024-11-19T23:19:04.5780410Z go: updates to go.mod needed; to update it:
Run tests 2024-11-19T23:19:04.5781927Z go mod tidy Why: The Go tests failed because the Suggested fix: Run |
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.
Now that the go bindings are directly available, let's leverage them through an import: https://github.com/smartcontractkit/chainlink-ccip/tree/main/chains/solana/gobindings
a62a321
to
c79a406
Compare
Requires
Supports