Conversation
|
✅ No conflicts with other open PRs targeting |
There was a problem hiding this comment.
Pull request overview
Risk Rating: MEDIUM (dependency bumps that can affect runtime relayer/plugin behavior)
This PR bumps github.com/smartcontractkit/chainlink-ton (and the related chainlink-ccip version) to newer pseudo-versions to pick up TON/Solana LOOP codec fixes and enable Solana↔TON devenv support.
Changes:
- Updated the TON LOOP plugin
gitRefin the public plugin manifest. - Bumped
chainlink-tonandchainlink-ccipversions in the root Go module (go.mod/go.sum). - Bumped the same dependencies in the
deployment/Go module (deployment/go.mod/deployment/go.sum), includingchainlink-ton/deploymentandchainlink-ccip/deployment.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
plugins/plugins.public.yaml |
Updates the TON plugin gitRef used by loopinstall. |
go.mod |
Bumps chainlink-ton and chainlink-ccip requirements in the root module. |
go.sum |
Updates checksums corresponding to the bumped module versions. |
deployment/go.mod |
Bumps chainlink-ton/chainlink-ton/deployment and chainlink-ccip/chainlink-ccip/deployment in the deployment module. |
deployment/go.sum |
Updates checksums corresponding to the bumped deployment-module versions. |
Requires scrupulous human review (behavioral validation):
- Validate TON↔Solana LOOP connectivity paths impacted by the ExtraData codec changes (end-to-end / integration), since this PR is primarily a dependency bump with runtime implications.
|
I see you updated files related to
|
|





This PR bumps https://github.com/smartcontractkit/chainlink-ton to latest which brings:
Requires
smartcontractkit/chainlink-ccip#1756
Supports
smartcontractkit/chainlink-ton#633