fix: bump imports#22545
Conversation
|
✅ No conflicts with other open PRs targeting |
6563f7b to
1cea530
Compare
1cea530 to
8c0b758
Compare
|
I see you updated files related to
|
|
There was a problem hiding this comment.
Pull request overview
Risk Rating: MEDIUM (dependency bumps across multiple Go modules + plugin pin update)
This PR updates several Go module dependencies (and their corresponding go.sum entries) across the repo, aligning system/integration test modules and deployment tooling with newer versions of shared libraries (notably aptos-go-sdk, chainlink-deployments-framework, chainlink-ton, and mcms), and updates the public TON plugin pin accordingly.
Changes:
- Bump
github.com/aptos-labs/aptos-go-sdkfromv1.12.1→v1.13.0across modules. - Bump
github.com/smartcontractkit/chainlink-deployments-frameworkfromv0.103.0→v0.105.0andgithub.com/smartcontractkit/mcmsfromv0.43.0→v0.45.0where referenced. - Update
github.com/smartcontractkit/chainlink-ton(and/deploymentwhere applicable) tov1.0.5-0.20260520103847-15ca4de9dba9and propagate the pin toplugins.public.yaml, with matchinggo.sumrefreshes.
Scrupulous human review areas:
- Verify CI covers compiling/testing each affected Go module (
/deployment,/core/scripts,/integration-tests,/system-tests) since dependency bumps can introduce subtle build/runtime changes even without code changes here. - Confirm
plugins/plugins.public.yamlTONgitRefis the intended release/pseudo-version for production plugin publishing.
Reviewed changes
Copilot reviewed 8 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
system-tests/tests/go.mod |
Bumps chainlink-deployments-framework and aptos-go-sdk plus indirect bumps (chainlink-ton, mcms). |
system-tests/tests/go.sum |
Updates sums consistent with the bumped dependencies. |
system-tests/lib/go.mod |
Aligns library module dependency versions with the bumped set (aptos-go-sdk, chainlink-deployments-framework, chainlink-ton, mcms). |
system-tests/lib/go.sum |
Updates sums for the library module after dependency bumps. |
integration-tests/go.mod |
Bumps aptos-go-sdk, chainlink-deployments-framework, chainlink-ton (+ /deployment indirect), and mcms. |
integration-tests/go.sum |
Updates sums consistent with integration-tests/go.mod changes. |
integration-tests/load/go.mod |
Bumps aptos-go-sdk, chainlink-deployments-framework, chainlink-ton (+ /deployment), and mcms for load tests module. |
integration-tests/load/go.sum |
Updates sums for the load tests module after dependency bumps. |
deployment/go.mod |
Bumps aptos-go-sdk, chainlink-deployments-framework, chainlink-ton (+ /deployment), and mcms for deployment tooling. |
deployment/go.sum |
Updates sums consistent with deployment/go.mod changes. |
core/scripts/go.mod |
Bumps chainlink-deployments-framework and indirect aptos-go-sdk, chainlink-ton, mcms for scripts module. |
core/scripts/go.sum |
Updates sums for scripts module after dependency bumps. |
go.mod |
Bumps root module aptos-go-sdk and chainlink-ton. |
go.sum |
Updates sums consistent with root module dependency bumps. |
plugins/plugins.public.yaml |
Updates TON plugin gitRef to the new pinned pseudo-version. |





NONEVM-4520
Depends on