Skip to content

Commit 6703c96

Browse files
authored
fix: HealthChecker.Register immediately populates cache when already running (#22056)
* 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). * chore: retrigger CI * ci: retrigger (runner shutdown on previous run) * fix: bump chainlink-deployments-framework to v0.95.0 in load/go.sum
1 parent 209f1ed commit 6703c96

14 files changed

Lines changed: 24 additions & 24 deletions

File tree

core/scripts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ require (
4646
github.com/smartcontractkit/chain-selectors v1.0.98
4747
github.com/smartcontractkit/chainlink-automation v0.8.1
4848
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260415165642-49f23e4d76cc
49-
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413191736-29c0bf1edbbc
49+
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162
5050
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
5151
github.com/smartcontractkit/chainlink-data-streams v0.1.13
5252
github.com/smartcontractkit/chainlink-deployments-framework v0.94.1

core/scripts/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260415165642-49f23e4d76cc
4444
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260415165642-49f23e4d76cc
4545
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260415165642-49f23e4d76cc
46-
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413191736-29c0bf1edbbc
46+
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162
4747
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
4848
github.com/smartcontractkit/chainlink-deployments-framework v0.94.1
4949
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260416173445-80f6efde0a03

deployment/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ require (
8686
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260415165642-49f23e4d76cc
8787
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260415165642-49f23e4d76cc
8888
github.com/smartcontractkit/chainlink-ccv v0.0.0-20260408181529-b5080e662563
89-
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413191736-29c0bf1edbbc
89+
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162
9090
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
9191
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10
9292
github.com/smartcontractkit/chainlink-data-streams v0.1.13

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260415165642-49f23e4d76cc
3333
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260415165642-49f23e4d76cc
3434
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260415165642-49f23e4d76cc
35-
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413191736-29c0bf1edbbc
35+
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162
3636
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
3737
github.com/smartcontractkit/chainlink-deployments-framework v0.94.1
3838
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260416173445-80f6efde0a03

integration-tests/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/load/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ require (
2020
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260415165642-49f23e4d76cc
2121
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260415165642-49f23e4d76cc
2222
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260415165642-49f23e4d76cc
23-
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413191736-29c0bf1edbbc
24-
github.com/smartcontractkit/chainlink-deployments-framework v0.94.1
23+
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260413215716-a931c3f2f162
24+
github.com/smartcontractkit/chainlink-deployments-framework v0.95.0
2525
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260416173445-80f6efde0a03
2626
github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.16
2727
github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5

integration-tests/load/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)