Skip to content

Commit cb65a31

Browse files
committed
bump chainlink-common and sync relay config snapshots
1 parent 134923d commit cb65a31

9 files changed

Lines changed: 28 additions & 13 deletions

File tree

core/config/docs/core.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,10 @@ EnableDKGRecipient = false # Default
956956
# DebugMode enables additional tracing and logging for workflow engines.
957957
DebugMode = false # Default
958958

959+
[CRE.ConfidentialRelay]
960+
# Enabled controls whether the confidential relay gateway handler should be configured.
961+
Enabled = false # Default
962+
959963
# Sharding holds settings for node sharding configuration.
960964
[Sharding]
961965
# ShardingEnabled enables workflow sharding across multiple nodes.

core/services/chainlink/testdata/config-empty-effective.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,9 @@ URL = ''
385385
URL = ''
386386
TLSEnabled = true
387387

388+
[CRE.ConfidentialRelay]
389+
Enabled = false
390+
388391
[Billing]
389392
URL = 'localhost:4319'
390393
TLSEnabled = true

core/services/chainlink/testdata/config-full.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,9 @@ URL = 'https://workflow.fetcher.url'
423423
URL = ''
424424
TLSEnabled = true
425425

426+
[CRE.ConfidentialRelay]
427+
Enabled = false
428+
426429
[Billing]
427430
URL = 'localhost:4319'
428431
TLSEnabled = true

core/services/chainlink/testdata/config-multi-chain-effective.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,9 @@ URL = ''
385385
URL = ''
386386
TLSEnabled = true
387387

388+
[CRE.ConfidentialRelay]
389+
Enabled = false
390+
388391
[Billing]
389392
URL = 'localhost:4319'
390393
TLSEnabled = true

core/web/resolver/testdata/config-empty-effective.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,9 @@ URL = ''
385385
URL = ''
386386
TLSEnabled = true
387387

388+
[CRE.ConfidentialRelay]
389+
Enabled = false
390+
388391
[Billing]
389392
URL = 'localhost:4319'
390393
TLSEnabled = true

core/web/resolver/testdata/config-full.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,9 @@ URL = 'https://workflow.fetcher.url'
402402
URL = ''
403403
TLSEnabled = true
404404

405+
[CRE.ConfidentialRelay]
406+
Enabled = false
407+
405408
[Billing]
406409
URL = 'localhost:4319'
407410
TLSEnabled = true

core/web/resolver/testdata/config-multi-chain-effective.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,9 @@ URL = ''
385385
URL = ''
386386
TLSEnabled = true
387387

388+
[CRE.ConfidentialRelay]
389+
Enabled = false
390+
388391
[Billing]
389392
URL = 'localhost:4319'
390393
TLSEnabled = true

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,9 @@ 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-20260324000441-d4cfddc9f7d2
88-
github.com/smartcontractkit/chainlink-common v0.11.1
88+
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260402120824-48154c0c65a6
8989
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
9090
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10
91-
github.com/smartcontractkit/chainlink-common/pkg/teeattestation v0.0.0-20260326144312-af5248caa880
9291
github.com/smartcontractkit/chainlink-data-streams v0.1.13
9392
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260320152158-2191d797b5ce
9493
github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3
@@ -98,7 +97,7 @@ require (
9897
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20260317132927-e8bc2c7b01f1
9998
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20251021173435-e86785845942
10099
github.com/smartcontractkit/chainlink-protos/billing/go v0.0.0-20251024234028-0988426d98f4
101-
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260320153346-314ec8dbe5a4
100+
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260326111235-8c09d1a4491f
102101
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b
103102
github.com/smartcontractkit/chainlink-protos/node-platform v0.0.0-20260319180422-b5808c964785
104103
github.com/smartcontractkit/chainlink-protos/orchestrator v0.10.0
@@ -293,7 +292,6 @@ require (
293292
github.com/hashicorp/yamux v0.1.2 // indirect
294293
github.com/hasura/go-graphql-client v0.15.1 // indirect
295294
github.com/hdevalence/ed25519consensus v0.2.0 // indirect
296-
github.com/hf/nitrite v0.0.0-20241225144000-c2d5d3c4f303 // indirect
297295
github.com/holiman/billy v0.0.0-20250707135307-f2f9b9aae7db // indirect
298296
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
299297
github.com/huin/goupnp v1.3.0 // indirect

go.sum

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

0 commit comments

Comments
 (0)