forked from lambdaclass/ethrex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbal-devnet-5.yaml
More file actions
54 lines (53 loc) · 1.87 KB
/
Copy pathbal-devnet-5.yaml
File metadata and controls
54 lines (53 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# glamsterdam-devnet-0 — step 1 (ethrex × all CLs, WITH ePBS)
# gloas_fork_epoch=1 per spec → ePBS activates at slot 8 (~48s after genesis in minimal preset).
# ethrex has NO `Fork::Gloas` and NO EIP-7732 body-level support, so the chain is expected to
# stall/fork at gloas activation. The point of this run is to capture that empirically and
# diagnose where ethrex breaks in the ePBS pipeline.
participants_matrix:
el:
el_type: ethrex
el_image: ethrex:local
el_extra_env_vars:
RUST_LOG: "info"
cl:
- cl_type: lighthouse
cl_image: ethpandaops/lighthouse:glamsterdam-devnet-0
supernode: true
- cl_type: lodestar
cl_image: ethpandaops/lodestar:glamsterdam-devnet-0
supernode: true
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:glamsterdam-devnet-0-minimal
supernode: true
- cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:glamsterdam-devnet-0-minimal
supernode: true
- cl_type: teku
cl_image: ethpandaops/teku:glamsterdam-devnet-0
supernode: true
global_log_level: debug
network_params:
preset: minimal
gloas_fork_epoch: 1
genesis_gaslimit: 100000000
gas_limit: 100000000
withdrawal_type: "0x01"
validator_balance: 40000
snooper_enabled: true
spamoor_params:
spammers:
- scenario: evm-fuzz
config: {funding_gas_limit: 2000000, throughput: 50, payload_seed: "0x0500"}
- scenario: eoatx
config: {funding_gas_limit: 2000000, throughput: 50, gas_limit: 200000}
- scenario: deploytx
config: {funding_gas_limit: 2000000, throughput: 10, bytecodes: "0x6000", gas_limit: 10000000}
- scenario: storagerefundtx
config: {funding_gas_limit: 2000000, throughput: 20, slots_per_call: 500}
- scenario: setcodetx
config: {funding_gas_limit: 2000000, throughput: 20}
additional_services: [dora, spamoor]
port_publisher:
additional_services:
enabled: true
public_port_start: 64500