-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(deployment): solana ccip transfer ownership to timelock #16415
Conversation
AER Report: CI Coreaer_workflow , commit , Clean Go Tidy & Generate , Detect Changes , Scheduled Run Frequency , GolangCI Lint (core/scripts) , GolangCI Lint (.) , Core Tests (go_core_tests) , test-scripts , GolangCI Lint (deployment) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_fuzz) , Core Tests (go_core_race_tests) , lint , SonarQube Scan 1. Unused import error:go_core_testsSource of Error:core/capabilities/ccip/common/common_test.go:11:2: "github.com/smartcontractkit/chainlink-integrations/evm/assets" imported and not used Suggested fix: Remove the unused import statement from the file 2. Missing import error:go_core_testsSource of Error:core/capabilities/ccip/common/common_test.go:12:2: could not import github.com/smartcontractkit/chainlink-integrations/evm/testutils (open : no such file or directory) Suggested fix: Verify the import path and ensure the package 3. Unused import error:go_core_testsSource of Error:core/capabilities/integration_tests/framework/ethereum.go:17:2: "github.com/smartcontractkit/chainlink-integrations/evm/assets" imported and not used Suggested fix: Remove the unused import statement from the file 4. Missing import error:go_core_testsSource of Error:core/capabilities/integration_tests/framework/ethereum.go:18:2: could not import github.com/smartcontractkit/chainlink-integrations/evm/testutils (open : no such file or directory) Suggested fix: Verify the import path and ensure the package 5. Unused import error:go_core_testsSource of Error:core/services/vrf/solidity_cross_tests/vrf_solidity_crosscheck_test.go:19:2: "github.com/smartcontractkit/chainlink-integrations/evm/assets" imported and not used Suggested fix: Remove the unused import statement from the file 6. Missing import error:go_core_testsSource of Error:core/services/vrf/solidity_cross_tests/vrf_solidity_crosscheck_test.go:20:2: could not import github.com/smartcontractkit/chainlink-integrations/evm/testutils (open : no such file or directory) Suggested fix: Verify the import path and ensure the package 7. Unused import error:go_core_testsSource of Error:core/services/vrf/solidity_cross_tests/vrf_v08_solidity_crosscheck_test.go:20:2: "github.com/smartcontractkit/chainlink-integrations/evm/assets" imported and not used Suggested fix: Remove the unused import statement from the file AER Report: Operator UI CI ran successfully ✅ |
28bfb15
to
21e0713
Compare
Flakeguard SummaryRan new or updated tests between View Flaky Detector Details | Compare Changes Found Flaky Tests ❌1 Results
ArtifactsFor detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json. |
d67758a
to
e6710ff
Compare
Adds the changeset to transfer ownership of CCIP solana programs [DPA-1525](https://smartcontract-it.atlassian.net/browse/DPA-1525)
e6710ff
to
2f28357
Compare
|
Adds the changeset to transfer ownership of CCIP solana programs
DPA-1525