fix: bump chainlink ton#22714
Conversation
1f3dd6f to
eb37fda
Compare
|
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: MEDIUM
This PR bumps the github.com/smartcontractkit/chainlink-ton (and chainlink-ton/deployment where applicable) dependency references across the repo’s Go modules and the public plugin manifest, to pick up upstream TON relay/deployment/txm fixes and features intended for today’s release.
Changes:
- Update
chainlink-tonmodule version across root, deployment tooling, and test modules (go.mod/go.sum). - Update
chainlink-ton/deploymentpseudo-version in integration/deployment module dependencies where it’s used. - Update the TON plugin
gitRefinplugins/plugins.public.yamlto match the bumped module version.
Scrupulous human review recommended (release safety):
- Validate the new
chainlink-tonversion is compatible with the current Chainlink node + plugin build pipeline (e.g.,loopinstall/ plugin binary builds) and that TON-related system/integration test suites still pass. - Since the upstream bump includes behavioral changes (txm retry/backoff, fatal error classification, bounce flag, etc.), confirm operational expectations (retry cadence, failure modes) for the release.
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-ton indirect dependency for system test module. |
| system-tests/tests/go.sum | Updates sums for bumped chainlink-ton version in system test module. |
| system-tests/lib/go.mod | Bumps chainlink-ton indirect dependency for system test library module. |
| system-tests/lib/go.sum | Updates sums for bumped chainlink-ton version in system test library module. |
| plugins/plugins.public.yaml | Updates TON plugin gitRef to the new chainlink-ton version. |
| integration-tests/load/go.mod | Bumps chainlink-ton and chainlink-ton/deployment indirect dependencies for load tests. |
| integration-tests/load/go.sum | Updates sums for bumped TON modules in load tests. |
| integration-tests/go.mod | Bumps chainlink-ton and chainlink-ton/deployment indirect dependencies for integration tests. |
| integration-tests/go.sum | Updates sums for bumped TON modules in integration tests. |
| go.mod | Bumps root module dependency on chainlink-ton. |
| go.sum | Updates sums for bumped chainlink-ton in root module. |
| deployment/go.mod | Bumps deployment module dependencies on chainlink-ton and chainlink-ton/deployment. |
| deployment/go.sum | Updates sums for bumped TON modules in deployment module. |
| core/scripts/go.mod | Bumps chainlink-ton indirect dependency in scripts module. |
| core/scripts/go.sum | Updates sums for bumped chainlink-ton in scripts module. |





Need to get these changes into today's release: