Commit d8e035b7 authored by Parithosh Jayanthi's avatar Parithosh Jayanthi Committed by GitHub

fix: Update tests (#918)

bump images and use releases
Co-authored-by: default avatarBarnabas Busa <busa.barnabas@gmail.com>
parent bc07278a
participants:
- el_type: geth
el_image: ethpandaops/geth:prague-devnet-6-c070db6
el_image: ethereum/client-go:v1.15.5
el_extra_params: ["--miner.extradata=pawanRocks"]
cl_type: lighthouse
cl_image: ethpandaops/lighthouse:unstable-95cec45
cl_image: sigp/lighthouse:v7.0.0-beta.0
- el_type: geth
el_image: ethpandaops/geth:prague-devnet-6-c070db6
el_image: ethereum/client-go:v1.15.5
el_extra_params: ["--miner.extradata=TekuFromLocal"]
cl_type: teku
cl_image: consensys/teku:develop
cl_image: consensys/teku:25.2
- el_type: geth
el_image: ethpandaops/geth:prague-devnet-6-c070db6
el_image: ethereum/client-go:v1.15.5
el_extra_params: ["--miner.extradata=lodestarFromLocal"]
cl_type: lodestar
cl_image: ethpandaops/lodestar:unstable-7982031
cl_image: chainsafe/lodestar:v1.27.1
- el_type: geth
el_image: ethpandaops/geth:prague-devnet-6-c070db6
el_image: ethereum/client-go:v1.15.5
el_extra_params: ["--miner.extradata=prysmFromLocal"]
cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:develop-910609a
vc_image: ethpandaops/prysm-validator:develop-910609a
cl_image: prysmaticlabs/prysm-beacon-chain:v5.3.0
vc_image: prysmaticlabs/prysm-validator:v5.3.0
- el_type: geth
el_image: ethpandaops/geth:prague-devnet-6-c070db6
el_image: ethereum/client-go:v1.15.5
el_extra_params: ["--miner.extradata=nimbusFromLocal"]
cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:unstable-dec1cd3
cl_image: statusim/nimbus-eth2:multiarch-v25.3.0
- el_type: geth
el_image: ethpandaops/geth:prague-devnet-6-c070db6
el_image: ethereum/client-go:v1.15.5
el_extra_params: ["--miner.extradata=grandineFromLocal"]
cl_type: grandine
cl_image: ethpandaops/grandine:devnet5-7ba51a4
cl_image: sifrai/grandine:1.0.0
additional_services:
- dora
......@@ -38,10 +38,10 @@ additional_services:
mev_type: flashbots
mev_params:
mev_relay_image: jtraglia/mev-boost-relay:electra
mev_boost_image: jtraglia/mev-boost:electra
mev_builder_cl_image: ethpandaops/lighthouse:unstable-a1b7d61
mev_builder_image: ethpandaops/reth-rbuilder:devnet6-fdeb4d6
mev_relay_image: flashbots/mev-boost-relay:0.30.0rc1
mev_boost_image: flashbots/mev-boost:1.9rc2
mev_builder_cl_image: sigp/lighthouse:v7.0.0-beta.0
mev_builder_image: ethpandaops/reth-rbuilder:develop-42872ec
network_params:
electra_fork_epoch: 1
......
participants_matrix:
el:
- el_type: geth
el_image: ethpandaops/geth:prague-devnet-5-f85cde7
- el_type: reth
el_image: ethpandaops/reth:main-11bd9dd
- el_type: erigon
el_image: ethpandaops/erigon:pectra5-3d65c9b
- el_type: nethermind
el_image: ethpandaops/nethermind:pectra-devnet-5-52b679a
- el_type: besu
el_image: ethpandaops/besu:main-1e7f6f6
cl:
- cl_type: lighthouse
cl_image: ethpandaops/lighthouse:single_attestation-b6d80eb
- cl_type: teku
cl_image: consensys/teku:develop
- cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:unstable-fb1c3ba
- cl_type: lodestar
cl_image: ethpandaops/lodestar:devnet-5-38d40e8
- cl_type: grandine
cl_image: ethpandaops/grandine:devnet5-60cd7b0
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:develop-0b16c79
vc_image: ethpandaops/prysm-validator:develop-0b16c79
network_params:
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_fuzz
- assertoor
dora_params:
image: "ethpandaops/dora:master-latest"
spamoor_blob_params:
throughput: 10
max_blobs: 2
max_pending: 40
global_log_level: debug
assertoor_params:
image: "ethpandaops/assertoor:master"
tests:
- file: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/kurtosis/all.yaml
- file: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/blockhash-test-with-rpc-call.yaml
- file: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/eip7002-all.yaml
- file: https://raw.githubusercontent.com/ethpandaops/assertoor/blob/master/playbooks/pectra-dev/eip7251-all.yaml
- file: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/validator-lifecycle-test-v3.yaml
- file: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/execution-spec-tests.yaml
participants_matrix:
el:
- el_type: geth
el_image: ethpandaops/geth:prague-devnet-6
el_image: ethereum/client-go:v1.15.5
- el_type: reth
el_image: ethpandaops/reth:main
el_image: ghcr.io/paradigmxyz/reth:v1.2.2
- el_type: nethermind
el_image: ethpandaops/nethermind:master
el_image: nethermind/nethermind:1.31.4
- el_type: erigon
el_image: ethpandaops/erigon:pectra6
el_image: erigontech/erigon:v3.0.0-rc3
- el_type: besu
el_image: ethpandaops/besu:main
el_image: hyperledger/besu:25.2.2
- el_type: ethereumjs
el_image: ethpandaops/ethereumjs:eip7840
cl:
- cl_type: lighthouse
cl_image: ethpandaops/lighthouse:unstable
cl_image: sigp/lighthouse:v7.0.0-beta.0
- cl_type: teku
cl_image: consensys/teku:develop
cl_image: consensys/teku:25.2
- cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:unstable
cl_image: statusim/nimbus-eth2:multiarch-v25.3.0
- cl_type: lodestar
cl_image: ethpandaops/lodestar:unstable
cl_image: chainsafe/lodestar:v1.27.1
- cl_type: grandine
cl_image: ethpandaops/grandine:devnet5
cl_image: sifrai/grandine:1.0.0
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:develop
vc_image: ethpandaops/prysm-validator:develop
cl_image: prysmaticlabs/prysm-beacon-chain:v5.3.0
vc_image: prysmaticlabs/prysm-validator:v5.3.0
network_params:
electra_fork_epoch: 1
......
participants_matrix:
el:
- el_type: nethermind
el_image: nethermind/nethermind:1.31.4
- el_type: geth
el_image: ethereum/client-go:v1.15.5
- el_type: ethereumjs
el_image: ethpandaops/ethereumjs:eip7840
- el_type: reth
el_image: ghcr.io/paradigmxyz/reth:v1.2.2
- el_type: nethermind
el_image: nethermind/nethermind:1.31.6
- el_type: erigon
el_image: erigontech/erigon:v3.0.0-rc3
- el_type: reth
el_image: ethpandaops/reth:main-42f8223
- el_type: besu
el_image: hyperledger/besu:25.2.2
- el_type: ethereumjs
el_image: ethpandaops/ethereumjs:eip7840
cl:
- cl_type: lighthouse
cl_image: sigp/lighthouse:v7.0.0-beta.3
cl_image: sigp/lighthouse:v7.0.0-beta.0
- cl_type: teku
cl_image: consensys/teku:develop
cl_image: consensys/teku:25.2
- cl_type: nimbus
cl_image: statusim/nimbus-eth2:multiarch-v25.3.0
- cl_type: lodestar
......@@ -25,6 +25,7 @@ participants_matrix:
cl_image: sifrai/grandine:1.0.0
- cl_type: prysm
cl_image: prysmaticlabs/prysm-beacon-chain:v5.3.0
vc_image: prysmaticlabs/prysm-validator:v5.3.0
network_params:
electra_fork_epoch: 1
min_validator_withdrawability_delay: 1
......
participants:
# Supernodes
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:peerDAS
supernode: true
- cl_type: lighthouse
cl_image: ethpandaops/lighthouse:unstable
supernode: true
- cl_type: teku
cl_image: ethpandaops/teku:nashatyrev-das
supernode: true
- cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:pdsync
supernode: true
- cl_type: lodestar
cl_image: ethpandaops/lodestar:peerDAS
supernode: true
- cl_type: grandine
cl_image: ethpandaops/grandine:hangleang-feature-das
supernode: true
# Fullnodes
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:peerDAS
- cl_type: lighthouse
cl_image: ethpandaops/lighthouse:unstable
- cl_type: teku
cl_image: ethpandaops/teku:nashatyrev-das
- cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:pdsync
- cl_type: lodestar
cl_image: ethpandaops/lodestar:peerDAS
- cl_type: grandine
cl_image: ethpandaops/grandine:hangleang-feature-das
network_params:
network: peerdas-devnet-3
snooper_enabled: true
additional_services:
- dora
......@@ -11,15 +11,14 @@ participants:
# Prysm
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:peerDAS-01705d1
cl_image: ethpandaops/prysm-beacon-chain:peerDAS
cl_max_mem: 4096
cl_extra_params:
- --minimum-peers-per-subnet=1
- --subscribe-all-subnets
# Teku
- cl_type: teku
cl_image: ethpandaops/teku:das
cl_image: ethpandaops/teku:nashatyrev-das
cl_max_mem: 4096
cl_extra_params:
- --p2p-subscribe-all-custody-subnets-enabled
......@@ -28,7 +27,7 @@ participants:
cl_image: ethpandaops/grandine:peerdas-fulu
cl_max_mem: 4096
cl_extra_params:
- --subscribe-all-subnets
- --subscribe-all-data-column-subnets
# Nimbus
- cl_type: nimbus
......@@ -47,14 +46,13 @@ participants:
# Prysm
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:peerDAS-01705d1
cl_image: ethpandaops/prysm-beacon-chain:peerDAS
cl_max_mem: 4096
cl_extra_params:
- --minimum-peers-per-subnet=1
# Teku
- cl_type: teku
cl_image: ethpandaops/teku:das
cl_image: ethpandaops/teku:nashatyrev-das
# Grandine
- cl_type: grandine
......
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