Merged
Conversation
f0d7704 to
2ae66a8
Compare
patricios-space
commented
Feb 27, 2026
| } | ||
|
|
||
| func (a *EVMAdapter) CCIPReceiver() []byte { | ||
| return common.LeftPadBytes(common.HexToAddress("0xdead").Bytes(), 32) |
Contributor
Author
There was a problem hiding this comment.
Why is EVM adapter returning this?
Contributor
There was a problem hiding this comment.
are you still looking for an answer for this @patricios-space ?
63a54b3 to
cbb867a
Compare
c1f169c to
dbe946f
Compare
35a14c6 to
3b4794b
Compare
3fbe082 to
5a49d00
Compare
0d122e0 to
1d69b54
Compare
6 tasks
…n doesn't support Token Transfers
a6eb7d9 to
7f717d2
Compare
5b13eb8 to
9c601e2
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Re-enables TON support in the CCIP devenv and related deployment/test adapters, updating module dependencies and wiring TON back into the environment setup and smoke testing flows.
Changes:
- Re-enable TON integration across devenv (providers, home-chain config, key-bundling) and adapters (extra args encoding, node address extraction).
- Bump TON and testing framework dependencies across modules (devenv, deployment, solana/evm deployment, integration-tests).
- Update docs/aux config (go module graph, docker build args) to reflect TON being available again.
Reviewed changes
Copilot reviewed 16 out of 21 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| integration-tests/go.mod | Bumps chainlink-ccip and chainlink-ton versions for integration test module. |
| integration-tests/go.sum | Updates checksums for the new TON dependency version. |
| go.md | Updates module dependency graph to include TON devenv/deployment relationships. |
| devenv/tests/smoke.go | Skips specific TON/EVM OOO test cases while TON is re-enabled. |
| devenv/go.mod | Adds TON devenv/deployment deps, bumps testing framework, and updates Prometheus-related deps/replaces. |
| devenv/go.sum | Large dependency checksum refresh after module updates (TON + related transitive deps). |
| devenv/env-cl-rebuild.toml | Adds docker build arg to disable private plugin install during CL rebuild. |
| devenv/env-cl-rebuild-ci.toml | Same as above, for CI rebuild environment. |
| devenv/common/nodes.go | Normalizes chain type for key operations and improves tx key selection logic. |
| devenv/common/implcommon.go | Updates default TON contract version and refines token expansion destination handling. |
| devenv/common/home_chain.go | Re-enables TON lane adapter usage and TON oracle identity derivation. |
| devenv/cldf.go | Re-enables TON blockchain provider initialization and TON CCIP impl creation. |
| deployment/go.mod | Bumps chainlink-ccip version used by deployment module. |
| chains/solana/deployment/v1_6_0/testadapter/test_adapter.go | Adds TON-specific extra-args encoding for TON->Solana and adjusts tx send context usage. |
| chains/solana/deployment/go.mod | Adds chainlink-ton + makes tonutils-go direct dependency. |
| chains/solana/deployment/go.sum | Updates sums for new TON version. |
| chains/evm/deployment/v1_6_0/testadapter/test_adapter.go | Re-enables TON extra-args encoding for TON->EVM paths. |
| chains/evm/deployment/go.mod | Adds chainlink-ton + tonutils-go direct dependencies. |
| chains/evm/deployment/go.sum | Updates sums for new TON version. |
| ccv/chains/evm/deployment/go.mod | Bumps chainlink-ccip and chainlink-ton versions for CCV EVM deployment module. |
| ccv/chains/evm/deployment/go.sum | Updates sums for new TON version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tt-cll
approved these changes
Apr 8, 2026
skudasov
approved these changes
Apr 8, 2026
0xsuryansh
approved these changes
Apr 8, 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