Skip to content

fix: bump chainlink ton#22714

Merged
patricios-space merged 1 commit into
developfrom
fix/bump-chainlink-ton
Jun 2, 2026
Merged

fix: bump chainlink ton#22714
patricios-space merged 1 commit into
developfrom
fix/bump-chainlink-ton

Conversation

@patricios-space
Copy link
Copy Markdown
Contributor

Need to get these changes into today's release:

  • 1ab0adfd github.com/smartcontractkit/chainlink-ton/deployment: feat: use version from qualifier in mcms sequences instead of hardcoding it
  • 1833a1a4 github.com/smartcontractkit/chainlink-ton: fix: relay: get client didn't get rotated when creating a new pool
  • 15ca4de9 github.com/smartcontractkit/chainlink-ton and github.com/smartcontractkit/chainlink-ton/deployment: feat: use FQN in deployment-mod and adopt updates to mcms and cldf
  • 48bc90ac github.com/smartcontractkit/chainlink-ton: feat: FullyQualifiedName type
  • 695b6c38 github.com/smartcontractkit/chainlink-ton: fix: update ocr.DefaultConfigSet
  • 69a36173 github.com/smartcontractkit/chainlink-ton: feat: txm: do exponential backoff and jitter on retries
  • 82a47142 github.com/smartcontractkit/chainlink-ton: txm: add expiration check in broadcastLoop before broadcast
  • d8dc4c93 github.com/smartcontractkit/chainlink-ton: txm: classify "insufficient funds" as fatal in broadcastWithRetry
  • 2ab65d35 github.com/smartcontractkit/chainlink-ton: txm: add transmitter health check before enqueue
  • d0fc357b github.com/smartcontractkit/chainlink-ton: ref: cleanup update commit and execute codecs
  • 681b7a7f github.com/smartcontractkit/chainlink-ton: txm: set Bounce: true in Transmit

@patricios-space patricios-space force-pushed the fix/bump-chainlink-ton branch from 1f3dd6f to eb37fda Compare June 2, 2026 16:16
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 2, 2026

I see you updated files related to core. Please run make gocs in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 2, 2026

✅ No conflicts with other open PRs targeting develop

@patricios-space patricios-space marked this pull request as ready for review June 2, 2026 16:28
Copilot AI review requested due to automatic review settings June 2, 2026 16:28
@patricios-space patricios-space requested review from a team as code owners June 2, 2026 16:28
@cl-sonarqube-production
Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-ton module version across root, deployment tooling, and test modules (go.mod/go.sum).
  • Update chainlink-ton/deployment pseudo-version in integration/deployment module dependencies where it’s used.
  • Update the TON plugin gitRef in plugins/plugins.public.yaml to match the bumped module version.

Scrupulous human review recommended (release safety):

  • Validate the new chainlink-ton version 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.

@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented Jun 2, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@patricios-space patricios-space enabled auto-merge June 2, 2026 17:01
@patricios-space patricios-space added this pull request to the merge queue Jun 2, 2026
Merged via the queue into develop with commit a39ccc2 Jun 2, 2026
224 checks passed
@patricios-space patricios-space deleted the fix/bump-chainlink-ton branch June 2, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants