-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: bumping chainlink-ton, ccip test helper clean up #20555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CORA - Pending Reviewers
Legend: ✅ Approved | ❌ Changes Requested | 💬 Commented | 🚫 Dismissed | ⏳ Pending | ❓ Unknown For more details, see the full review summary. |
|
I see you updated files related to
|
f4a9f17 to
d4e4656
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates chainlink-ton and its related dependencies to version f56790ae3631 (dated 2025-12-11) across the codebase, along with several golang.org/x packages. The update includes corresponding changes to CCIP test helpers to accommodate API changes in the updated chainlink-ton package.
- Bumps chainlink-ton and chainlink-ton/deployment packages to
f56790ae3631 - Updates TON contract version reference to
08209efcf3f3 - Refactors TON message sending in test helpers to use new
SendCCIPMessageAPI andtonrouter.CCIPSendstruct
Reviewed changes
Copilot reviewed 14 out of 21 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Updates chainlink-ton dependencies and golang.org/x packages |
| system-tests/lib/go.mod | Updates chainlink-ton dependencies and golang.org/x packages |
| plugins/plugins.public.yaml | Updates TON plugin git reference to new version |
| integration-tests/load/go.mod | Updates chainlink-ton dependencies and golang.org/x packages |
| integration-tests/go.mod | Updates chainlink-ton dependencies and golang.org/x packages |
| go.mod | Updates chainlink-ton, ethereum/go-ethereum, rs/zerolog, and golang.org/x packages; adds new indirect dependencies |
| go.md | Adds chainlink-ton to chainlink-framework/metrics dependency relationship |
| deployment/go.mod | Updates chainlink-ton dependencies and golang.org/x packages |
| deployment/ccip/changeset/testhelpers/test_ton_helpers.go | Handles error return from tonlogpoller.NewService constructor |
| deployment/ccip/changeset/testhelpers/test_helpers_solana_v0_1_1.go | Refactors TON request sending to use new SendCCIPMessage API and tonrouter.CCIPSend |
| deployment/ccip/changeset/testhelpers/test_helpers_solana_v0_1_0.go | Refactors TON request sending to use new SendCCIPMessage API and tonrouter.CCIPSend |
| deployment/ccip/changeset/testhelpers/test_environment.go | Updates TON contract version reference to 08209efcf3f3 |
| deployment/ccip/changeset/testhelpers/messagingtest/helpers.go | Updates message construction to use tonrouter.CCIPSend with DestChainSelector field |
| core/scripts/go.mod | Updates chainlink-ton dependencies and golang.org/x packages |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
4c6ac24 to
7522a5c
Compare
|
accidentally pushed reset state, the PR has been reopened #20653 |





This PR bumps chainlink-ton, and clean ups CCIP test helpers
chainlink-ton PR to be merged first:
NONEVM-3035: Initial LogPoller service metrics chainlink-ton#423
bump
chainlink-ton,chainlink-ton/deployment, plugin/contract versions