File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,8 @@ participants:
6
6
- el_type : erigon
7
7
cl_type : nimbus
8
8
cl_image : ethpandaops/nimbus-eth2:unstable-minimal
9
- # TODO: Re-add lighthouse once its working with minimal preset
10
- # - el_type: besu
11
- # cl_type: lighthouse
12
- # cl_image: sigp/lighthouse:v6.0.1
9
+ - el_type : besu
10
+ cl_type : lighthouse
13
11
- el_type : reth
14
12
cl_type : lodestar
15
13
# TODO: Re-add grandine once its working with minimal preset
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ additional_services:
22
22
- prometheus_grafana
23
23
- spamoor_blob
24
24
- custom_flood
25
- - blobscan
26
25
- dugtrio
27
26
- blutgang
28
27
- apache
Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ def get_beacon_config(
224
224
"--http" ,
225
225
"--http-address=0.0.0.0" ,
226
226
"--http-port={0}" .format (BEACON_HTTP_PORT_NUM ),
227
- "--slots-per-restore-point={0}" .format (32 if constants .ARCHIVE_MODE else 8192 ),
228
227
# NOTE: This comes from:
229
228
# https://github.com/sigp/lighthouse/blob/7c88f582d955537f7ffff9b2c879dcf5bf80ce13/scripts/local_testnet/beacon_node.sh
230
229
# and the option says it's "useful for testing in smaller networks" (unclear what happens in larger networks)
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ DEFAULT_CL_IMAGES = {
26
26
}
27
27
28
28
DEFAULT_CL_IMAGES_MINIMAL = {
29
- "lighthouse" : "ethpandaops/lighthouse:stable " ,
29
+ "lighthouse" : "ethpandaops/lighthouse:unstable " ,
30
30
"teku" : "consensys/teku:latest" ,
31
31
"nimbus" : "ethpandaops/nimbus-eth2:stable-minimal" ,
32
32
"prysm" : "ethpandaops/prysm-beacon-chain:develop-minimal" ,
@@ -45,7 +45,7 @@ DEFAULT_VC_IMAGES = {
45
45
}
46
46
47
47
DEFAULT_VC_IMAGES_MINIMAL = {
48
- "lighthouse" : "ethpandaops/lighthouse:stable " ,
48
+ "lighthouse" : "ethpandaops/lighthouse:unstable " ,
49
49
"lodestar" : "chainsafe/lodestar:latest" ,
50
50
"nimbus" : "ethpandaops/nimbus-validator-client:stable-minimal" ,
51
51
"prysm" : "ethpandaops/prysm-validator:develop-minimal" ,
You can’t perform that action at this time.
0 commit comments