Merged
Conversation
huangzhen1997
previously approved these changes
Mar 26, 2026
Contributor
|
I see you updated files related to
|
Contributor
|
✅ No conflicts with other open PRs targeting |
justinkaseman
approved these changes
Mar 26, 2026
huangzhen1997
approved these changes
Mar 26, 2026
Contributor
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 where used) across the repo’s Go modules, and aligns the public plugin install manifest to the same git ref.
Changes:
- Update
chainlink-tonpseudo-version tov0.0.0-20260326230916-bcfdbe85f221across root, deployment tooling, scripts, integration-tests, and system-tests modules. - Refresh corresponding
go.sumentries to match the new module versions/checksums. - Update
plugins/plugins.public.yamlto install the TON plugin at the samegitRef.
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 |
|---|---|
| go.mod | Bumps root module dependency on chainlink-ton. |
| go.sum | Updates root module sums for the new chainlink-ton version. |
| deployment/go.mod | Bumps chainlink-ton + chainlink-ton/deployment used by deployment tooling. |
| deployment/go.sum | Updates deployment module sums for the new TON versions. |
| core/scripts/go.mod | Bumps indirect TON dependencies used by core scripts module. |
| core/scripts/go.sum | Updates core scripts module sums for the new TON versions. |
| integration-tests/go.mod | Bumps TON deps used by integration-tests module. |
| integration-tests/go.sum | Updates integration-tests module sums for the new TON versions. |
| integration-tests/load/go.mod | Bumps indirect TON deps in load-test module. |
| integration-tests/load/go.sum | Updates load-test module sums for the new TON versions. |
| system-tests/lib/go.mod | Bumps indirect TON deps in system-tests library module. |
| system-tests/lib/go.sum | Updates system-tests library module sums for the new TON versions. |
| system-tests/tests/go.mod | Bumps indirect TON deps in system-tests tests module. |
| system-tests/tests/go.sum | Updates system-tests tests module sums for the new TON versions. |
| plugins/plugins.public.yaml | Aligns TON plugin gitRef with the bumped dependency version. |
nicolasgnr
approved these changes
Mar 26, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Requires
Supports