Skip to content

Commit 60da2f2

Browse files
author
danielntmd
committed
fix: bump lighthouse consensus client v7.1.0 -> v8.0.1
- reduce aztec committee lag -> 1
1 parent 6a205f7 commit 60da2f2

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

spartan/environments/next-scenario.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ DESTROY_AZTEC_INFRA=true
1313
VERIFY_CONTRACTS=false
1414
USE_LOAD_BALANCERS=true
1515

16-
AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET=2
17-
AZTEC_LAG_IN_EPOCHS_FOR_RANDAO=2
16+
AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET=1
17+
AZTEC_LAG_IN_EPOCHS_FOR_RANDAO=1
1818

1919
OTEL_COLLECTOR_ENDPOINT=REPLACE_WITH_GCP_SECRET
2020

spartan/eth-devnet/create_genesis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function create_beacon_genesis {
135135
docker run --rm \
136136
-v "$tmp_dir:/tmp" \
137137
-v "$beacon_genesis_path:/out" \
138-
maddiaa/eth-beacon-genesis devnet \
138+
ethpandaops/eth-beacon-genesis:master-f57c0fb devnet \
139139
--config="/tmp/config.yaml" \
140140
--eth1-config="/tmp/genesis.json" \
141141
--mnemonics="/tmp/mnemonics.yaml" \

spartan/eth-devnet/entrypoints/eth-beacon.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ lighthouse bn \
2121
--disable-enr-auto-update \
2222
--staking \
2323
--http \
24+
--supernode \
2425
--http-address=0.0.0.0 \
2526
--http-port=${BEACON_HTTP_PORT} \
2627
--validator-monitor-auto \

spartan/eth-devnet/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ images:
1212
image: nethermind/nethermind:1.32.2
1313
pullPolicy: IfNotPresent
1414
lighthouse:
15-
image: sigp/lighthouse:v7.1.0
15+
image: sigp/lighthouse:v8.0.1
1616
pullPolicy: IfNotPresent
1717

1818
ethereum:

spartan/terraform/deploy-eth-devnet/values/eth-devnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ images:
1212
image: nethermind/nethermind:1.32.2
1313
pullPolicy: IfNotPresent
1414
lighthouse:
15-
image: sigp/lighthouse:v7.1.0
15+
image: sigp/lighthouse:v8.0.1
1616
pullPolicy: IfNotPresent
1717

1818
ethereum:

0 commit comments

Comments
 (0)