From ddb54650fd5e9d759fa0694f34ec6b2a24523533 Mon Sep 17 00:00:00 2001 From: Aleksandr Bukata Date: Mon, 27 Jul 2026 10:18:40 +0100 Subject: [PATCH 1/2] CCIP-12516 bump chainlink-ccv to use traces migration --- core/scripts/go.mod | 2 +- core/scripts/go.sum | 4 ++-- deployment/go.mod | 2 +- deployment/go.sum | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- integration-tests/go.mod | 2 +- integration-tests/go.sum | 4 ++-- integration-tests/load/go.mod | 2 +- integration-tests/load/go.sum | 4 ++-- system-tests/lib/go.mod | 2 +- system-tests/lib/go.sum | 4 ++-- system-tests/tests/go.mod | 2 +- system-tests/tests/go.sum | 4 ++-- 14 files changed, 21 insertions(+), 21 deletions(-) diff --git a/core/scripts/go.mod b/core/scripts/go.mod index fea911afc19..7a92a9fdac5 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -495,7 +495,7 @@ require ( github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260715130435-1e32cea69af1 // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260624154507-ea7ff77a0ddb // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260624154507-ea7ff77a0ddb // indirect - github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6 // indirect + github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20260724142814-45996a1bcb72 // indirect github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 // indirect github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect diff --git a/core/scripts/go.sum b/core/scripts/go.sum index 493f5598b38..58266c57bcb 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1578,8 +1578,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260624154507-e github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260624154507-ea7ff77a0ddb/go.mod h1:xu0Jum/nGRkjBwT/Vq7WCElWOTBBkFRwG0ZIaw9tF2I= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260624154507-ea7ff77a0ddb h1:2p+8KYL0bhHblGcOJKRH84i9QduKGcY72NYcLJzNdNc= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260624154507-ea7ff77a0ddb/go.mod h1:67YbnoglYD61Pz/jTVCgav9wFq7S35OU8UyQSvPllRw= -github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6 h1:t5VUHVFEdcqa0/faJiHWusuW+egKpqK3YwWZO4/yJto= -github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6/go.mod h1:0v6RGdYa9NezVnBPIAVyxB3A9furKWwaSkLha+URYGk= +github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71 h1:kHux9TPiCpaLg6tj/g2KXSaYb3rZXCSyaJjViWg5KXk= +github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71/go.mod h1:/YbIC2K24LXz9mD4RO/dtkE+R4wcJ90ozdNiDWAvnbo= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260727165036-9952de44dbab h1:0Wp8WGygRHfz4hmmEbiZH6XZhXXLbgZR1XO8d8XLXmw= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260727165036-9952de44dbab/go.mod h1:euYQ2WxVYGU2ivHXPBRpbU0Z3/SkekfIK5YPf7hdDY8= github.com/smartcontractkit/chainlink-common/keystore v1.3.0 h1:V05Rp9/dTc4Wyipsk1EYnW3riZyjDVKmhz3769JpnHU= diff --git a/deployment/go.mod b/deployment/go.mod index 5044638f69c..01bf35d6820 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -436,7 +436,7 @@ require ( github.com/sirupsen/logrus v1.9.4 // indirect github.com/smartcontractkit/chainlink-automation v0.8.1 // indirect github.com/smartcontractkit/chainlink-canton v0.0.0-20260615233851-4e78e7c23a58 // indirect - github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6 // indirect + github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20260724142814-45996a1bcb72 // indirect github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20260423135514-5b1a7565a99c // indirect diff --git a/deployment/go.sum b/deployment/go.sum index cc9926bfd65..8afa3c640ce 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1410,8 +1410,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260 github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260624154507-ea7ff77a0ddb/go.mod h1:67YbnoglYD61Pz/jTVCgav9wFq7S35OU8UyQSvPllRw= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260624154507-ea7ff77a0ddb h1:lG7cBn+mRgkdPpp1MSGK8pLq72g8LHa3aVPHZv/UReQ= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260624154507-ea7ff77a0ddb/go.mod h1:xDXlDsou69NYOolOAj+KITRn9luER6Bg52NXelrLl+A= -github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6 h1:t5VUHVFEdcqa0/faJiHWusuW+egKpqK3YwWZO4/yJto= -github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6/go.mod h1:0v6RGdYa9NezVnBPIAVyxB3A9furKWwaSkLha+URYGk= +github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71 h1:kHux9TPiCpaLg6tj/g2KXSaYb3rZXCSyaJjViWg5KXk= +github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71/go.mod h1:/YbIC2K24LXz9mD4RO/dtkE+R4wcJ90ozdNiDWAvnbo= github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260616151800-9a3a31c4e194 h1:QxZkbKtQyPtVLYP4eMwc+VbXY7M5ve1deSiLZ2pOA+Y= github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260616151800-9a3a31c4e194/go.mod h1:bNMFRxwWdgVFdSsFZRmsUUPoBUncU3RM765K99svIKM= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260727165036-9952de44dbab h1:0Wp8WGygRHfz4hmmEbiZH6XZhXXLbgZR1XO8d8XLXmw= diff --git a/go.mod b/go.mod index 64630a47aec..57408f40600 100644 --- a/go.mod +++ b/go.mod @@ -84,7 +84,7 @@ require ( github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260624154507-ea7ff77a0ddb github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260415165642-49f23e4d76cc github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260415165642-49f23e4d76cc - github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6 + github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71 github.com/smartcontractkit/chainlink-common v0.11.2-0.20260727165036-9952de44dbab github.com/smartcontractkit/chainlink-common/keystore v1.3.0 github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20260724142814-45996a1bcb72 diff --git a/go.sum b/go.sum index 6b6b5639441..fc61b8c8605 100644 --- a/go.sum +++ b/go.sum @@ -1157,8 +1157,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260415165642-4 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260415165642-49f23e4d76cc/go.mod h1:gzCVLUlNov/zFXSC7G6zcGkZU1IfNOHaakbAPDe5Woc= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260415165642-49f23e4d76cc h1:War93neyFmv7pzuElZeZC3qc/OfGtLvEXvqL3qeBfM0= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260415165642-49f23e4d76cc/go.mod h1:67YbnoglYD61Pz/jTVCgav9wFq7S35OU8UyQSvPllRw= -github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6 h1:t5VUHVFEdcqa0/faJiHWusuW+egKpqK3YwWZO4/yJto= -github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6/go.mod h1:0v6RGdYa9NezVnBPIAVyxB3A9furKWwaSkLha+URYGk= +github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71 h1:kHux9TPiCpaLg6tj/g2KXSaYb3rZXCSyaJjViWg5KXk= +github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71/go.mod h1:/YbIC2K24LXz9mD4RO/dtkE+R4wcJ90ozdNiDWAvnbo= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260727165036-9952de44dbab h1:0Wp8WGygRHfz4hmmEbiZH6XZhXXLbgZR1XO8d8XLXmw= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260727165036-9952de44dbab/go.mod h1:euYQ2WxVYGU2ivHXPBRpbU0Z3/SkekfIK5YPf7hdDY8= github.com/smartcontractkit/chainlink-common/keystore v1.3.0 h1:V05Rp9/dTc4Wyipsk1EYnW3riZyjDVKmhz3769JpnHU= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index dc110b47677..72d3b125cd6 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -420,7 +420,7 @@ require ( github.com/smartcontractkit/chainlink-automation v0.8.1 // indirect github.com/smartcontractkit/chainlink-canton v0.0.0-20260615233851-4e78e7c23a58 // indirect github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260624154507-ea7ff77a0ddb // indirect - github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6 // indirect + github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20260724142814-45996a1bcb72 // indirect github.com/smartcontractkit/chainlink-data-streams v1.0.0 // indirect github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 // indirect diff --git a/integration-tests/go.sum b/integration-tests/go.sum index 8ad3efb2e67..0f4d4dee336 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1397,8 +1397,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260 github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260624154507-ea7ff77a0ddb/go.mod h1:67YbnoglYD61Pz/jTVCgav9wFq7S35OU8UyQSvPllRw= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260624154507-ea7ff77a0ddb h1:lG7cBn+mRgkdPpp1MSGK8pLq72g8LHa3aVPHZv/UReQ= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260624154507-ea7ff77a0ddb/go.mod h1:xDXlDsou69NYOolOAj+KITRn9luER6Bg52NXelrLl+A= -github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6 h1:t5VUHVFEdcqa0/faJiHWusuW+egKpqK3YwWZO4/yJto= -github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6/go.mod h1:0v6RGdYa9NezVnBPIAVyxB3A9furKWwaSkLha+URYGk= +github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71 h1:kHux9TPiCpaLg6tj/g2KXSaYb3rZXCSyaJjViWg5KXk= +github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71/go.mod h1:/YbIC2K24LXz9mD4RO/dtkE+R4wcJ90ozdNiDWAvnbo= github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260616151800-9a3a31c4e194 h1:QxZkbKtQyPtVLYP4eMwc+VbXY7M5ve1deSiLZ2pOA+Y= github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260616151800-9a3a31c4e194/go.mod h1:bNMFRxwWdgVFdSsFZRmsUUPoBUncU3RM765K99svIKM= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260727165036-9952de44dbab h1:0Wp8WGygRHfz4hmmEbiZH6XZhXXLbgZR1XO8d8XLXmw= diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index cfe217a2f8e..fd6da52d30b 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -482,7 +482,7 @@ require ( github.com/smartcontractkit/chainlink-automation v0.8.1 // indirect github.com/smartcontractkit/chainlink-canton v0.0.0-20260615233851-4e78e7c23a58 // indirect github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260624154507-ea7ff77a0ddb // indirect - github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6 // indirect + github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71 // indirect github.com/smartcontractkit/chainlink-common/keystore v1.3.0 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20260724142814-45996a1bcb72 // indirect github.com/smartcontractkit/chainlink-data-streams v1.0.0 // indirect diff --git a/integration-tests/load/go.sum b/integration-tests/load/go.sum index 8d730cecfc2..52347f76746 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1633,8 +1633,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260 github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260624154507-ea7ff77a0ddb/go.mod h1:67YbnoglYD61Pz/jTVCgav9wFq7S35OU8UyQSvPllRw= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260624154507-ea7ff77a0ddb h1:lG7cBn+mRgkdPpp1MSGK8pLq72g8LHa3aVPHZv/UReQ= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260624154507-ea7ff77a0ddb/go.mod h1:xDXlDsou69NYOolOAj+KITRn9luER6Bg52NXelrLl+A= -github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6 h1:t5VUHVFEdcqa0/faJiHWusuW+egKpqK3YwWZO4/yJto= -github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6/go.mod h1:0v6RGdYa9NezVnBPIAVyxB3A9furKWwaSkLha+URYGk= +github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71 h1:kHux9TPiCpaLg6tj/g2KXSaYb3rZXCSyaJjViWg5KXk= +github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71/go.mod h1:/YbIC2K24LXz9mD4RO/dtkE+R4wcJ90ozdNiDWAvnbo= github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260616151800-9a3a31c4e194 h1:QxZkbKtQyPtVLYP4eMwc+VbXY7M5ve1deSiLZ2pOA+Y= github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260616151800-9a3a31c4e194/go.mod h1:bNMFRxwWdgVFdSsFZRmsUUPoBUncU3RM765K99svIKM= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260727165036-9952de44dbab h1:0Wp8WGygRHfz4hmmEbiZH6XZhXXLbgZR1XO8d8XLXmw= diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index 50e2f08c393..651aede0d39 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -458,7 +458,7 @@ require ( github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260715130435-1e32cea69af1 // indirect github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260624154507-ea7ff77a0ddb // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260624154507-ea7ff77a0ddb // indirect - github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6 // indirect + github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20260724142814-45996a1bcb72 // indirect github.com/smartcontractkit/chainlink-data-streams v1.0.0 // indirect github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 // indirect diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index 664dbe2cae6..0098a541734 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1549,8 +1549,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260624154507-e github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260624154507-ea7ff77a0ddb/go.mod h1:xu0Jum/nGRkjBwT/Vq7WCElWOTBBkFRwG0ZIaw9tF2I= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260624154507-ea7ff77a0ddb h1:2p+8KYL0bhHblGcOJKRH84i9QduKGcY72NYcLJzNdNc= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260624154507-ea7ff77a0ddb/go.mod h1:67YbnoglYD61Pz/jTVCgav9wFq7S35OU8UyQSvPllRw= -github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6 h1:t5VUHVFEdcqa0/faJiHWusuW+egKpqK3YwWZO4/yJto= -github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6/go.mod h1:0v6RGdYa9NezVnBPIAVyxB3A9furKWwaSkLha+URYGk= +github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71 h1:kHux9TPiCpaLg6tj/g2KXSaYb3rZXCSyaJjViWg5KXk= +github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71/go.mod h1:/YbIC2K24LXz9mD4RO/dtkE+R4wcJ90ozdNiDWAvnbo= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260727165036-9952de44dbab h1:0Wp8WGygRHfz4hmmEbiZH6XZhXXLbgZR1XO8d8XLXmw= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260727165036-9952de44dbab/go.mod h1:euYQ2WxVYGU2ivHXPBRpbU0Z3/SkekfIK5YPf7hdDY8= github.com/smartcontractkit/chainlink-common/keystore v1.3.0 h1:V05Rp9/dTc4Wyipsk1EYnW3riZyjDVKmhz3769JpnHU= diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index 330bc52784f..0f24c5e0597 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -237,7 +237,7 @@ require ( github.com/smartcontractkit/chainlink-canton v0.0.0-20260615233851-4e78e7c23a58 // indirect github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260624154507-ea7ff77a0ddb // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260624154507-ea7ff77a0ddb // indirect - github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6 // indirect + github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71 // indirect github.com/smartcontractkit/chainlink-data-streams v1.0.0 // indirect github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect github.com/smartcontractkit/chainlink-protos/chainlink-ccv/committee-verifier v0.0.0-20251211142334-5c3421fe2c8d // indirect diff --git a/system-tests/tests/go.sum b/system-tests/tests/go.sum index 3a912134784..431e034c56f 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1754,8 +1754,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260624154507-e github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260624154507-ea7ff77a0ddb/go.mod h1:xu0Jum/nGRkjBwT/Vq7WCElWOTBBkFRwG0ZIaw9tF2I= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260624154507-ea7ff77a0ddb h1:2p+8KYL0bhHblGcOJKRH84i9QduKGcY72NYcLJzNdNc= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260624154507-ea7ff77a0ddb/go.mod h1:67YbnoglYD61Pz/jTVCgav9wFq7S35OU8UyQSvPllRw= -github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6 h1:t5VUHVFEdcqa0/faJiHWusuW+egKpqK3YwWZO4/yJto= -github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260716164331-d938b371c5d6/go.mod h1:0v6RGdYa9NezVnBPIAVyxB3A9furKWwaSkLha+URYGk= +github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71 h1:kHux9TPiCpaLg6tj/g2KXSaYb3rZXCSyaJjViWg5KXk= +github.com/smartcontractkit/chainlink-ccv v0.1.1-0.20260727090323-29e7734dca71/go.mod h1:/YbIC2K24LXz9mD4RO/dtkE+R4wcJ90ozdNiDWAvnbo= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260727165036-9952de44dbab h1:0Wp8WGygRHfz4hmmEbiZH6XZhXXLbgZR1XO8d8XLXmw= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260727165036-9952de44dbab/go.mod h1:euYQ2WxVYGU2ivHXPBRpbU0Z3/SkekfIK5YPf7hdDY8= github.com/smartcontractkit/chainlink-common/keystore v1.3.0 h1:V05Rp9/dTc4Wyipsk1EYnW3riZyjDVKmhz3769JpnHU= From 89c5f1dc1c5fc26616d25959632facdfeb035b14 Mon Sep 17 00:00:00 2001 From: Aleksandr Bukata Date: Wed, 29 Jul 2026 17:31:34 +0100 Subject: [PATCH 2/2] drop go-ethereum from ccv delegate --- core/services/ccv/ccvcommitteeverifier/delegate.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core/services/ccv/ccvcommitteeverifier/delegate.go b/core/services/ccv/ccvcommitteeverifier/delegate.go index 1680729984c..ee755bee9b6 100644 --- a/core/services/ccv/ccvcommitteeverifier/delegate.go +++ b/core/services/ccv/ccvcommitteeverifier/delegate.go @@ -9,8 +9,6 @@ import ( "strconv" "strings" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pelletier/go-toml/v2" "github.com/smartcontractkit/chainlink-ccv/integration/pkg/constructors" @@ -117,7 +115,7 @@ func (d *Delegate) ServicesForSpec(ctx context.Context, spec job.Job) (services if err != nil { return nil, fmt.Errorf("failed to decode onchain public key: %w", err) } - configPubKeyBytes, err := hexutil.Decode(decodedCfg.SignerAddress) + configPubKeyBytes, err := hex.DecodeString(decodedCfg.SignerAddress) if err != nil { return nil, fmt.Errorf("failed to decode signer address: %w", err) } @@ -136,7 +134,7 @@ func (d *Delegate) ServicesForSpec(ctx context.Context, spec job.Job) (services Named(decodedCfg.VerifierID), decodedCfg, aggregatorSecrets, - common.HexToAddress(decodedCfg.SignerAddress).Bytes(), + configPubKeyBytes, newSignerAdapter(signingKey), legacyChains, d.ds,