Skip to content

Commit f8f758a

Browse files
authored
Merge pull request #21453 from smartcontractkit/augustus.hot-fix-off-2.36.1
bump chainlink-evm
2 parents 83ab934 + 7f7b6ba commit f8f758a

19 files changed

Lines changed: 71 additions & 49 deletions

File tree

core/config/docs/chains-evm.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ BlockTime = '10s' # Example
174174
CustomURL = 'https://example.api.io' # Example
175175
# DualBroadcast enables DualBroadcast functionality.
176176
DualBroadcast = false # Example
177+
# Bundles enables bundling functionality.
178+
Bundles = false # Example
179+
# FastlaneAuctionRequestTimeout configures the timeout for the Fastlane auction http request
180+
FastlaneAuctionRequestTimeout = '5s' # Example
177181

178182
[EVM.BalanceMonitor]
179183
# Enabled balance monitoring for all keys.

core/scripts/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ require (
4848
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260220192608-af6bd538e0ca
4949
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260217160002-b56cb5356cc7
5050
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
51-
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260224150904-47eef37d9005
51+
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260227110503-42b236799872
5252
github.com/smartcontractkit/chainlink-deployments-framework v0.80.1-0.20260209182815-b296b7df28a6
53-
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260223142528-fe0bf6474c99
53+
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260306231944-4f37e0f36d74
5454
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c
5555
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260217043601-5cc966896c4f
5656
github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0

core/scripts/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,12 +1615,12 @@ github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.202512111
16151615
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20251211140724-319861e514c4/go.mod h1:Zpvul9sTcZNAZOVzt5vBl1XZGNvQebFpnpn3/KOQvOQ=
16161616
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20251215152504-b1e41f508340 h1:PsjEI+5jZIz9AS4eOsLS5VpSWJINf38clXV3wryPyMk=
16171617
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20251215152504-b1e41f508340/go.mod h1:P/0OSXUlFaxxD4B/P6HWbxYtIRmmWGDJAvanq19879c=
1618-
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260224150904-47eef37d9005 h1:TKodVxZwcHis7eWh8sRWq348p73gBSKaIVIrCO19PE0=
1619-
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260224150904-47eef37d9005/go.mod h1:8rUcGhjeXBoTFx2MynWgXiBWzVSB+LXd9JR6m8y2FfQ=
1618+
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260227110503-42b236799872 h1:/nhvP6cBqGLrf4JwA/1FHLxnJjFhKRP6xtXAPcpE8g0=
1619+
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260227110503-42b236799872/go.mod h1:5jROIH/4cgHBQn875A+E2DCqvkBtrkHs+ciedcGTjNI=
16201620
github.com/smartcontractkit/chainlink-deployments-framework v0.80.1-0.20260209182815-b296b7df28a6 h1:wVGho+uL3UEqhzMtAXmtZDUQ14J1Fmm7PkqJDuJWd1c=
16211621
github.com/smartcontractkit/chainlink-deployments-framework v0.80.1-0.20260209182815-b296b7df28a6/go.mod h1:0EzSyjHDLYSNqo3Bp9lSQs53CTaGbXHB5ovCa6BoOOM=
1622-
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260223142528-fe0bf6474c99 h1:hZTafPs2L9PXC+dhQZcIDKZTU6bND4Lr2esu7yhUl0c=
1623-
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260223142528-fe0bf6474c99/go.mod h1:vyCNAFYkDz+GAG/dcHXxfk3U9C1P2NLGLEBCmk9OzgY=
1622+
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260306231944-4f37e0f36d74 h1:jjRpvBoGGh4v/FSMxIMoqA3UoB0U6v3kynCG/1nzmws=
1623+
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260306231944-4f37e0f36d74/go.mod h1:RbSY8We8s4ac7uO7Q3cJ7f1IqnCzTD/TErVoLmXH8N8=
16241624
github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 h1:V22ITnWmgBAyxH+VVVo1jxm/LeJ3jcVMCVYB+zLN5mU=
16251625
github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3/go.mod h1:u5vhpPHVUdGUni9o00MBu2aKPE0Q2DRoipAGPYD01e0=
16261626
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c h1:eX7SCn5AGUGduv5OrjbVJkUSOnyeal0BtVem6zBSB2Y=

core/services/chainlink/config_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,6 +1547,12 @@ func TestConfig_full(t *testing.T) {
15471547
if got.EVM[c].Transactions.TransactionManagerV2.DualBroadcast == nil {
15481548
got.EVM[c].Transactions.TransactionManagerV2.DualBroadcast = ptr(false)
15491549
}
1550+
if got.EVM[c].Transactions.TransactionManagerV2.Bundles == nil {
1551+
got.EVM[c].Transactions.TransactionManagerV2.Bundles = ptr(false)
1552+
}
1553+
if got.EVM[c].Transactions.TransactionManagerV2.FastlaneAuctionRequestTimeout == nil {
1554+
got.EVM[c].Transactions.TransactionManagerV2.FastlaneAuctionRequestTimeout = new(commoncfg.Duration)
1555+
}
15501556
if got.EVM[c].Transactions.AutoPurge.Threshold == nil {
15511557
got.EVM[c].Transactions.AutoPurge.Threshold = ptr(uint32(0))
15521558
}

deployment/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ require (
4646
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260217160002-b56cb5356cc7
4747
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
4848
github.com/smartcontractkit/chainlink-deployments-framework v0.80.1-0.20260209182815-b296b7df28a6
49-
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260223142528-fe0bf6474c99
49+
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260306231944-4f37e0f36d74
5050
github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3
5151
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c
5252
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20251021173435-e86785845942
@@ -419,7 +419,7 @@ require (
419419
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260216170932-c8081efc1ae5 // indirect
420420
github.com/smartcontractkit/chainlink-ccv v0.0.0-20260224105024-807568ff394d // indirect
421421
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect
422-
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260224150904-47eef37d9005 // indirect
422+
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260227110503-42b236799872 // indirect
423423
github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect
424424
github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250818175541-3389ac08a563 // indirect
425425
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20251210101658-1c5c8e4c4f15 // indirect

deployment/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,12 +1378,12 @@ github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9
13781378
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10/go.mod h1:oiDa54M0FwxevWwyAX773lwdWvFYYlYHHQV1LQ5HpWY=
13791379
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20251215152504-b1e41f508340 h1:PsjEI+5jZIz9AS4eOsLS5VpSWJINf38clXV3wryPyMk=
13801380
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20251215152504-b1e41f508340/go.mod h1:P/0OSXUlFaxxD4B/P6HWbxYtIRmmWGDJAvanq19879c=
1381-
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260224150904-47eef37d9005 h1:TKodVxZwcHis7eWh8sRWq348p73gBSKaIVIrCO19PE0=
1382-
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260224150904-47eef37d9005/go.mod h1:8rUcGhjeXBoTFx2MynWgXiBWzVSB+LXd9JR6m8y2FfQ=
1381+
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260227110503-42b236799872 h1:/nhvP6cBqGLrf4JwA/1FHLxnJjFhKRP6xtXAPcpE8g0=
1382+
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260227110503-42b236799872/go.mod h1:5jROIH/4cgHBQn875A+E2DCqvkBtrkHs+ciedcGTjNI=
13831383
github.com/smartcontractkit/chainlink-deployments-framework v0.80.1-0.20260209182815-b296b7df28a6 h1:wVGho+uL3UEqhzMtAXmtZDUQ14J1Fmm7PkqJDuJWd1c=
13841384
github.com/smartcontractkit/chainlink-deployments-framework v0.80.1-0.20260209182815-b296b7df28a6/go.mod h1:0EzSyjHDLYSNqo3Bp9lSQs53CTaGbXHB5ovCa6BoOOM=
1385-
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260223142528-fe0bf6474c99 h1:hZTafPs2L9PXC+dhQZcIDKZTU6bND4Lr2esu7yhUl0c=
1386-
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260223142528-fe0bf6474c99/go.mod h1:vyCNAFYkDz+GAG/dcHXxfk3U9C1P2NLGLEBCmk9OzgY=
1385+
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260306231944-4f37e0f36d74 h1:jjRpvBoGGh4v/FSMxIMoqA3UoB0U6v3kynCG/1nzmws=
1386+
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260306231944-4f37e0f36d74/go.mod h1:RbSY8We8s4ac7uO7Q3cJ7f1IqnCzTD/TErVoLmXH8N8=
13871387
github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 h1:V22ITnWmgBAyxH+VVVo1jxm/LeJ3jcVMCVYB+zLN5mU=
13881388
github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3/go.mod h1:u5vhpPHVUdGUni9o00MBu2aKPE0Q2DRoipAGPYD01e0=
13891389
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c h1:eX7SCn5AGUGduv5OrjbVJkUSOnyeal0BtVem6zBSB2Y=

docs/CONFIG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17402,6 +17402,8 @@ Enabled = false # Default
1740217402
BlockTime = '10s' # Example
1740317403
CustomURL = 'https://example.api.io' # Example
1740417404
DualBroadcast = false # Example
17405+
Bundles = false # Example
17406+
FastlaneAuctionRequestTimeout = '5s' # Example
1740517407
```
1740617408

1740717409

@@ -17429,6 +17431,18 @@ DualBroadcast = false # Example
1742917431
```
1743017432
DualBroadcast enables DualBroadcast functionality.
1743117433

17434+
### Bundles
17435+
```toml
17436+
Bundles = false # Example
17437+
```
17438+
Bundles enables bundling functionality.
17439+
17440+
### FastlaneAuctionRequestTimeout
17441+
```toml
17442+
FastlaneAuctionRequestTimeout = '5s' # Example
17443+
```
17444+
FastlaneAuctionRequestTimeout configures the timeout for the Fastlane auction http request
17445+
1743217446
## EVM.BalanceMonitor
1743317447
```toml
1743417448
[EVM.BalanceMonitor]

go.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ flowchart LR
6666
click chainlink-common/pkg/chipingress href "https://github.com/smartcontractkit/chainlink-common"
6767
chainlink-common/pkg/monitoring
6868
click chainlink-common/pkg/monitoring href "https://github.com/smartcontractkit/chainlink-common"
69-
chainlink-data-streams --> chainlink-common
69+
chainlink-data-streams --> chainlink-common/keystore
7070
click chainlink-data-streams href "https://github.com/smartcontractkit/chainlink-data-streams"
71-
chainlink-evm --> chainlink-common/keystore
71+
chainlink-evm --> chainlink-data-streams
7272
chainlink-evm --> chainlink-evm/gethwrappers
7373
chainlink-evm --> chainlink-framework/capabilities
7474
chainlink-evm --> chainlink-framework/chains
@@ -137,7 +137,6 @@ flowchart LR
137137
click chainlink-tron/relayer href "https://github.com/smartcontractkit/chainlink-tron"
138138
chainlink/v2 --> chainlink-automation
139139
chainlink/v2 --> chainlink-ccv
140-
chainlink/v2 --> chainlink-data-streams
141140
chainlink/v2 --> chainlink-evm/contracts/cre/gobindings
142141
chainlink/v2 --> chainlink-feeds
143142
chainlink/v2 --> chainlink-protos/ring/go
@@ -319,16 +318,16 @@ flowchart LR
319318
click chainlink-common/pkg/values href "https://github.com/smartcontractkit/chainlink-common"
320319
chainlink-common/pkg/workflows/sdk/v2/pb --> chainlink-common/pkg/values
321320
click chainlink-common/pkg/workflows/sdk/v2/pb href "https://github.com/smartcontractkit/chainlink-common"
322-
chainlink-data-streams --> chainlink-common
321+
chainlink-data-streams --> chainlink-common/keystore
323322
click chainlink-data-streams href "https://github.com/smartcontractkit/chainlink-data-streams"
324323
chainlink-deployments-framework --> ccip-owner-contracts
325324
chainlink-deployments-framework --> chainlink-protos/job-distributor
326325
chainlink-deployments-framework --> chainlink-protos/op-catalog
327326
chainlink-deployments-framework --> chainlink-tron/relayer
328327
chainlink-deployments-framework --> mcms
329328
click chainlink-deployments-framework href "https://github.com/smartcontractkit/chainlink-deployments-framework"
330-
chainlink-evm --> chainlink-common/keystore
331329
chainlink-evm --> chainlink-common/pkg/values
330+
chainlink-evm --> chainlink-data-streams
332331
chainlink-evm --> chainlink-evm/gethwrappers
333332
chainlink-evm --> chainlink-framework/capabilities
334333
chainlink-evm --> chainlink-framework/chains
@@ -515,7 +514,6 @@ flowchart LR
515514
click chainlink/system-tests/tests/smoke/cre/solana/solwrite href "https://github.com/smartcontractkit/chainlink"
516515
chainlink/v2 --> chainlink-automation
517516
chainlink/v2 --> chainlink-ccv
518-
chainlink/v2 --> chainlink-data-streams
519517
chainlink/v2 --> chainlink-evm/contracts/cre/gobindings
520518
chainlink/v2 --> chainlink-feeds
521519
chainlink/v2 --> chainlink-protos/ring/go

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ require (
8787
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260217160002-b56cb5356cc7
8888
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
8989
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10
90-
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260224150904-47eef37d9005
91-
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260223142528-fe0bf6474c99
90+
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260227110503-42b236799872
91+
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260306231944-4f37e0f36d74
9292
github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3
9393
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c
9494
github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,10 +1188,10 @@ github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9
11881188
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10/go.mod h1:oiDa54M0FwxevWwyAX773lwdWvFYYlYHHQV1LQ5HpWY=
11891189
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20251215152504-b1e41f508340 h1:PsjEI+5jZIz9AS4eOsLS5VpSWJINf38clXV3wryPyMk=
11901190
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20251215152504-b1e41f508340/go.mod h1:P/0OSXUlFaxxD4B/P6HWbxYtIRmmWGDJAvanq19879c=
1191-
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260224150904-47eef37d9005 h1:TKodVxZwcHis7eWh8sRWq348p73gBSKaIVIrCO19PE0=
1192-
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260224150904-47eef37d9005/go.mod h1:8rUcGhjeXBoTFx2MynWgXiBWzVSB+LXd9JR6m8y2FfQ=
1193-
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260223142528-fe0bf6474c99 h1:hZTafPs2L9PXC+dhQZcIDKZTU6bND4Lr2esu7yhUl0c=
1194-
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260223142528-fe0bf6474c99/go.mod h1:vyCNAFYkDz+GAG/dcHXxfk3U9C1P2NLGLEBCmk9OzgY=
1191+
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260227110503-42b236799872 h1:/nhvP6cBqGLrf4JwA/1FHLxnJjFhKRP6xtXAPcpE8g0=
1192+
github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260227110503-42b236799872/go.mod h1:5jROIH/4cgHBQn875A+E2DCqvkBtrkHs+ciedcGTjNI=
1193+
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260306231944-4f37e0f36d74 h1:jjRpvBoGGh4v/FSMxIMoqA3UoB0U6v3kynCG/1nzmws=
1194+
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260306231944-4f37e0f36d74/go.mod h1:RbSY8We8s4ac7uO7Q3cJ7f1IqnCzTD/TErVoLmXH8N8=
11951195
github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3 h1:V22ITnWmgBAyxH+VVVo1jxm/LeJ3jcVMCVYB+zLN5mU=
11961196
github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3/go.mod h1:u5vhpPHVUdGUni9o00MBu2aKPE0Q2DRoipAGPYD01e0=
11971197
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c h1:eX7SCn5AGUGduv5OrjbVJkUSOnyeal0BtVem6zBSB2Y=

0 commit comments

Comments
 (0)