File tree Expand file tree Collapse file tree 5 files changed +55
-18
lines changed Expand file tree Collapse file tree 5 files changed +55
-18
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -5,11 +5,15 @@ participants:
5
5
cl_type : prysm
6
6
- el_type : erigon
7
7
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
10
13
- el_type : reth
11
14
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
14
18
network_params :
15
19
preset : minimal
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ DEFAULT_DORA_IMAGE = "ethpandaops/dora:latest"
89
89
DEFAULT_ASSERTOOR_IMAGE = "ethpandaops/assertoor:latest"
90
90
DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest"
91
91
DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = (
92
- "ethpandaops/ethereum-genesis-generator:3.5.1 "
92
+ "ethpandaops/ethereum-genesis-generator:3.5.3 "
93
93
)
94
94
DEFAULT_FLASHBOTS_RELAY_IMAGE = "flashbots/mev-boost-relay:0.29.2a3"
95
95
DEFAULT_FLASHBOTS_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop"
You can’t perform that action at this time.
0 commit comments