mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Implement PeerDAS Fulu fork activation (#6795)
Addresses #6706 This PR activates PeerDAS at the Fulu fork epoch instead of `EIP_7594_FORK_EPOCH`. This means we no longer support testing PeerDAS with Deneb / Electrs, as it's now part of a hard fork.
This commit is contained in:
@@ -3,6 +3,7 @@ participants:
|
||||
cl_image: lighthouse:local
|
||||
cl_extra_params:
|
||||
- --subscribe-all-data-column-subnets
|
||||
- --subscribe-all-subnets
|
||||
- --target-peers=3
|
||||
count: 2
|
||||
- cl_type: lighthouse
|
||||
@@ -11,11 +12,14 @@ participants:
|
||||
- --target-peers=3
|
||||
count: 2
|
||||
network_params:
|
||||
eip7594_fork_epoch: 0
|
||||
electra_fork_epoch: 1
|
||||
fulu_fork_epoch: 2
|
||||
seconds_per_slot: 6
|
||||
snooper_enabled: false
|
||||
global_log_level: debug
|
||||
additional_services:
|
||||
- dora
|
||||
- goomy_blob
|
||||
- spamoor_blob
|
||||
- prometheus_grafana
|
||||
dora_params:
|
||||
image: ethpandaops/dora:fulu-support
|
||||
Reference in New Issue
Block a user