mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Update kurtosis config and EL images (#7570)
Update kurtosis config to start from electra genesis. https://github.com/sigp/lighthouse/issues/6826#issuecomment-2900375344
This commit is contained in:
@@ -8,7 +8,7 @@ participants:
|
||||
- --target-peers=3
|
||||
count: 4
|
||||
network_params:
|
||||
deneb_fork_epoch: 0
|
||||
electra_fork_epoch: 0
|
||||
seconds_per_slot: 3
|
||||
global_log_level: debug
|
||||
snooper_enabled: false
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
participants:
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_image: ethpandaops/geth:marius-engine-getblobs-v2
|
||||
el_type: geth
|
||||
el_image: ethpandaops/geth:fusaka-devnet-0
|
||||
cl_extra_params:
|
||||
- --subscribe-all-data-column-subnets
|
||||
- --subscribe-all-subnets
|
||||
@@ -11,7 +12,8 @@ participants:
|
||||
count: 2
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_image: ethpandaops/geth:marius-engine-getblobs-v2
|
||||
el_type: geth
|
||||
el_image: ethpandaops/geth:fusaka-devnet-0
|
||||
cl_extra_params:
|
||||
# Note: useful for testing range sync (only produce block if the node is in sync to prevent forking)
|
||||
- --sync-tolerance-epochs=0
|
||||
|
||||
@@ -2,9 +2,13 @@
|
||||
participants:
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_type: geth
|
||||
el_image: ethpandaops/geth:fusaka-devnet-0
|
||||
supernode: true
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_type: geth
|
||||
el_image: ethpandaops/geth:fusaka-devnet-0
|
||||
supernode: false
|
||||
|
||||
checkpoint_sync_enabled: true
|
||||
|
||||
@@ -2,9 +2,13 @@
|
||||
participants:
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_type: geth
|
||||
el_image: ethereum/client-go:latest
|
||||
supernode: true
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_type: geth
|
||||
el_image: ethereum/client-go:latest
|
||||
supernode: false
|
||||
|
||||
checkpoint_sync_enabled: true
|
||||
|
||||
@@ -8,7 +8,7 @@ participants:
|
||||
- --target-peers=3
|
||||
count: 4
|
||||
network_params:
|
||||
deneb_fork_epoch: 0
|
||||
electra_fork_epoch: 0
|
||||
seconds_per_slot: 3
|
||||
num_validator_keys_per_node: 20
|
||||
global_log_level: debug
|
||||
|
||||
Reference in New Issue
Block a user