Skip to content

Commit 02ba562

Browse files
bump common to get better error logs on retry.Do
1 parent 27bfcc7 commit 02ba562

15 files changed

Lines changed: 22 additions & 22 deletions

File tree

core/capabilities/remote/executable/request/client_request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ func (c *ClientRequest) OnMessage(_ context.Context, msg *types.MessageBody) err
347347
c.totalErrorCount++
348348

349349
if len(c.errorCount) > 1 {
350-
c.lggr.Warn("received multiple different errors for the same request, number of different errors received: %d", len(c.errorCount))
350+
c.lggr.Warnw("received multiple different errors for the same request", "numDifferentErrors", len(c.errorCount))
351351
}
352352

353353
if c.errorCount[msg.ErrorMsg] == c.requiredIdenticalResponses {

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/shopspring/decimal v1.4.0
4747
github.com/smartcontractkit/chainlink-automation v0.8.1
4848
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260317185256-d5f7db87ae70
49-
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260317233127-178dd2eeaa87
49+
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260319141542-af5d0e640c6a
5050
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
5151
github.com/smartcontractkit/chainlink-data-streams v0.1.12
5252
github.com/smartcontractkit/chainlink-deployments-framework v0.86.3

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
@@ -44,7 +44,7 @@ require (
4444
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260224214816-cb23ec38649f
4545
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260310183131-8d0f0e383288
4646
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260317175207-e9ff89561326
47-
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260317233127-178dd2eeaa87
47+
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260319141542-af5d0e640c6a
4848
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
4949
github.com/smartcontractkit/chainlink-deployments-framework v0.86.3
5050
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260318010722-59d4165024f1

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
@@ -85,7 +85,7 @@ require (
8585
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260224214816-cb23ec38649f
8686
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5
8787
github.com/smartcontractkit/chainlink-ccv v0.0.0-20260317124520-6b2931b8cd0a
88-
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260317233127-178dd2eeaa87
88+
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260319141542-af5d0e640c6a
8989
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
9090
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10
9191
github.com/smartcontractkit/chainlink-data-streams v0.1.12

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
@@ -50,7 +50,7 @@ require (
5050
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260317185256-d5f7db87ae70
5151
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260310183131-8d0f0e383288
5252
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260310183131-8d0f0e383288
53-
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260317233127-178dd2eeaa87
53+
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260319141542-af5d0e640c6a
5454
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
5555
github.com/smartcontractkit/chainlink-deployments-framework v0.86.3
5656
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260318010722-59d4165024f1

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260317185256-d5f7db87ae70
3232
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260310183131-8d0f0e383288
3333
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260310183131-8d0f0e383288
34-
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260317233127-178dd2eeaa87
34+
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260319141542-af5d0e640c6a
3535
github.com/smartcontractkit/chainlink-deployments-framework v0.86.3
3636
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260318010722-59d4165024f1
3737
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd

0 commit comments

Comments
 (0)