Skip to content

Commit 2ca35e8

Browse files
authored
fix: Fixes minimal runs with deneb state (#871)
1 parent 9782552 commit 2ca35e8

File tree

5 files changed

+55
-18
lines changed

5 files changed

+55
-18
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
participants_matrix:
2+
el:
3+
- el_type: geth
4+
el_image: ethpandaops/geth:prague-devnet-5-a193537
5+
cl:
6+
- cl_type: teku
7+
cl_image: consensys/teku:develop
8+
- cl_type: nimbus
9+
cl_image: ethpandaops/nimbus-eth2:unstable-minimal-046c379
10+
- cl_type: lodestar
11+
cl_image: ethpandaops/lodestar:devnet-5-1c2b5ed
12+
- cl_type: prysm
13+
cl_image: ethpandaops/prysm-beacon-chain:devnet5-minimal-ae44429
14+
vc_image: ethpandaops/prysm-validator:devnet5-minimal-ae44429
15+
network_params:
16+
preset: minimal
17+
electra_fork_epoch: 1
18+
min_validator_withdrawability_delay: 1
19+
shard_committee_period: 1
20+
churn_limit_quotient: 16
21+
genesis_delay: 240
22+
additional_services:
23+
- dora
24+
- spamoor_blob
25+
- tx_spammer
26+
- assertoor
27+
dora_params:
28+
image: "ethpandaops/dora:master-latest"
29+
spamoor_blob_params:
30+
throughput: 10
31+
max_blobs: 2
32+
max_pending: 40
33+
34+
assertoor_params:
35+
image: "ethpandaops/assertoor:master"
36+
tests:
37+
- file: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/kurtosis/all.yaml

.github/tests/minimal.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ participants:
55
cl_type: prysm
66
- el_type: erigon
77
cl_type: nimbus
8-
- el_type: besu
9-
cl_type: lighthouse
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
1013
- el_type: reth
1114
cl_type: lodestar
12-
- el_type: geth
13-
cl_type: grandine
15+
# TODO: Re-add grandine once its working with minimal preset
16+
# - el_type: geth
17+
# cl_type: grandine
1418
network_params:
1519
preset: minimal

.github/tests/verkle-gen-devnet-6.yaml.norun

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
participants:
2+
- el_type: geth
3+
el_image: ethpandaops/geth:kaustinen-with-shapella-89330e4
4+
cl_type: lodestar
5+
cl_image: ethpandaops/lodestar:g11tech-verge-324c46e
6+
count: 3
7+
network_params:
8+
network: verkle-gen-devnet-7
9+

src/package_io/constants.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ DEFAULT_DORA_IMAGE = "ethpandaops/dora:latest"
8989
DEFAULT_ASSERTOOR_IMAGE = "ethpandaops/assertoor:latest"
9090
DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest"
9191
DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = (
92-
"ethpandaops/ethereum-genesis-generator:3.5.1"
92+
"ethpandaops/ethereum-genesis-generator:3.5.3"
9393
)
9494
DEFAULT_FLASHBOTS_RELAY_IMAGE = "flashbots/mev-boost-relay:0.29.2a3"
9595
DEFAULT_FLASHBOTS_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop"

0 commit comments

Comments
 (0)