chore(deps): bump chainlink-ton#21591
Conversation
|
✅ No conflicts with other open PRs targeting |
There was a problem hiding this comment.
Pull request overview
Risk Rating: LOW
Bumps the github.com/smartcontractkit/chainlink-ton dependency (and its /deployment submodule) across the repo’s Go modules and updates the public plugin registry entry so builds/installers pull the same TON plugin revision.
Changes:
- Update
chainlink-tonandchainlink-ton/deploymentversions fromv0.0.0-20260317201611-293aa05f988atov0.0.0-20260318210736-c3f360fd19a8across root, deployment, integration-tests, and system-tests modules. - Regenerate corresponding
go.sumentries for the updated TON versions. - Update
plugins/plugins.public.yamlton.gitRefto match the bumped version.
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 | Bump indirect chainlink-ton + /deployment versions for system test module. |
| system-tests/tests/go.sum | Update checksums for bumped TON dependencies. |
| system-tests/lib/go.mod | Bump indirect chainlink-ton + /deployment versions for system test lib module. |
| system-tests/lib/go.sum | Update checksums for bumped TON dependencies. |
| integration-tests/load/go.mod | Bump indirect TON dependencies for load test module. |
| integration-tests/load/go.sum | Update checksums for bumped TON dependencies. |
| integration-tests/go.mod | Bump direct TON dependencies for integration-tests module. |
| integration-tests/go.sum | Update checksums for bumped TON dependencies. |
| deployment/go.mod | Bump direct TON dependencies for deployment tooling module. |
| deployment/go.sum | Update checksums for bumped TON dependencies. |
| core/scripts/go.mod | Bump indirect TON dependencies for core scripts module. |
| core/scripts/go.sum | Update checksums for bumped TON dependencies. |
| go.mod | Bump direct TON dependency at repo root module. |
| go.sum | Update checksums for bumped TON dependency. |
| plugins/plugins.public.yaml | Update TON plugin gitRef to the bumped version used by Go modules. |
Areas that need scrupulous human review:
plugins/plugins.public.yamlTONgitRefupdate (ensure the referenced upstream commit is intended/reviewed and compatible with the expected plugin build/install path).- The new
chainlink-tonpseudo-version itself (validate upstream release notes/commit contents for breaking changes, as this PR only updates lockfiles/config).
Reviewer recommendations (per .github/CODEOWNERS):
- For root
go.mod/go.sum:@smartcontractkit/core,@smartcontractkit/foundations(see.github/CODEOWNERS:117-118). - For
integration-tests/*:@smartcontractkit/core,@smartcontractkit/devex-tooling,@smartcontractkit/foundations(see.github/CODEOWNERS:80,119-120). - For
/deployment/*:@smartcontractkit/ccip-tooling,@smartcontractkit/ccip-offchain,@smartcontractkit/keystone,@smartcontractkit/operations-platform,@smartcontractkit/core(see.github/CODEOWNERS:89).
You can also share your feedback on Copilot code review. Take the survey.
|
I see you updated files related to
|
|
|





Requires
Supports