Commit 2ca35e8e authored by Parithosh Jayanthi's avatar Parithosh Jayanthi Committed by GitHub

fix: Fixes minimal runs with deneb state (#871)

parent 9782552e
participants_matrix:
el:
- el_type: geth
el_image: ethpandaops/geth:prague-devnet-5-a193537
cl:
- cl_type: teku
cl_image: consensys/teku:develop
- cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:unstable-minimal-046c379
- cl_type: lodestar
cl_image: ethpandaops/lodestar:devnet-5-1c2b5ed
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:devnet5-minimal-ae44429
vc_image: ethpandaops/prysm-validator:devnet5-minimal-ae44429
network_params:
preset: minimal
electra_fork_epoch: 1
min_validator_withdrawability_delay: 1
shard_committee_period: 1
churn_limit_quotient: 16
genesis_delay: 240
additional_services:
- dora
- spamoor_blob
- tx_spammer
- assertoor
dora_params:
image: "ethpandaops/dora:master-latest"
spamoor_blob_params:
throughput: 10
max_blobs: 2
max_pending: 40
assertoor_params:
image: "ethpandaops/assertoor:master"
tests:
- file: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/kurtosis/all.yaml
\ No newline at end of file
...@@ -5,11 +5,15 @@ participants: ...@@ -5,11 +5,15 @@ participants:
cl_type: prysm cl_type: prysm
- el_type: erigon - el_type: erigon
cl_type: nimbus cl_type: nimbus
- el_type: besu cl_image: ethpandaops/nimbus-eth2:unstable-minimal
cl_type: lighthouse # TODO: Re-add lighthouse once its working with minimal preset
# - el_type: besu
# cl_type: lighthouse
# cl_image: sigp/lighthouse:v6.0.1
- el_type: reth - el_type: reth
cl_type: lodestar cl_type: lodestar
- el_type: geth # TODO: Re-add grandine once its working with minimal preset
cl_type: grandine # - el_type: geth
# cl_type: grandine
network_params: network_params:
preset: minimal preset: minimal
participants:
- el_type: geth
el_image: ethpandaops/geth:kaustinen-with-shapella
cl_type: lighthouse
cl_image: ethpandaops/lighthouse:verkle-trees-capella
count: 2
- el_type: geth
el_image: ethpandaops/geth:kaustinen-with-shapella
cl_type: lodestar
cl_image: ethpandaops/lodestar:g11tech-verge
network_params:
network: verkle-gen-devnet-6
participants:
- el_type: geth
el_image: ethpandaops/geth:kaustinen-with-shapella-89330e4
cl_type: lodestar
cl_image: ethpandaops/lodestar:g11tech-verge-324c46e
count: 3
network_params:
network: verkle-gen-devnet-7
...@@ -89,7 +89,7 @@ DEFAULT_DORA_IMAGE = "ethpandaops/dora:latest" ...@@ -89,7 +89,7 @@ DEFAULT_DORA_IMAGE = "ethpandaops/dora:latest"
DEFAULT_ASSERTOOR_IMAGE = "ethpandaops/assertoor:latest" DEFAULT_ASSERTOOR_IMAGE = "ethpandaops/assertoor:latest"
DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest" DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest"
DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = ( DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = (
"ethpandaops/ethereum-genesis-generator:3.5.1" "ethpandaops/ethereum-genesis-generator:3.5.3"
) )
DEFAULT_FLASHBOTS_RELAY_IMAGE = "flashbots/mev-boost-relay:0.29.2a3" DEFAULT_FLASHBOTS_RELAY_IMAGE = "flashbots/mev-boost-relay:0.29.2a3"
DEFAULT_FLASHBOTS_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop" DEFAULT_FLASHBOTS_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment