diff --git a/.github/tests/minimal-pectra-devnet-5.yaml.norun b/.github/tests/minimal-pectra-devnet-5.yaml.norun new file mode 100644 index 000000000..a7066882b --- /dev/null +++ b/.github/tests/minimal-pectra-devnet-5.yaml.norun @@ -0,0 +1,37 @@ +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 diff --git a/.github/tests/minimal.yaml b/.github/tests/minimal.yaml index aea361d67..09b86a95f 100644 --- a/.github/tests/minimal.yaml +++ b/.github/tests/minimal.yaml @@ -5,11 +5,15 @@ participants: cl_type: prysm - el_type: erigon cl_type: nimbus - - el_type: besu - cl_type: lighthouse + cl_image: ethpandaops/nimbus-eth2:unstable-minimal + # 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 cl_type: lodestar - - el_type: geth - cl_type: grandine + # TODO: Re-add grandine once its working with minimal preset + # - el_type: geth + # cl_type: grandine network_params: preset: minimal diff --git a/.github/tests/verkle-gen-devnet-6.yaml.norun b/.github/tests/verkle-gen-devnet-6.yaml.norun deleted file mode 100644 index 877682e80..000000000 --- a/.github/tests/verkle-gen-devnet-6.yaml.norun +++ /dev/null @@ -1,13 +0,0 @@ -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 - diff --git a/.github/tests/verkle-gen-devnet-7.yaml.norun b/.github/tests/verkle-gen-devnet-7.yaml.norun new file mode 100644 index 000000000..cffeb5d98 --- /dev/null +++ b/.github/tests/verkle-gen-devnet-7.yaml.norun @@ -0,0 +1,9 @@ +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 + diff --git a/src/package_io/constants.star b/src/package_io/constants.star index 5301efbda..00b17ac0f 100644 --- a/src/package_io/constants.star +++ b/src/package_io/constants.star @@ -89,7 +89,7 @@ DEFAULT_DORA_IMAGE = "ethpandaops/dora:latest" DEFAULT_ASSERTOOR_IMAGE = "ethpandaops/assertoor:latest" DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest" 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_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop"