From 0ba025acafe30134d2f2464baebe9ebb9885ca12 Mon Sep 17 00:00:00 2001 From: amit-momin Date: Thu, 2 Apr 2026 17:40:40 -0500 Subject: [PATCH 1/4] Updated cl-evm cre contract gobindings dependency --- core/scripts/go.mod | 2 +- core/scripts/go.sum | 4 ++-- core/services/arbiter/shardconfig.go | 2 +- deployment/cre/contracts/contracts.go | 2 +- .../changeset/operations/contracts/deploy_shard_config_op.go | 2 +- .../changeset/operations/contracts/transfer_ownership_op.go | 2 +- .../changeset/operations/contracts/update_shard_count_op.go | 2 +- .../cre/shard_config/v1/changeset/transfer_ownership_test.go | 2 +- .../cre/shard_config/v1/changeset/update_shard_count_test.go | 2 +- 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 ++-- system-tests/tests/smoke/cre/v2_sharding_test.go | 2 +- 22 files changed, 29 insertions(+), 29 deletions(-) diff --git a/core/scripts/go.mod b/core/scripts/go.mod index a93bbe306f7..228c6e7b3b0 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -490,7 +490,7 @@ require ( github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260317185256-d5f7db87ae70 // indirect github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20251211140724-319861e514c4 // indirect - github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 // indirect + github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 // indirect github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250818175541-3389ac08a563 // indirect github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20260326122810-b657beadfb57 // indirect diff --git a/core/scripts/go.sum b/core/scripts/go.sum index b8c2b16f9f5..8a6bc35e2a7 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1648,8 +1648,8 @@ github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 h1:6wOzdPOLg github.com/smartcontractkit/chainlink-deployments-framework v0.86.3/go.mod h1:oalqMz/O0fdvff3+i2F2F3oi4rgGoQetE9jNUZX9484= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 h1:mUaNoTKE3lqlANSOlQmiYDIAjJoqHiShw+r5rl1xh7g= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05/go.mod h1:pMADMyrLXiwqbgqM8qvFZ90JWEhmEAiqmHTmpAUGBqE= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 h1:V22ITnWmgBAyxH+VVVo1jxm/LeJ3jcVMCVYB+zLN5mU= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3/go.mod h1:u5vhpPHVUdGUni9o00MBu2aKPE0Q2DRoipAGPYD01e0= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 h1:liJBkuSdLOKp6ruEtW/2fRITrjGsPnp/II3h1uzAjBU= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd h1:sK+pK4epQp20yQ7XztwrVgkTkRAr4FY+TvEegW8RuQk= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd/go.mod h1:7Jlt72+V9891y3LnGwHzmQwt9tfEGYryRKiGlQHo/o8= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= diff --git a/core/services/arbiter/shardconfig.go b/core/services/arbiter/shardconfig.go index f65cdde315f..588c7497575 100644 --- a/core/services/arbiter/shardconfig.go +++ b/core/services/arbiter/shardconfig.go @@ -12,7 +12,7 @@ import ( "github.com/smartcontractkit/chainlink-common/pkg/services" "github.com/smartcontractkit/chainlink-common/pkg/types" "github.com/smartcontractkit/chainlink-common/pkg/types/query/primitives" - "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/shardconfig/generated/v1_0_0/shard_config" + "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/dev/generated/latest/shard_config" "github.com/smartcontractkit/chainlink-evm/pkg/config" "github.com/smartcontractkit/chainlink/v2/core/logger" diff --git a/deployment/cre/contracts/contracts.go b/deployment/cre/contracts/contracts.go index 4f8c3a273ed..fc01b153cb7 100644 --- a/deployment/cre/contracts/contracts.go +++ b/deployment/cre/contracts/contracts.go @@ -16,7 +16,7 @@ import ( "github.com/smartcontractkit/chainlink/deployment/common/proposalutils" "github.com/smartcontractkit/chainlink/deployment/common/types" - shard_config "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/shardconfig/generated/v1_0_0/shard_config" + shard_config "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/dev/generated/latest/shard_config" capabilities_registry "github.com/smartcontractkit/chainlink-evm/gethwrappers/keystone/generated/capabilities_registry_1_1_0" forwarder "github.com/smartcontractkit/chainlink-evm/gethwrappers/keystone/generated/forwarder_1_0_0" ocr3_capability "github.com/smartcontractkit/chainlink-evm/gethwrappers/keystone/generated/ocr3_capability_1_0_0" diff --git a/deployment/cre/shard_config/v1/changeset/operations/contracts/deploy_shard_config_op.go b/deployment/cre/shard_config/v1/changeset/operations/contracts/deploy_shard_config_op.go index 465e413cbe8..7ba16b2282b 100644 --- a/deployment/cre/shard_config/v1/changeset/operations/contracts/deploy_shard_config_op.go +++ b/deployment/cre/shard_config/v1/changeset/operations/contracts/deploy_shard_config_op.go @@ -10,7 +10,7 @@ import ( cldf "github.com/smartcontractkit/chainlink-deployments-framework/deployment" "github.com/smartcontractkit/chainlink-deployments-framework/operations" - shard_config "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/shardconfig/generated/v1_0_0/shard_config" + shard_config "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/dev/generated/latest/shard_config" ) // DeployShardConfigOpInput contains the input parameters for deploying a ShardConfig contract. diff --git a/deployment/cre/shard_config/v1/changeset/operations/contracts/transfer_ownership_op.go b/deployment/cre/shard_config/v1/changeset/operations/contracts/transfer_ownership_op.go index 601746b21d9..27202351ab2 100644 --- a/deployment/cre/shard_config/v1/changeset/operations/contracts/transfer_ownership_op.go +++ b/deployment/cre/shard_config/v1/changeset/operations/contracts/transfer_ownership_op.go @@ -9,7 +9,7 @@ import ( cldf "github.com/smartcontractkit/chainlink-deployments-framework/deployment" "github.com/smartcontractkit/chainlink-deployments-framework/operations" - shard_config "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/shardconfig/generated/v1_0_0/shard_config" + shard_config "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/dev/generated/latest/shard_config" ) // TransferOwnershipOpInput contains the input parameters for transferring ownership. diff --git a/deployment/cre/shard_config/v1/changeset/operations/contracts/update_shard_count_op.go b/deployment/cre/shard_config/v1/changeset/operations/contracts/update_shard_count_op.go index a50d1c6ecf1..25bc03a7e09 100644 --- a/deployment/cre/shard_config/v1/changeset/operations/contracts/update_shard_count_op.go +++ b/deployment/cre/shard_config/v1/changeset/operations/contracts/update_shard_count_op.go @@ -10,7 +10,7 @@ import ( cldf "github.com/smartcontractkit/chainlink-deployments-framework/deployment" "github.com/smartcontractkit/chainlink-deployments-framework/operations" - shard_config "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/shardconfig/generated/v1_0_0/shard_config" + shard_config "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/dev/generated/latest/shard_config" ) // UpdateShardCountOpInput contains the input parameters for updating the shard count. diff --git a/deployment/cre/shard_config/v1/changeset/transfer_ownership_test.go b/deployment/cre/shard_config/v1/changeset/transfer_ownership_test.go index 775a8923679..a05cf1cc382 100644 --- a/deployment/cre/shard_config/v1/changeset/transfer_ownership_test.go +++ b/deployment/cre/shard_config/v1/changeset/transfer_ownership_test.go @@ -15,7 +15,7 @@ import ( "github.com/smartcontractkit/chainlink/deployment/cre/contracts" - shard_config "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/shardconfig/generated/v1_0_0/shard_config" + shard_config "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/dev/generated/latest/shard_config" ) func TestTransferOwnership(t *testing.T) { diff --git a/deployment/cre/shard_config/v1/changeset/update_shard_count_test.go b/deployment/cre/shard_config/v1/changeset/update_shard_count_test.go index 8dfcd9ebfb1..bc2b92d6c5b 100644 --- a/deployment/cre/shard_config/v1/changeset/update_shard_count_test.go +++ b/deployment/cre/shard_config/v1/changeset/update_shard_count_test.go @@ -16,7 +16,7 @@ import ( "github.com/smartcontractkit/chainlink/deployment/cre/contracts" - shard_config "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/shardconfig/generated/v1_0_0/shard_config" + shard_config "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/dev/generated/latest/shard_config" ) func TestUpdateShardCount(t *testing.T) { diff --git a/deployment/go.mod b/deployment/go.mod index 4ca56e2843a..1d9e7212b3b 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -48,7 +48,7 @@ require ( github.com/smartcontractkit/chainlink-common/keystore v1.0.2 github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 - github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 + github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20260326180413-c69f27e37a13 github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260326111235-8c09d1a4491f diff --git a/deployment/go.sum b/deployment/go.sum index 2b6a79a1395..d0c3add70a6 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1401,8 +1401,8 @@ github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 h1:6wOzdPOLg github.com/smartcontractkit/chainlink-deployments-framework v0.86.3/go.mod h1:oalqMz/O0fdvff3+i2F2F3oi4rgGoQetE9jNUZX9484= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 h1:mUaNoTKE3lqlANSOlQmiYDIAjJoqHiShw+r5rl1xh7g= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05/go.mod h1:pMADMyrLXiwqbgqM8qvFZ90JWEhmEAiqmHTmpAUGBqE= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 h1:V22ITnWmgBAyxH+VVVo1jxm/LeJ3jcVMCVYB+zLN5mU= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3/go.mod h1:u5vhpPHVUdGUni9o00MBu2aKPE0Q2DRoipAGPYD01e0= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 h1:liJBkuSdLOKp6ruEtW/2fRITrjGsPnp/II3h1uzAjBU= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd h1:sK+pK4epQp20yQ7XztwrVgkTkRAr4FY+TvEegW8RuQk= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd/go.mod h1:7Jlt72+V9891y3LnGwHzmQwt9tfEGYryRKiGlQHo/o8= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= diff --git a/go.mod b/go.mod index f37562af34a..e765ab23816 100644 --- a/go.mod +++ b/go.mod @@ -90,7 +90,7 @@ require ( github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 github.com/smartcontractkit/chainlink-data-streams v0.1.13 github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 - github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 + github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250818175541-3389ac08a563 diff --git a/go.sum b/go.sum index 807a4d67ded..e22e8f6ca9a 100644 --- a/go.sum +++ b/go.sum @@ -1247,8 +1247,8 @@ github.com/smartcontractkit/chainlink-data-streams v0.1.13 h1:YOmt545DW6U0SyaqBf github.com/smartcontractkit/chainlink-data-streams v0.1.13/go.mod h1:00aL7OK0BJdF9gn/4t4f/pctUu2VLwwfA8G/tl9rCrM= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 h1:mUaNoTKE3lqlANSOlQmiYDIAjJoqHiShw+r5rl1xh7g= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05/go.mod h1:pMADMyrLXiwqbgqM8qvFZ90JWEhmEAiqmHTmpAUGBqE= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 h1:V22ITnWmgBAyxH+VVVo1jxm/LeJ3jcVMCVYB+zLN5mU= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3/go.mod h1:u5vhpPHVUdGUni9o00MBu2aKPE0Q2DRoipAGPYD01e0= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 h1:liJBkuSdLOKp6ruEtW/2fRITrjGsPnp/II3h1uzAjBU= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c h1:eX7SCn5AGUGduv5OrjbVJkUSOnyeal0BtVem6zBSB2Y= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c/go.mod h1:oyfOm4k0uqmgZIfxk1elI/59B02shbbJQiiUdPdbMgI= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 2327a95eb7b..32a6599bb05 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -413,7 +413,7 @@ require ( github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect github.com/smartcontractkit/chainlink-data-streams v0.1.13 // indirect - github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 // indirect + github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 // indirect github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250818175541-3389ac08a563 // indirect github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20260326122810-b657beadfb57 // indirect diff --git a/integration-tests/go.sum b/integration-tests/go.sum index d9ab20d6ea6..00ed4487914 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1388,8 +1388,8 @@ github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 h1:6wOzdPOLg github.com/smartcontractkit/chainlink-deployments-framework v0.86.3/go.mod h1:oalqMz/O0fdvff3+i2F2F3oi4rgGoQetE9jNUZX9484= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 h1:mUaNoTKE3lqlANSOlQmiYDIAjJoqHiShw+r5rl1xh7g= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05/go.mod h1:pMADMyrLXiwqbgqM8qvFZ90JWEhmEAiqmHTmpAUGBqE= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 h1:V22ITnWmgBAyxH+VVVo1jxm/LeJ3jcVMCVYB+zLN5mU= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3/go.mod h1:u5vhpPHVUdGUni9o00MBu2aKPE0Q2DRoipAGPYD01e0= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 h1:liJBkuSdLOKp6ruEtW/2fRITrjGsPnp/II3h1uzAjBU= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd h1:sK+pK4epQp20yQ7XztwrVgkTkRAr4FY+TvEegW8RuQk= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd/go.mod h1:7Jlt72+V9891y3LnGwHzmQwt9tfEGYryRKiGlQHo/o8= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index f00b536b717..b495ab8ffff 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -476,7 +476,7 @@ require ( github.com/smartcontractkit/chainlink-common/keystore v1.0.2 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect github.com/smartcontractkit/chainlink-data-streams v0.1.13 // indirect - github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 // indirect + github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 // indirect github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd // indirect github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250818175541-3389ac08a563 // indirect diff --git a/integration-tests/load/go.sum b/integration-tests/load/go.sum index 923e05ad848..997167dbd86 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1602,8 +1602,8 @@ github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 h1:6wOzdPOLg github.com/smartcontractkit/chainlink-deployments-framework v0.86.3/go.mod h1:oalqMz/O0fdvff3+i2F2F3oi4rgGoQetE9jNUZX9484= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 h1:mUaNoTKE3lqlANSOlQmiYDIAjJoqHiShw+r5rl1xh7g= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05/go.mod h1:pMADMyrLXiwqbgqM8qvFZ90JWEhmEAiqmHTmpAUGBqE= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 h1:V22ITnWmgBAyxH+VVVo1jxm/LeJ3jcVMCVYB+zLN5mU= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3/go.mod h1:u5vhpPHVUdGUni9o00MBu2aKPE0Q2DRoipAGPYD01e0= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 h1:liJBkuSdLOKp6ruEtW/2fRITrjGsPnp/II3h1uzAjBU= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd h1:sK+pK4epQp20yQ7XztwrVgkTkRAr4FY+TvEegW8RuQk= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd/go.mod h1:7Jlt72+V9891y3LnGwHzmQwt9tfEGYryRKiGlQHo/o8= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index 78f84f4c283..561f2d04ace 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -459,7 +459,7 @@ require ( github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect github.com/smartcontractkit/chainlink-data-streams v0.1.13 // indirect - github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 // indirect + github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 // indirect github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250818175541-3389ac08a563 // indirect github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20260326122810-b657beadfb57 // indirect diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index 5c53ae524db..8a2e7087579 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1615,8 +1615,8 @@ github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 h1:6wOzdPOLg github.com/smartcontractkit/chainlink-deployments-framework v0.86.3/go.mod h1:oalqMz/O0fdvff3+i2F2F3oi4rgGoQetE9jNUZX9484= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 h1:mUaNoTKE3lqlANSOlQmiYDIAjJoqHiShw+r5rl1xh7g= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05/go.mod h1:pMADMyrLXiwqbgqM8qvFZ90JWEhmEAiqmHTmpAUGBqE= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 h1:V22ITnWmgBAyxH+VVVo1jxm/LeJ3jcVMCVYB+zLN5mU= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3/go.mod h1:u5vhpPHVUdGUni9o00MBu2aKPE0Q2DRoipAGPYD01e0= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 h1:liJBkuSdLOKp6ruEtW/2fRITrjGsPnp/II3h1uzAjBU= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd h1:sK+pK4epQp20yQ7XztwrVgkTkRAr4FY+TvEegW8RuQk= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd/go.mod h1:7Jlt72+V9891y3LnGwHzmQwt9tfEGYryRKiGlQHo/o8= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index ab275af04d1..845f17b23af 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -66,7 +66,7 @@ require ( github.com/smartcontractkit/chainlink-common/keystore v1.0.2 github.com/smartcontractkit/chainlink-data-streams v0.1.13 github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 - github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 + github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260326111235-8c09d1a4491f github.com/smartcontractkit/chainlink-protos/job-distributor v0.18.0 diff --git a/system-tests/tests/go.sum b/system-tests/tests/go.sum index 3ec36c71bef..b7de9eb18c9 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1799,8 +1799,8 @@ github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 h1:6wOzdPOLg github.com/smartcontractkit/chainlink-deployments-framework v0.86.3/go.mod h1:oalqMz/O0fdvff3+i2F2F3oi4rgGoQetE9jNUZX9484= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 h1:mUaNoTKE3lqlANSOlQmiYDIAjJoqHiShw+r5rl1xh7g= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05/go.mod h1:pMADMyrLXiwqbgqM8qvFZ90JWEhmEAiqmHTmpAUGBqE= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 h1:V22ITnWmgBAyxH+VVVo1jxm/LeJ3jcVMCVYB+zLN5mU= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3/go.mod h1:u5vhpPHVUdGUni9o00MBu2aKPE0Q2DRoipAGPYD01e0= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 h1:liJBkuSdLOKp6ruEtW/2fRITrjGsPnp/II3h1uzAjBU= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd h1:sK+pK4epQp20yQ7XztwrVgkTkRAr4FY+TvEegW8RuQk= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd/go.mod h1:7Jlt72+V9891y3LnGwHzmQwt9tfEGYryRKiGlQHo/o8= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= diff --git a/system-tests/tests/smoke/cre/v2_sharding_test.go b/system-tests/tests/smoke/cre/v2_sharding_test.go index 5952074ff9e..248699d59a8 100644 --- a/system-tests/tests/smoke/cre/v2_sharding_test.go +++ b/system-tests/tests/smoke/cre/v2_sharding_test.go @@ -19,7 +19,7 @@ import ( "google.golang.org/grpc/credentials/insecure" "github.com/smartcontractkit/chainlink-deployments-framework/datastore" - shard_config "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/shardconfig/generated/v1_0_0/shard_config" + shard_config "github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings/dev/generated/latest/shard_config" ringpb "github.com/smartcontractkit/chainlink-protos/ring/go" commonevents "github.com/smartcontractkit/chainlink-protos/workflows/go/common" workflowevents "github.com/smartcontractkit/chainlink-protos/workflows/go/events" From 565a9f1721684c69a2901a3cccb7452a1a7a77df Mon Sep 17 00:00:00 2001 From: amit-momin Date: Thu, 2 Apr 2026 18:02:57 -0500 Subject: [PATCH 2/4] Updated shard config version in tests --- .../cre/shard_config/v1/changeset/transfer_ownership_test.go | 2 +- .../cre/shard_config/v1/changeset/update_shard_count_test.go | 2 +- system-tests/lib/cre/sharding/sharding.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/cre/shard_config/v1/changeset/transfer_ownership_test.go b/deployment/cre/shard_config/v1/changeset/transfer_ownership_test.go index a05cf1cc382..f1361a89ce5 100644 --- a/deployment/cre/shard_config/v1/changeset/transfer_ownership_test.go +++ b/deployment/cre/shard_config/v1/changeset/transfer_ownership_test.go @@ -48,7 +48,7 @@ func TestTransferOwnership(t *testing.T) { shardConfigRef := datastore.NewAddressRefKey( selector, datastore.ContractType(contracts.ShardConfig), - semver.MustParse("1.0.0"), + semver.MustParse("1.0.0-dev"), "test-shard-config", ) diff --git a/deployment/cre/shard_config/v1/changeset/update_shard_count_test.go b/deployment/cre/shard_config/v1/changeset/update_shard_count_test.go index bc2b92d6c5b..439d0f58ce6 100644 --- a/deployment/cre/shard_config/v1/changeset/update_shard_count_test.go +++ b/deployment/cre/shard_config/v1/changeset/update_shard_count_test.go @@ -49,7 +49,7 @@ func TestUpdateShardCount(t *testing.T) { shardConfigRef := datastore.NewAddressRefKey( selector, datastore.ContractType(contracts.ShardConfig), - semver.MustParse("1.0.0"), + semver.MustParse("1.0.0-dev"), "test-shard-config", ) diff --git a/system-tests/lib/cre/sharding/sharding.go b/system-tests/lib/cre/sharding/sharding.go index 3b33daae73d..985573810d0 100644 --- a/system-tests/lib/cre/sharding/sharding.go +++ b/system-tests/lib/cre/sharding/sharding.go @@ -132,7 +132,7 @@ func deployShardConfigContract(creEnv *cre.Environment, logger zerolog.Logger, d crecontracts.MergeAllDataStores(creEnv, out) - shardConfigAddrStr := crecontracts.MustGetAddressFromDataStore(creEnv.CldfEnvironment.DataStore, creEnv.RegistryChainSelector, deployment_contracts.ShardConfig.String(), semver.MustParse("1"), "") + shardConfigAddrStr := crecontracts.MustGetAddressFromDataStore(creEnv.CldfEnvironment.DataStore, creEnv.RegistryChainSelector, deployment_contracts.ShardConfig.String(), semver.MustParse("1.0.0-dev"), "") shardConfigAddr := common.HexToAddress(shardConfigAddrStr) logger.Info().Msgf("Deployed Shard Config v1 contract on chain %d at %s", creEnv.RegistryChainSelector, shardConfigAddr.Hex()) From 8694426cfbfdafd8e5f9ea43903c052f479f25e9 Mon Sep 17 00:00:00 2001 From: amit-momin Date: Thu, 2 Apr 2026 18:26:21 -0500 Subject: [PATCH 3/4] Updated shard config semver in test --- system-tests/tests/smoke/cre/v2_sharding_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-tests/tests/smoke/cre/v2_sharding_test.go b/system-tests/tests/smoke/cre/v2_sharding_test.go index 248699d59a8..a0c91b3c3c4 100644 --- a/system-tests/tests/smoke/cre/v2_sharding_test.go +++ b/system-tests/tests/smoke/cre/v2_sharding_test.go @@ -353,7 +353,7 @@ func getShardConfigRef(t *testing.T, testEnv *ttypes.TestEnvironment) datastore. return datastore.NewAddressRefKey( testEnv.CreEnvironment.RegistryChainSelector, datastore.ContractType(deployment_contracts.ShardConfig.String()), - semver.MustParse("1"), + semver.MustParse("1.0.0-dev"), "", ) } From 21f47b8c3632c9f1570c685e6b1e8470f1d34512 Mon Sep 17 00:00:00 2001 From: amit-momin Date: Fri, 3 Apr 2026 10:14:59 -0500 Subject: [PATCH 4/4] Updated cl-evm dependency --- 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 228c6e7b3b0..7cffe6a6239 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -490,7 +490,7 @@ require ( github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260317185256-d5f7db87ae70 // indirect github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20251211140724-319861e514c4 // indirect - github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 // 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 github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250818175541-3389ac08a563 // indirect github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20260326122810-b657beadfb57 // indirect diff --git a/core/scripts/go.sum b/core/scripts/go.sum index 8a6bc35e2a7..9c789300f42 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1648,8 +1648,8 @@ github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 h1:6wOzdPOLg github.com/smartcontractkit/chainlink-deployments-framework v0.86.3/go.mod h1:oalqMz/O0fdvff3+i2F2F3oi4rgGoQetE9jNUZX9484= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 h1:mUaNoTKE3lqlANSOlQmiYDIAjJoqHiShw+r5rl1xh7g= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05/go.mod h1:pMADMyrLXiwqbgqM8qvFZ90JWEhmEAiqmHTmpAUGBqE= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 h1:liJBkuSdLOKp6ruEtW/2fRITrjGsPnp/II3h1uzAjBU= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 h1:QJiXTG9CmaQAuMRn5JGi+Jhji7fSkehVnKpjc8oNJJY= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd h1:sK+pK4epQp20yQ7XztwrVgkTkRAr4FY+TvEegW8RuQk= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd/go.mod h1:7Jlt72+V9891y3LnGwHzmQwt9tfEGYryRKiGlQHo/o8= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= diff --git a/deployment/go.mod b/deployment/go.mod index 1d9e7212b3b..803254f1d0c 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -48,7 +48,7 @@ require ( github.com/smartcontractkit/chainlink-common/keystore v1.0.2 github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 - github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 + github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20260326180413-c69f27e37a13 github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260326111235-8c09d1a4491f diff --git a/deployment/go.sum b/deployment/go.sum index d0c3add70a6..d92a6bbdafa 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1401,8 +1401,8 @@ github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 h1:6wOzdPOLg github.com/smartcontractkit/chainlink-deployments-framework v0.86.3/go.mod h1:oalqMz/O0fdvff3+i2F2F3oi4rgGoQetE9jNUZX9484= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 h1:mUaNoTKE3lqlANSOlQmiYDIAjJoqHiShw+r5rl1xh7g= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05/go.mod h1:pMADMyrLXiwqbgqM8qvFZ90JWEhmEAiqmHTmpAUGBqE= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 h1:liJBkuSdLOKp6ruEtW/2fRITrjGsPnp/II3h1uzAjBU= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 h1:QJiXTG9CmaQAuMRn5JGi+Jhji7fSkehVnKpjc8oNJJY= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd h1:sK+pK4epQp20yQ7XztwrVgkTkRAr4FY+TvEegW8RuQk= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd/go.mod h1:7Jlt72+V9891y3LnGwHzmQwt9tfEGYryRKiGlQHo/o8= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= diff --git a/go.mod b/go.mod index e765ab23816..db922294234 100644 --- a/go.mod +++ b/go.mod @@ -90,7 +90,7 @@ require ( github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 github.com/smartcontractkit/chainlink-data-streams v0.1.13 github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 - github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 + github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250818175541-3389ac08a563 diff --git a/go.sum b/go.sum index e22e8f6ca9a..7dd546a82ae 100644 --- a/go.sum +++ b/go.sum @@ -1247,8 +1247,8 @@ github.com/smartcontractkit/chainlink-data-streams v0.1.13 h1:YOmt545DW6U0SyaqBf github.com/smartcontractkit/chainlink-data-streams v0.1.13/go.mod h1:00aL7OK0BJdF9gn/4t4f/pctUu2VLwwfA8G/tl9rCrM= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 h1:mUaNoTKE3lqlANSOlQmiYDIAjJoqHiShw+r5rl1xh7g= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05/go.mod h1:pMADMyrLXiwqbgqM8qvFZ90JWEhmEAiqmHTmpAUGBqE= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 h1:liJBkuSdLOKp6ruEtW/2fRITrjGsPnp/II3h1uzAjBU= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 h1:QJiXTG9CmaQAuMRn5JGi+Jhji7fSkehVnKpjc8oNJJY= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c h1:eX7SCn5AGUGduv5OrjbVJkUSOnyeal0BtVem6zBSB2Y= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c/go.mod h1:oyfOm4k0uqmgZIfxk1elI/59B02shbbJQiiUdPdbMgI= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 32a6599bb05..9468184525f 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -413,7 +413,7 @@ require ( github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect github.com/smartcontractkit/chainlink-data-streams v0.1.13 // indirect - github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 // 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 github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250818175541-3389ac08a563 // indirect github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20260326122810-b657beadfb57 // indirect diff --git a/integration-tests/go.sum b/integration-tests/go.sum index 00ed4487914..3c2479d1649 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1388,8 +1388,8 @@ github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 h1:6wOzdPOLg github.com/smartcontractkit/chainlink-deployments-framework v0.86.3/go.mod h1:oalqMz/O0fdvff3+i2F2F3oi4rgGoQetE9jNUZX9484= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 h1:mUaNoTKE3lqlANSOlQmiYDIAjJoqHiShw+r5rl1xh7g= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05/go.mod h1:pMADMyrLXiwqbgqM8qvFZ90JWEhmEAiqmHTmpAUGBqE= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 h1:liJBkuSdLOKp6ruEtW/2fRITrjGsPnp/II3h1uzAjBU= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 h1:QJiXTG9CmaQAuMRn5JGi+Jhji7fSkehVnKpjc8oNJJY= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd h1:sK+pK4epQp20yQ7XztwrVgkTkRAr4FY+TvEegW8RuQk= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd/go.mod h1:7Jlt72+V9891y3LnGwHzmQwt9tfEGYryRKiGlQHo/o8= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index b495ab8ffff..f11800f982c 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -476,7 +476,7 @@ require ( github.com/smartcontractkit/chainlink-common/keystore v1.0.2 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect github.com/smartcontractkit/chainlink-data-streams v0.1.13 // indirect - github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 // indirect + github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 // indirect github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd // indirect github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250818175541-3389ac08a563 // indirect diff --git a/integration-tests/load/go.sum b/integration-tests/load/go.sum index 997167dbd86..d11930199ce 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1602,8 +1602,8 @@ github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 h1:6wOzdPOLg github.com/smartcontractkit/chainlink-deployments-framework v0.86.3/go.mod h1:oalqMz/O0fdvff3+i2F2F3oi4rgGoQetE9jNUZX9484= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 h1:mUaNoTKE3lqlANSOlQmiYDIAjJoqHiShw+r5rl1xh7g= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05/go.mod h1:pMADMyrLXiwqbgqM8qvFZ90JWEhmEAiqmHTmpAUGBqE= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 h1:liJBkuSdLOKp6ruEtW/2fRITrjGsPnp/II3h1uzAjBU= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 h1:QJiXTG9CmaQAuMRn5JGi+Jhji7fSkehVnKpjc8oNJJY= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd h1:sK+pK4epQp20yQ7XztwrVgkTkRAr4FY+TvEegW8RuQk= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd/go.mod h1:7Jlt72+V9891y3LnGwHzmQwt9tfEGYryRKiGlQHo/o8= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index 561f2d04ace..47c3eb5688e 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -459,7 +459,7 @@ require ( github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect github.com/smartcontractkit/chainlink-data-streams v0.1.13 // indirect - github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 // 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 github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250818175541-3389ac08a563 // indirect github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20260326122810-b657beadfb57 // indirect diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index 8a2e7087579..4828e336eae 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1615,8 +1615,8 @@ github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 h1:6wOzdPOLg github.com/smartcontractkit/chainlink-deployments-framework v0.86.3/go.mod h1:oalqMz/O0fdvff3+i2F2F3oi4rgGoQetE9jNUZX9484= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 h1:mUaNoTKE3lqlANSOlQmiYDIAjJoqHiShw+r5rl1xh7g= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05/go.mod h1:pMADMyrLXiwqbgqM8qvFZ90JWEhmEAiqmHTmpAUGBqE= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 h1:liJBkuSdLOKp6ruEtW/2fRITrjGsPnp/II3h1uzAjBU= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 h1:QJiXTG9CmaQAuMRn5JGi+Jhji7fSkehVnKpjc8oNJJY= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd h1:sK+pK4epQp20yQ7XztwrVgkTkRAr4FY+TvEegW8RuQk= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd/go.mod h1:7Jlt72+V9891y3LnGwHzmQwt9tfEGYryRKiGlQHo/o8= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index 845f17b23af..b15ebfbe725 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -66,7 +66,7 @@ require ( github.com/smartcontractkit/chainlink-common/keystore v1.0.2 github.com/smartcontractkit/chainlink-data-streams v0.1.13 github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 - github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 + github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260326111235-8c09d1a4491f github.com/smartcontractkit/chainlink-protos/job-distributor v0.18.0 diff --git a/system-tests/tests/go.sum b/system-tests/tests/go.sum index b7de9eb18c9..d1abd2cdeb9 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1799,8 +1799,8 @@ github.com/smartcontractkit/chainlink-deployments-framework v0.86.3 h1:6wOzdPOLg github.com/smartcontractkit/chainlink-deployments-framework v0.86.3/go.mod h1:oalqMz/O0fdvff3+i2F2F3oi4rgGoQetE9jNUZX9484= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 h1:mUaNoTKE3lqlANSOlQmiYDIAjJoqHiShw+r5rl1xh7g= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05/go.mod h1:pMADMyrLXiwqbgqM8qvFZ90JWEhmEAiqmHTmpAUGBqE= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16 h1:liJBkuSdLOKp6ruEtW/2fRITrjGsPnp/II3h1uzAjBU= -github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260402220556-4ad2507d1e16/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 h1:QJiXTG9CmaQAuMRn5JGi+Jhji7fSkehVnKpjc8oNJJY= +github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501/go.mod h1:4cT1BeNF8DAn6In9zr3LayVCv1KzFeuxT7zcuNkfIb0= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd h1:sK+pK4epQp20yQ7XztwrVgkTkRAr4FY+TvEegW8RuQk= github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd/go.mod h1:7Jlt72+V9891y3LnGwHzmQwt9tfEGYryRKiGlQHo/o8= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI=