Skip to content

Commit dd803d3

Browse files
committed
fix: kurtosis in electra support branch (#1421)
1 parent cfe1e94 commit dd803d3

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.github/config/assertoor/network-params.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ participants:
44
cl_type: lighthouse
55
cl_image: sigp/lighthouse:v7.0.0-beta.5
66
validator_count: 32
7-
- el_type: geth
8-
el_image: ethereum/client-go:v1.15.6
9-
cl_type: lighthouse
10-
cl_image: sigp/lighthouse:v7.0.0-beta.5
11-
validator_count: 32
7+
count: 2
128
- el_type: geth
139
el_image: ethereum/client-go:v1.15.6
1410
cl_type: lambda
@@ -19,6 +15,9 @@ participants:
1915
cl_max_mem: 4096
2016
keymanager_enabled: true
2117

18+
network_params:
19+
electra_fork_epoch: 0
20+
2221
additional_services:
2322
- assertoor
2423
- tx_fuzz

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
run: mix compile --warnings-as-errors
196196
- name: Run the node
197197
# NOTE: this starts and then stops the application. It should catch simple runtime errors
198-
run: mix run -- --checkpoint-sync-url https://mainnet-checkpoint-sync.stakely.io/
198+
run: mix run -- --checkpoint-sync-url https://sepolia.beaconstate.info --network sepolia
199199

200200
test:
201201
name: Test

network_params.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ participants:
1414
validator_count: 32
1515
cl_max_mem: 4096
1616
keymanager_enabled: true
17-
# Uncomment the following lines to run the the network with the minimal preset (which is various times faster)
18-
# network_params:
19-
# preset: minimal
17+
18+
network_params:
19+
electra_fork_epoch: 0
20+
# Uncomment the following line to run the the network with the minimal preset (which is various times faster)
21+
# preset: minimal
22+
2023
additional_services:
2124
- tx_fuzz
2225
- dora

0 commit comments

Comments
 (0)