Skip to content

Commit 91694df

Browse files
authored
fix: add peer_das_epoch to egg (ethereum#603)
1 parent 7b5b0b5 commit 91694df

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/tests/pectra-devnet-0.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
participants:
2+
- el_type: geth
3+
el_image: ethpandaops/geth:lightclient-prague-devnet-0
4+
cl_type: grandine
5+
cl_image: ethpandaops/grandine:feature-electra
6+
- el_type: nethermind
7+
el_image: nethermindeth/nethermind:pectra
8+
cl_type: lodestar
9+
cl_image: ethpandaops/lodestar:electra-fork
10+
network_params:
11+
electra_fork_epoch: 1
12+
additional_services:
13+
- dora
14+
snooper_enabled: true

.github/tests/peerdas-fork.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ participants:
22
- el_type: geth
33
cl_type: prysm
44
cl_image: ethpandaops/prysm-beacon-chain:peerDASE2E
5-
count: 3
5+
- el_type: geth
6+
cl_type: lighthouse
7+
cl_image: ethpandaops/lighthouse:das
68
network_params:
79
eip7594_fork_epoch: 0
810
eip7594_fork_version: "0x50000038"

src/package_io/constants.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ EIP7594_FORK_VERSION = "0x70000038"
8888

8989
ETHEREUM_GENESIS_GENERATOR = struct(
9090
capella_genesis="ethpandaops/ethereum-genesis-generator:2.0.12", # Deprecated (no support for minimal config)
91-
deneb_genesis="ethpandaops/ethereum-genesis-generator:3.1.1", # Default
91+
deneb_genesis="ethpandaops/ethereum-genesis-generator:3.1.2", # Default
9292
verkle_support_genesis="ethpandaops/ethereum-genesis-generator:3.0.0-rc.19", # soon to be deneb genesis, waiting for rebase
9393
verkle_genesis="ethpandaops/ethereum-genesis-generator:verkle-gen-v1.0.0",
9494
)

0 commit comments

Comments
 (0)