chore(deps): bump chainlink-ton version#21469
Conversation
|
I see you updated files related to
|
|
✅ No conflicts with other open PRs targeting |
There was a problem hiding this comment.
Pull request overview
Risk Rating: LOW — dependency/version bumps across Go modules and the public plugin manifest.
This PR updates the pinned chainlink-ton version (and also updates chainlink-ccip + chainlink-ccip/deployment to newer pseudo-versions) across the repository’s Go workspaces and plugin distribution config.
Changes:
- Bump
github.com/smartcontractkit/chainlink-ton(andchainlink-ton/deployment) tov0.0.0-20260309192839-c93b1af6a35a. - Bump
github.com/smartcontractkit/chainlink-ccipandchainlink-ccip/deploymenttov0.1.1-solana.0.20260303213437-47af98c8ae82/v0.0.0-20260303213437-47af98c8ae82. - Update
plugins/plugins.public.yamlto install the newchainlink-tonplugin gitRef.
Reviewed changes
Copilot reviewed 8 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Updates indirect requirements for chainlink-ton and related CCIP modules. |
| system-tests/tests/go.sum | Refreshes checksums for the bumped TON/CCIP dependencies. |
| system-tests/lib/go.mod | Updates indirect requirements for chainlink-ton and related CCIP modules. |
| system-tests/lib/go.sum | Refreshes checksums for the bumped TON/CCIP dependencies. |
| integration-tests/load/go.mod | Bumps chainlink-ccip plus indirect TON + CCIP deployment modules. |
| integration-tests/load/go.sum | Refreshes checksums for the bumped TON/CCIP dependencies. |
| integration-tests/go.mod | Bumps chainlink-ccip and chainlink-ton versions. |
| integration-tests/go.sum | Refreshes checksums for the bumped TON/CCIP dependencies. |
| deployment/go.mod | Bumps chainlink-ccip, chainlink-ccip/deployment, and TON modules for deployment tooling. |
| deployment/go.sum | Refreshes checksums for the bumped TON/CCIP dependencies. |
| core/scripts/go.mod | Bumps chainlink-ccip and indirect TON/CCIP deployment dependencies for scripts module. |
| core/scripts/go.sum | Refreshes checksums for the bumped TON/CCIP dependencies. |
| go.mod | Bumps top-level chainlink-ccip and chainlink-ton requirements. |
| go.sum | Refreshes checksums for the bumped TON/CCIP dependencies. |
| plugins/plugins.public.yaml | Updates ton plugin gitRef to the new pseudo-version. |
Areas requiring scrupulous human review:
- Confirm the
chainlink-ccip/chainlink-ccip/deploymentbumps are intentional (they’re broader than the PR title suggests) and compatible with the desiredchainlink-tonbump. - Ensure CI coverage includes at least
go mod tidy/go testfor the affected modules (/,deployment/,core/scripts/,integration-tests/,system-tests/) and that plugin installation vialoopinstallstill works with the updatedgitRef.
Suggested reviewers (per .github/CODEOWNERS):
go.mod,go.sum:@smartcontractkit/core,@smartcontractkit/foundationsintegration-tests/**:@smartcontractkit/core,@smartcontractkit/devex-tooling,@smartcontractkit/foundationsdeployment/**:@smartcontractkit/ccip-tooling,@smartcontractkit/ccip-offchain,@smartcontractkit/keystone,@smartcontractkit/operations-platform,@smartcontractkit/core- Otherwise (default):
@smartcontractkit/foundations,@smartcontractkit/core
You can also share your feedback on Copilot code review. Take the survey.
| github.com/smartcontractkit/chainlink-aptos v0.0.0-20260304220149-1006d5f7bd76 | ||
| github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
| github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260303102708-6caf8c4ea3b4 | ||
| github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260303213437-47af98c8ae82 |
There was a problem hiding this comment.
The PR title/description indicates only a chainlink-ton bump, but this change also updates chainlink-ccip and chainlink-ccip/deployment versions across multiple modules. Please update the PR title (and/or description) to reflect the additional dependency bumps so downstream release/dependency tracking is accurate.
|





No description provided.