mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Add genesis sync test to CI (#7561)
* #7550 Use existing code from @jimmygchen in #7530 and modify for genesis sync test. Thanks @jimmygchen !
This commit is contained in:
22
scripts/tests/genesis-sync-config-electra.yaml
Normal file
22
scripts/tests/genesis-sync-config-electra.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
supernode: true # no supernode in Electra, this is for future proof
|
||||
validator_count: 0
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
supernode: false
|
||||
validator_count: 0
|
||||
network_params:
|
||||
seconds_per_slot: 6
|
||||
electra_fork_epoch: 0
|
||||
preset: "minimal"
|
||||
additional_services:
|
||||
- tx_fuzz
|
||||
- spamoor
|
||||
global_log_level: debug
|
||||
Reference in New Issue
Block a user