Skip to content

Commit

Permalink
updating egg
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Jan 10, 2025
1 parent 9782552 commit f0d0f64
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 14 deletions.
41 changes: 41 additions & 0 deletions .github/tests/minimal-pectra-devnet-5.yaml.norun
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
participants_matrix:
el:
- el_type: geth
el_image: ethpandaops/geth:prague-devnet-5-a193537
- el_type: reth
el_image: ethpandaops/reth:devnet5-766390d
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: grandine
cl_image: ethpandaops/grandine:devnet5-minimal-db2c98f
- 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
13 changes: 0 additions & 13 deletions .github/tests/verkle-gen-devnet-6.yaml.norun

This file was deleted.

9 changes: 9 additions & 0 deletions .github/tests/verkle-gen-devnet-7.yaml.norun
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion src/package_io/constants.star
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f0d0f64

Please sign in to comment.