Open
Conversation
tt-cll
previously approved these changes
Mar 25, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates module dependencies and the TestAdapter contract to align with newer deployment/test adapter behavior across CCIP components.
Changes:
- Bump
github.com/smartcontractkit/chainlink-ccip/deploymentdependency version across several modules/go.sum files. - Modify
devenvand chain deployment modulego.modfiles to adjust/disable localreplacewiring and pin explicit deployment-related versions. - Expand and change the
deployment/testadapters.TestAdapterinterface (new methods + breaking signature changes).
Reviewed changes
Copilot reviewed 6 out of 9 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| integration-tests/go.mod | Bumps chainlink-ccip/deployment version used by integration-tests module. |
| devenv/go.mod | Comments out local replace for chainlink-ccip/deployment and adds explicit require pins for deployment submodules. |
| devenv/go.sum | Adds sums for the new chainlink-ccip/deployment pseudo-version. |
| deployment/testadapters/adapters.go | Breakingly changes TestAdapter interface (new methods + renamed/reshaped methods). |
| chains/solana/deployment/go.mod | Updates required versions and comments out local replace for chainlink-ccip/deployment. |
| chains/solana/deployment/go.sum | Adds sums for the new chainlink-ccip/deployment pseudo-version. |
| chains/evm/deployment/go.mod | Updates deployment dependency version and comments out local replace for chainlink-ccip/deployment. |
| chains/evm/deployment/go.sum | Adds sums for the new chainlink-ccip/deployment pseudo-version. |
| ccv/chains/evm/deployment/go.mod | Bumps chainlink-ccip/deployment dependency version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
krebernisak
previously approved these changes
Mar 25, 2026
matYang
previously approved these changes
Mar 25, 2026
b7823e8
RensR
reviewed
Mar 26, 2026
| // github.com/smartcontractkit/chainlink-testing-framework/framework => ../../chainlink-testing-framework/framework | ||
| ) | ||
|
|
||
| require ( |
Collaborator
There was a problem hiding this comment.
nit: should not be a separate block, why have these moved out?
RensR
reviewed
Mar 26, 2026
| replace github.com/fbsobreira/gotron-sdk => github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.4 | ||
|
|
||
| replace github.com/smartcontractkit/chainlink-ccip/deployment => ../../../deployment | ||
| // replace github.com/smartcontractkit/chainlink-ccip/deployment => ../../../deployment // TODO: uncomment |
Collaborator
There was a problem hiding this comment.
The PR provides no context on why this is commented and the TODO also ins't clear
|
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.
No description provided.