Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions build/devenv/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -1150,9 +1150,9 @@ func NewEnvironment() (in *Cfg, err error) {
instanceName := aggregatorInput.InstanceName()
cs := ccipChangesets.GenerateAggregatorConfig(ccipAdapters.GetAggregatorConfigRegistry())
output, err := cs.Apply(*e, ccipChangesets.GenerateAggregatorConfigInput{
Topology: topology,
ServiceIdentifier: instanceName + "-aggregator",
CommitteeQualifier: aggregatorInput.CommitteeName,
ChainSelectors: selectors,
})
if err != nil {
return nil, fmt.Errorf("failed to generate aggregator config for %s (committee %s): %w", instanceName, aggregatorInput.CommitteeName, err)
Expand Down Expand Up @@ -1195,7 +1195,6 @@ func NewEnvironment() (in *Cfg, err error) {
CommitteeVerifierNameToQualifier: firstIdx.CommitteeVerifierNameToQualifier,
CCTPVerifierNameToQualifier: firstIdx.CCTPVerifierNameToQualifier,
LombardVerifierNameToQualifier: firstIdx.LombardVerifierNameToQualifier,
ChainSelectors: selectors,
})
if err != nil {
return nil, fmt.Errorf("failed to generate indexer config: %w", err)
Expand Down
8 changes: 4 additions & 4 deletions build/devenv/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ require (
github.com/rs/zerolog v1.34.0
github.com/smartcontractkit/chain-selectors v1.0.97
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260319175550-83cf59fe6839
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

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

The PR title suggests a general "bump cl-ccip", but go.mod only updates the chainlink-ccip submodules (deployment + ccv/chains/evm) while the root github.com/smartcontractkit/chainlink-ccip requirement remains pinned to the older pseudo-version. This can result in multiple different commits of the same repo being pulled in for different module paths, which can be confusing and occasionally lead to subtle incompatibilities. Consider bumping the root chainlink-ccip module to the same commit (or add a short note explaining why the root module is intentionally kept back).

Suggested change
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260319175550-83cf59fe6839
github.com/smartcontractkit/chainlink-ccip v0.0.0-20260323194646-82b60f38ec35

Copilot uses AI. Check for mistakes.
github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20260319175550-83cf59fe6839
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260319175550-83cf59fe6839
github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20260323194646-82b60f38ec35
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260323194646-82b60f38ec35
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260310151336-c98a9c147ac0
github.com/smartcontractkit/chainlink-deployments-framework v0.85.0
github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.0
Expand All @@ -36,8 +36,8 @@ require (
github.com/jmoiron/sqlx v1.4.0
github.com/lib/pq v1.10.9
github.com/sethvargo/go-retry v0.3.0
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260319175550-83cf59fe6839
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm/deployment v0.0.0-20260319175550-83cf59fe6839
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260323194646-82b60f38ec35
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm/deployment v0.0.0-20260323194646-82b60f38ec35
github.com/smartcontractkit/chainlink-ccv v0.0.0-20260218133052-8e7fe2f457f9
github.com/smartcontractkit/chainlink-common/keystore v1.0.0
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd
Expand Down
16 changes: 8 additions & 8 deletions build/devenv/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1119,18 +1119,18 @@ github.com/smartcontractkit/chainlink-aptos v0.0.0-20251212131933-e5e85d6fa4d3 h
github.com/smartcontractkit/chainlink-aptos v0.0.0-20251212131933-e5e85d6fa4d3/go.mod h1:OywVThRaVXwknATT2B8QAwjOJ1LoYBB9bTsmRpf6RPw=
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260319175550-83cf59fe6839 h1:RqjW1lsc1CjZw+Og/AdsCg2HYq3lvnoJ1XADpk3aRcw=
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260319175550-83cf59fe6839/go.mod h1:iZTLsjnvzUR4QODACgkvJ2Xd1z1YYJJvEnLZ61K/sfw=
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260319175550-83cf59fe6839 h1:kat0vH3ZAl095Tn65nyZdnSkDodeW4kito17ToaNpIk=
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260319175550-83cf59fe6839/go.mod h1:zLqdD2kBX7NsntBneclb2yrHhjFaJdoyA8dK5eimlrE=
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm/deployment v0.0.0-20260319175550-83cf59fe6839 h1:B+vSmcbTGAgme3piSNCJzLDnMjeOWdS/YFSuhCTrLY8=
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm/deployment v0.0.0-20260319175550-83cf59fe6839/go.mod h1:EwCFQp17IjKDk0DBhANpZRjR4uk3u3ovbIzNtaLhVx0=
github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20260319175550-83cf59fe6839 h1:RdVBInzFjJf/RbOm0Ej8olcMK3XWh/ubj1SI1w/G/CU=
github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20260319175550-83cf59fe6839/go.mod h1:N2K2pMRf1fZm5Vulski3Ua+ToVzPZAvYLftJNi4kBKY=
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260323194646-82b60f38ec35 h1:c72oL0mpoL6gxwkl6wR8kNznmsu0YkX9eW0GltAXrSI=
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260323194646-82b60f38ec35/go.mod h1:zLqdD2kBX7NsntBneclb2yrHhjFaJdoyA8dK5eimlrE=
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm/deployment v0.0.0-20260323194646-82b60f38ec35 h1:3Hbw50qcOG6fBjxyC+/bmk1GR+m+BV/17zVz4j8mm38=
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm/deployment v0.0.0-20260323194646-82b60f38ec35/go.mod h1:EwCFQp17IjKDk0DBhANpZRjR4uk3u3ovbIzNtaLhVx0=
github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20260323194646-82b60f38ec35 h1:LwYf0Hx8awRMwIMU3LGyr877BGjNLrtzCiMCkN8KD2M=
github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20260323194646-82b60f38ec35/go.mod h1:N2K2pMRf1fZm5Vulski3Ua+ToVzPZAvYLftJNi4kBKY=
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139 h1:jkChf04hhdiMBApbb+lLDxHMY62Md6UeM7v++GSw3K8=
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139/go.mod h1:wuhagkM/lU0GbV2YcrROOH0GlsfXJYwm6qmpa4CK70w=
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139 h1:tw3K4UkH5XfW5SoyYkvAlbzrccoGSLdz/XkxD6nyGC8=
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139/go.mod h1:1WcontO9PeuKdUf5HXfs3nuICtzUvFNnyCmrHkTCF9Y=
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260319175550-83cf59fe6839 h1:7VZ3Hsh3nBJf05upZ0UujsKKDydmPppC9AzznSOBKAI=
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260319175550-83cf59fe6839/go.mod h1:P0/tjeeIIxfsBupk5MneRjq5uI9mj+ZQpMpYnFla6WM=
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260323194646-82b60f38ec35 h1:TvetN0lAlIk2RMSYyoOnuQrQ2AoV+6xJAz+Bg9bz+ek=
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260323194646-82b60f38ec35/go.mod h1:P0/tjeeIIxfsBupk5MneRjq5uI9mj+ZQpMpYnFla6WM=
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260310151336-c98a9c147ac0 h1:eui+u6ge2RYW01F/DeXWrc5UOqc+8+lyPoi9TIAmMgo=
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260310151336-c98a9c147ac0/go.mod h1:0ghbAr7tRO0tT5ZqBXhOyzgUO37tNNe33Yn0hskauVM=
github.com/smartcontractkit/chainlink-common/keystore v1.0.0 h1:sVa3j2FWK/5OxXpnlfDkF1deDAkuXEfaLKzYqBTA880=
Expand Down
Loading