Skip to content

Commit

Permalink
fix: Update test files (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh authored Feb 10, 2025
1 parent 4bbd070 commit 4fcca66
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 12 deletions.
27 changes: 27 additions & 0 deletions .github/tests/eof-fulu.yaml.norun
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
participants:
- el_type: nethermind
el_image: ethpandaops/nethermind:feature-evm-eof
cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:develop-557c5be
- el_type: reth
el_image: ethpandaops/reth:main
cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:develop-557c5be
- el_type: besu
el_image: ethpandaops/besu:main
cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:develop-557c5be

global_log_level: info

network_params:
electra_fork_epoch: 1
fulu_fork_epoch: 2
seconds_per_slot: 4

additional_services:
- dora
- tx_spammer
- spamoor_blob

snooper_enabled: true
6 changes: 3 additions & 3 deletions .github/tests/holesky-shadowfork.yaml_norun
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
participants:
- el_type: geth
el_image: ethereum/client-go:v1.13.14
el_image: ethpandaops/geth:prague-devnet-5-f85cde7
cl_type: teku
cl_image: consensys/teku:24.2.0
cl_image: consensys/teku:develop
network_params:
dencun_fork_epoch: 0
electra_fork_epoch: 4
network: holesky-shadowfork
additional_services:
- dora
Expand Down
2 changes: 1 addition & 1 deletion .github/tests/mev-pectra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ 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-d7b1637
mev_builder_image: ethpandaops/reth-rbuilder:devnet6-fdeb4d6

network_params:
electra_fork_epoch: 1
Expand Down
10 changes: 9 additions & 1 deletion .github/tests/mev.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
participants:
- el_type: geth
el_extra_params: ["--miner.extradata=localGeth"]
cl_type: lighthouse

mev_type: flashbots
mev_params:
mev_builder_extra_args: ["--engine.persistence-threshold=0", "--engine.memory-block-buffer-target=0"]
mev_builder_image: ethpandaops/reth-rbuilder:devnet6-fdeb4d6
mev_relay_image: ethpandaops/mev-boost-relay:electra
mev_boost_image: ethpandaops/mev-boost:electra

additional_services:
- tx_spammer
- blob_spammer
Expand All @@ -11,4 +19,4 @@ additional_services:
- dora
- prometheus_grafana
network_params:
seconds_per_slot: 6
seconds_per_slot: 6
23 changes: 17 additions & 6 deletions .github/tests/peerdas-fulu.yaml.norun
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ participants:

# Prysm
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:peerDAS-ad11036
cl_image: ethpandaops/prysm-beacon-chain:peerDAS-01705d1
cl_max_mem: 4096
cl_extra_params:
- --minimum-peers-per-subnet=1
- --subscribe-all-subnets
- --log-format=json

# Teku
- cl_type: teku
Expand All @@ -30,6 +29,13 @@ participants:
cl_max_mem: 4096
cl_extra_params:
- --subscribe-all-subnets

# Nimbus
- cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:columns
cl_extra_params:
- --debug-peerdas-supernode=true
- --sync-light-client=no

# Full nodes
# -----------
Expand All @@ -41,11 +47,10 @@ participants:

# Prysm
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:peerDAS-ad11036
cl_image: ethpandaops/prysm-beacon-chain:peerDAS-01705d1
cl_max_mem: 4096
cl_extra_params:
- --minimum-peers-per-subnet=1
- --log-format=json

# Teku
- cl_type: teku
Expand All @@ -54,6 +59,13 @@ participants:
# Grandine
- cl_type: grandine
cl_image: ethpandaops/grandine:peerdas-fulu

# Nimbus
- cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:columns
cl_extra_params:
- --debug-peerdas-supernode=false
- --sync-light-client=no

global_log_level: debug

Expand All @@ -69,5 +81,4 @@ additional_services:
snooper_enabled: false

dora_params:
image: ethpandaops/dora:fulu-support

image: ethpandaops/dora:fulu-support
2 changes: 1 addition & 1 deletion network_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ keymanager_enabled: false
checkpoint_sync_enabled: false
checkpoint_sync_url: ""
ethereum_genesis_generator_params:
image: ethpandaops/ethereum-genesis-generator:3.5.1
image: ethpandaops/ethereum-genesis-generator:3.7.0
port_publisher:
nat_exit_ip: KURTOSIS_IP_ADDR_PLACEHOLDER
el:
Expand Down

0 comments on commit 4fcca66

Please sign in to comment.