Files
lighthouse/scripts/tests/genesis-sync-config-electra.yaml
Eitan Seri-Levi 3ecf964385 Replace INTERVALS_PER_SLOT with explicit slot component times (#7944)
https://github.com/ethereum/consensus-specs/pull/4476


  


Co-Authored-By: Barnabas Busa <barnabas.busa@ethereum.org>

Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com>

Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu>

Co-Authored-By: Michael Sproul <michaelsproul@users.noreply.github.com>

Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
2026-02-02 05:58:42 +00:00

22 lines
582 B
YAML

# Kurtosis config file for testing sync on a local devnet.
participants:
- cl_type: lighthouse
cl_image: lighthouse:local
count: 2
# nodes without validators, used for testing sync.
- cl_type: lighthouse
cl_image: lighthouse:local
validator_count: 0
- cl_type: lighthouse
cl_image: lighthouse:local
validator_count: 0
network_params:
slot_duration_ms: 6000
electra_fork_epoch: 0
fulu_fork_epoch: 100000 # a really big number so this test stays in electra
preset: "minimal"
additional_services:
- tx_fuzz
- spamoor
global_log_level: debug