From 4fc588032524246d1607edd810352bb9e4d1df09 Mon Sep 17 00:00:00 2001 From: Michael Fletcher Date: Tue, 14 Apr 2026 12:01:32 +0100 Subject: [PATCH 1/4] fix: bump chainlink-common to include HealthChecker Register fix Bump chainlink-common to v0.11.2-0.20260413215716-a931c3f2f162 (merge commit of smartcontractkit/chainlink-common#1976) to resolve stale cache in HealthChecker.Register() (CORE-2386). --- 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 d3a2d8cb42a..36adbeba550 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -46,7 +46,7 @@ require ( github.com/smartcontractkit/chain-selectors v1.0.98 github.com/smartcontractkit/chainlink-automation v0.8.1 github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260331203127-b8dc0a6b85c5 - github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730 + github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162 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.94.1 diff --git a/core/scripts/go.sum b/core/scripts/go.sum index c49c7452924..3c020b823f0 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1643,8 +1643,8 @@ github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260331203127-b8dc github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260331203127-b8dc0a6b85c5/go.mod h1:P0/tjeeIIxfsBupk5MneRjq5uI9mj+ZQpMpYnFla6WM= github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2 h1:5HdH/A6yn8INZAltYDLb7UkUi5IKemhJzJkDW4Bgxyg= github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2/go.mod h1:wDHq2E0KwUWG0lQ9f5frW1a7CKVW17MJLPuvKmtSRDg= -github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730 h1:Nfw0GhHIbswl/ha5rn6UVG013XcyvLqIlLC0rAekeFA= -github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw= +github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162 h1:+HT7t2K8kEzKyIbACecPh8BO3FK8LVhonsMXXaJtLUQ= +github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw= github.com/smartcontractkit/chainlink-common/keystore v1.0.2 h1:AWisx4JT3QV8tcgh6J5NCrex+wAgTYpWyHsyNPSXzsQ= github.com/smartcontractkit/chainlink-common/keystore v1.0.2/go.mod h1:rSkIHdomyak3YnUtXLenl6poIq8q0V3UZPiiyYqPdGA= github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20251211140724-319861e514c4 h1:NOUsjsMzNecbjiPWUQGlRSRAutEvCFrqqyETDJeh5q4= diff --git a/deployment/go.mod b/deployment/go.mod index 9edeb41758b..9cf7c0e99a9 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -43,7 +43,7 @@ require ( github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260224214816-cb23ec38649f github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260310183131-8d0f0e383288 github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260331203127-b8dc0a6b85c5 - github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730 + github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162 github.com/smartcontractkit/chainlink-common/keystore v1.0.2 github.com/smartcontractkit/chainlink-deployments-framework v0.94.1 github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260410162948-2dca02f24e98 diff --git a/deployment/go.sum b/deployment/go.sum index b17aee9731c..94783949685 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1395,8 +1395,8 @@ github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260331203127-b8dc github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260331203127-b8dc0a6b85c5/go.mod h1:P0/tjeeIIxfsBupk5MneRjq5uI9mj+ZQpMpYnFla6WM= github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2 h1:5HdH/A6yn8INZAltYDLb7UkUi5IKemhJzJkDW4Bgxyg= github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2/go.mod h1:wDHq2E0KwUWG0lQ9f5frW1a7CKVW17MJLPuvKmtSRDg= -github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730 h1:Nfw0GhHIbswl/ha5rn6UVG013XcyvLqIlLC0rAekeFA= -github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw= +github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162 h1:+HT7t2K8kEzKyIbACecPh8BO3FK8LVhonsMXXaJtLUQ= +github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw= github.com/smartcontractkit/chainlink-common/keystore v1.0.2 h1:AWisx4JT3QV8tcgh6J5NCrex+wAgTYpWyHsyNPSXzsQ= github.com/smartcontractkit/chainlink-common/keystore v1.0.2/go.mod h1:rSkIHdomyak3YnUtXLenl6poIq8q0V3UZPiiyYqPdGA= github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9oqASnkS03RE1HQwYQQxrO4l46O5JSzxqLgg= diff --git a/go.mod b/go.mod index ceefc750f4d..8c626782b21 100644 --- a/go.mod +++ b/go.mod @@ -85,7 +85,7 @@ require ( github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260224214816-cb23ec38649f github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5 github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2 - github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730 + github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162 github.com/smartcontractkit/chainlink-common/keystore v1.0.2 github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 github.com/smartcontractkit/chainlink-data-streams v0.1.13 diff --git a/go.sum b/go.sum index 51bd1ece43b..96c11ef8768 100644 --- a/go.sum +++ b/go.sum @@ -1236,8 +1236,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250 github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5/go.mod h1:xtZNi6pOKdC3sLvokDvXOhgHzT+cyBqH/gWwvxTxqrg= github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2 h1:5HdH/A6yn8INZAltYDLb7UkUi5IKemhJzJkDW4Bgxyg= github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2/go.mod h1:wDHq2E0KwUWG0lQ9f5frW1a7CKVW17MJLPuvKmtSRDg= -github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730 h1:Nfw0GhHIbswl/ha5rn6UVG013XcyvLqIlLC0rAekeFA= -github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw= +github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162 h1:+HT7t2K8kEzKyIbACecPh8BO3FK8LVhonsMXXaJtLUQ= +github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw= github.com/smartcontractkit/chainlink-common/keystore v1.0.2 h1:AWisx4JT3QV8tcgh6J5NCrex+wAgTYpWyHsyNPSXzsQ= github.com/smartcontractkit/chainlink-common/keystore v1.0.2/go.mod h1:rSkIHdomyak3YnUtXLenl6poIq8q0V3UZPiiyYqPdGA= github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9oqASnkS03RE1HQwYQQxrO4l46O5JSzxqLgg= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index f57d15ee644..d6fd72401f0 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -31,7 +31,7 @@ require ( github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260331203127-b8dc0a6b85c5 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260310183131-8d0f0e383288 github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260310183131-8d0f0e383288 - github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730 + github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162 github.com/smartcontractkit/chainlink-common/keystore v1.0.2 github.com/smartcontractkit/chainlink-deployments-framework v0.94.1 github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260410162948-2dca02f24e98 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index 03267bdd67e..f5834b94e68 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1382,8 +1382,8 @@ github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260331203127-b8dc github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260331203127-b8dc0a6b85c5/go.mod h1:P0/tjeeIIxfsBupk5MneRjq5uI9mj+ZQpMpYnFla6WM= github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2 h1:5HdH/A6yn8INZAltYDLb7UkUi5IKemhJzJkDW4Bgxyg= github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2/go.mod h1:wDHq2E0KwUWG0lQ9f5frW1a7CKVW17MJLPuvKmtSRDg= -github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730 h1:Nfw0GhHIbswl/ha5rn6UVG013XcyvLqIlLC0rAekeFA= -github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw= +github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162 h1:+HT7t2K8kEzKyIbACecPh8BO3FK8LVhonsMXXaJtLUQ= +github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw= github.com/smartcontractkit/chainlink-common/keystore v1.0.2 h1:AWisx4JT3QV8tcgh6J5NCrex+wAgTYpWyHsyNPSXzsQ= github.com/smartcontractkit/chainlink-common/keystore v1.0.2/go.mod h1:rSkIHdomyak3YnUtXLenl6poIq8q0V3UZPiiyYqPdGA= github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9oqASnkS03RE1HQwYQQxrO4l46O5JSzxqLgg= diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index 2c15f952ef3..5cef38cbe28 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -19,7 +19,7 @@ require ( github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260331203127-b8dc0a6b85c5 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260310183131-8d0f0e383288 github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260310183131-8d0f0e383288 - github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730 + github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162 github.com/smartcontractkit/chainlink-deployments-framework v0.94.1 github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260410162948-2dca02f24e98 github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.13 diff --git a/integration-tests/load/go.sum b/integration-tests/load/go.sum index cf9ce289706..342e0ea6790 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1598,8 +1598,8 @@ github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260331203127-b8dc github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260331203127-b8dc0a6b85c5/go.mod h1:P0/tjeeIIxfsBupk5MneRjq5uI9mj+ZQpMpYnFla6WM= github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2 h1:5HdH/A6yn8INZAltYDLb7UkUi5IKemhJzJkDW4Bgxyg= github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2/go.mod h1:wDHq2E0KwUWG0lQ9f5frW1a7CKVW17MJLPuvKmtSRDg= -github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730 h1:Nfw0GhHIbswl/ha5rn6UVG013XcyvLqIlLC0rAekeFA= -github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw= +github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162 h1:+HT7t2K8kEzKyIbACecPh8BO3FK8LVhonsMXXaJtLUQ= +github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw= github.com/smartcontractkit/chainlink-common/keystore v1.0.2 h1:AWisx4JT3QV8tcgh6J5NCrex+wAgTYpWyHsyNPSXzsQ= github.com/smartcontractkit/chainlink-common/keystore v1.0.2/go.mod h1:rSkIHdomyak3YnUtXLenl6poIq8q0V3UZPiiyYqPdGA= github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9oqASnkS03RE1HQwYQQxrO4l46O5JSzxqLgg= diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index 81d7fe8c6e0..b5709e28ead 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -31,7 +31,7 @@ require ( github.com/smartcontractkit/chain-selectors v1.0.98 github.com/smartcontractkit/chainlink-aptos v0.0.0-20260407161350-a86b1969da65 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260310183131-8d0f0e383288 - github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730 + github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162 github.com/smartcontractkit/chainlink-common/keystore v1.0.2 github.com/smartcontractkit/chainlink-deployments-framework v0.94.1 github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260410162948-2dca02f24e98 diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index 75a5b3c27ef..9cba2d71c5b 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1610,8 +1610,8 @@ github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260331203127-b8dc github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260331203127-b8dc0a6b85c5/go.mod h1:P0/tjeeIIxfsBupk5MneRjq5uI9mj+ZQpMpYnFla6WM= github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2 h1:5HdH/A6yn8INZAltYDLb7UkUi5IKemhJzJkDW4Bgxyg= github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2/go.mod h1:wDHq2E0KwUWG0lQ9f5frW1a7CKVW17MJLPuvKmtSRDg= -github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730 h1:Nfw0GhHIbswl/ha5rn6UVG013XcyvLqIlLC0rAekeFA= -github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw= +github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162 h1:+HT7t2K8kEzKyIbACecPh8BO3FK8LVhonsMXXaJtLUQ= +github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw= github.com/smartcontractkit/chainlink-common/keystore v1.0.2 h1:AWisx4JT3QV8tcgh6J5NCrex+wAgTYpWyHsyNPSXzsQ= github.com/smartcontractkit/chainlink-common/keystore v1.0.2/go.mod h1:rSkIHdomyak3YnUtXLenl6poIq8q0V3UZPiiyYqPdGA= github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9oqASnkS03RE1HQwYQQxrO4l46O5JSzxqLgg= diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index fc696cb67c2..02770ae0b05 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -58,7 +58,7 @@ require ( github.com/rs/zerolog v1.34.0 github.com/shopspring/decimal v1.4.0 github.com/smartcontractkit/chain-selectors v1.0.98 - github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730 + github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162 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.94.1 diff --git a/system-tests/tests/go.sum b/system-tests/tests/go.sum index 30292e865ba..ee6bce2614e 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1794,8 +1794,8 @@ github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260331203127-b8dc github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260331203127-b8dc0a6b85c5/go.mod h1:P0/tjeeIIxfsBupk5MneRjq5uI9mj+ZQpMpYnFla6WM= github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2 h1:5HdH/A6yn8INZAltYDLb7UkUi5IKemhJzJkDW4Bgxyg= github.com/smartcontractkit/chainlink-ccv v0.0.0-20260324000441-d4cfddc9f7d2/go.mod h1:wDHq2E0KwUWG0lQ9f5frW1a7CKVW17MJLPuvKmtSRDg= -github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730 h1:Nfw0GhHIbswl/ha5rn6UVG013XcyvLqIlLC0rAekeFA= -github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413182036-6dd35999e730/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw= +github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162 h1:+HT7t2K8kEzKyIbACecPh8BO3FK8LVhonsMXXaJtLUQ= +github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw= github.com/smartcontractkit/chainlink-common/keystore v1.0.2 h1:AWisx4JT3QV8tcgh6J5NCrex+wAgTYpWyHsyNPSXzsQ= github.com/smartcontractkit/chainlink-common/keystore v1.0.2/go.mod h1:rSkIHdomyak3YnUtXLenl6poIq8q0V3UZPiiyYqPdGA= github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20251211140724-319861e514c4 h1:NOUsjsMzNecbjiPWUQGlRSRAutEvCFrqqyETDJeh5q4= From dfe60d47fabdb83377c3d82ee94a0e8b68a25ba7 Mon Sep 17 00:00:00 2001 From: Michael Fletcher Date: Thu, 16 Apr 2026 11:33:16 +0100 Subject: [PATCH 2/4] chore: retrigger CI From 4ba15e6d3ef89ae22337438531609c2658f90a09 Mon Sep 17 00:00:00 2001 From: Michael Fletcher Date: Thu, 16 Apr 2026 19:21:11 +0100 Subject: [PATCH 3/4] ci: retrigger (runner shutdown on previous run) From 6cb2fe7b6d1e6ac19d3fdf69c122fb836d87f6d5 Mon Sep 17 00:00:00 2001 From: Michael Fletcher Date: Fri, 17 Apr 2026 11:39:09 +0100 Subject: [PATCH 4/4] fix: bump chainlink-deployments-framework to v0.95.0 in load/go.sum --- integration-tests/load/go.sum | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/load/go.sum b/integration-tests/load/go.sum index 968122c6c28..7166393b44f 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1661,8 +1661,8 @@ github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-2025121515250 github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20251215152504-b1e41f508340/go.mod h1:P/0OSXUlFaxxD4B/P6HWbxYtIRmmWGDJAvanq19879c= github.com/smartcontractkit/chainlink-data-streams v0.1.13 h1:YOmt545DW6U0SyaqBf+NTGDLm1yMurVI7yOvxP5hlJk= github.com/smartcontractkit/chainlink-data-streams v0.1.13/go.mod h1:00aL7OK0BJdF9gn/4t4f/pctUu2VLwwfA8G/tl9rCrM= -github.com/smartcontractkit/chainlink-deployments-framework v0.94.1 h1:eQ9hEHG6s0BRZ3tfGytPnBDtde6035HZve5eyCRhYs0= -github.com/smartcontractkit/chainlink-deployments-framework v0.94.1/go.mod h1:pTA1JrdlMSfb9WkrIfphq2KV/+paW7GHf15Oc/uJBxs= +github.com/smartcontractkit/chainlink-deployments-framework v0.95.0 h1:PHncc++Xk9OIP7JDiCvpqdMdP85YZWKQCpnRR7l477g= +github.com/smartcontractkit/chainlink-deployments-framework v0.95.0/go.mod h1:pTA1JrdlMSfb9WkrIfphq2KV/+paW7GHf15Oc/uJBxs= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260416173445-80f6efde0a03 h1:z+Au1CpZhVYpn7mkmG/mYFBFkdZoqibQ3LngEHm8Fqs= github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260416173445-80f6efde0a03/go.mod h1:6vCMfxz7cMW0wWseNKtct+b1JJbbRVJJhh/t6pQWN3M= github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 h1:QJiXTG9CmaQAuMRn5JGi+Jhji7fSkehVnKpjc8oNJJY=