Skip to content

Commit 94dc531

Browse files
authored
fix: explicitly set client contexts (ethereum#755)
1 parent f124bbf commit 94dc531

28 files changed

+247
-233
lines changed

.github/tests/ephemery.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ participants:
1616
cl_type: grandine
1717
network_params:
1818
network: ephemery
19+
checkpoint_sync_enabled: true

.github/tests/geth-all.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ participants:
1111
cl_type: lodestar
1212
- el_type: geth
1313
cl_type: grandine
14+
additional_services:
15+
- goomy_blob
16+
- dora
File renamed without changes.

.github/tests/peerdas-deneb.yaml

Lines changed: 0 additions & 47 deletions
This file was deleted.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
participants:
2+
# Supernodes
3+
- cl_type: prysm
4+
cl_image: ethpandaops/prysm-beacon-chain:peerDAS
5+
cl_extra_params: [--subscribe-all-subnets, --pprof]
6+
cl_max_mem: 4096
7+
count: 2
8+
# - cl_type: lighthouse
9+
# cl_image: ethpandaops/lighthouse:unstable
10+
# cl_extra_params: [--subscribe-all-data-column-subnets]
11+
#- cl_type: teku
12+
# cl_image: ethpandaops/teku:nashatyrev-das
13+
# cl_extra_params: [--p2p-subscribe-all-custody-subnets-enabled]
14+
# - cl_type: nimbus
15+
# cl_image: ethpandaops/nimbus-eth2:pdsync-minimal
16+
# cl_extra_params: [--subscribe-all-subnets=true, --sync-light-client=no ]
17+
# count: 2
18+
# - cl_type: lodestar
19+
# cl_image: ethpandaops/lodestar:peerDAS
20+
# cl_extra_params: [--persistNetworkIdentity, --supernode]
21+
# # Non supernodes
22+
- cl_type: prysm
23+
cl_image: ethpandaops/prysm-beacon-chain:peerDAS
24+
cl_max_mem: 4096
25+
# - cl_type: lighthouse
26+
# cl_image: ethpandaops/lighthouse:unstable
27+
#- cl_type: teku
28+
# cl_image: ethpandaops/teku:nashatyrev-das
29+
# - cl_type: nimbus
30+
# cl_image: ethpandaops/nimbus-eth2:pdsync-minimal
31+
# cl_extra_params: [--sync-light-client=no]
32+
# - cl_type: lodestar
33+
# cl_image: ethpandaops/lodestar:peerDAS
34+
# cl_extra_params: [--persistNetworkIdentity]
35+
network_params:
36+
eip7594_fork_epoch: 0
37+
eip7594_fork_version: "0x50000038"
38+
#preset: minimal
39+
snooper_enabled: true
40+
global_log_level: debug
41+
additional_services:
42+
- dora
43+
- goomy_blob
44+
- prometheus_grafana
45+
- assertoor
46+
dora_params:
47+
image: ethpandaops/dora:peerdas-as-deneb
48+
ethereum_metrics_exporter_enabled: true
49+
assertoor_params:
50+
run_stability_check: false
51+
run_block_proposal_check: false
52+
tests:
53+
- { file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/block-proposal-check.yaml" }
54+
- { file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/blob-transactions-test.yaml" }
55+
- { file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/stability-check.yaml" }

.github/tests/verkle.yaml renamed to .github/tests/verkle.yaml.norun

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
participants:
22
- el_type: geth
3-
el_image: ethpandaops/geth:t8n-verkle-exec-rebased
3+
el_image: ethpandaops/geth:kaustinen-with-shapella
44
el_extra_params:
55
- "--override.blockproof=true"
66
- "--override.overlay-stride=100"
@@ -9,7 +9,7 @@ participants:
99
cl_image: ethpandaops/lighthouse:verkle-trees-capella-2ffb8a9
1010
count: 2
1111
- el_type: geth
12-
el_image: ethpandaops/geth:t8n-verkle-exec-rebased
12+
el_image: ethpandaops/geth:kaustinen-with-shapella
1313
el_extra_params:
1414
- "--override.blockproof=true"
1515
- "--override.overlay-stride=100"

0 commit comments

Comments
 (0)