Skip to content

fix: bump imports#22545

Merged
patricios-space merged 2 commits into
developfrom
fix/ccip/ton/bump-imports
May 20, 2026
Merged

fix: bump imports#22545
patricios-space merged 2 commits into
developfrom
fix/ccip/ton/bump-imports

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 20, 2026

✅ No conflicts with other open PRs targeting develop

@patricios-space patricios-space force-pushed the fix/ccip/ton/bump-imports branch from 6563f7b to 1cea530 Compare May 20, 2026 02:59
@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented May 20, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@patricios-space patricios-space force-pushed the fix/ccip/ton/bump-imports branch from 1cea530 to 8c0b758 Compare May 20, 2026 10:45
@github-actions
Copy link
Copy Markdown
Contributor

I see you updated files related to core. Please run make gocs in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

@cl-sonarqube-production
Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@patricios-space patricios-space marked this pull request as ready for review May 20, 2026 11:27
@patricios-space patricios-space requested review from a team as code owners May 20, 2026 11:27
Copilot AI review requested due to automatic review settings May 20, 2026 11:27
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-sdk from v1.12.1v1.13.0 across modules.
  • Bump github.com/smartcontractkit/chainlink-deployments-framework from v0.103.0v0.105.0 and github.com/smartcontractkit/mcms from v0.43.0v0.45.0 where referenced.
  • Update github.com/smartcontractkit/chainlink-ton (and /deployment where applicable) to v1.0.5-0.20260520103847-15ca4de9dba9 and propagate the pin to plugins.public.yaml, with matching go.sum refreshes.

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.yaml TON gitRef is 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.

@patricios-space patricios-space enabled auto-merge May 20, 2026 11:31
@patricios-space patricios-space added this pull request to the merge queue May 20, 2026
Merged via the queue into develop with commit 51fc6fd May 20, 2026
228 checks passed
@patricios-space patricios-space deleted the fix/ccip/ton/bump-imports branch May 20, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants