mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-14 05:29:37 +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
|
- --target-peers=3
|
||||||
count: 4
|
count: 4
|
||||||
network_params:
|
network_params:
|
||||||
deneb_fork_epoch: 0
|
electra_fork_epoch: 0
|
||||||
seconds_per_slot: 3
|
seconds_per_slot: 3
|
||||||
global_log_level: debug
|
global_log_level: debug
|
||||||
snooper_enabled: false
|
snooper_enabled: false
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
participants:
|
participants:
|
||||||
- cl_type: lighthouse
|
- cl_type: lighthouse
|
||||||
cl_image: lighthouse:local
|
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:
|
cl_extra_params:
|
||||||
- --subscribe-all-data-column-subnets
|
- --subscribe-all-data-column-subnets
|
||||||
- --subscribe-all-subnets
|
- --subscribe-all-subnets
|
||||||
@@ -11,7 +12,8 @@ participants:
|
|||||||
count: 2
|
count: 2
|
||||||
- cl_type: lighthouse
|
- cl_type: lighthouse
|
||||||
cl_image: lighthouse:local
|
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:
|
cl_extra_params:
|
||||||
# Note: useful for testing range sync (only produce block if the node is in sync to prevent forking)
|
# Note: useful for testing range sync (only produce block if the node is in sync to prevent forking)
|
||||||
- --sync-tolerance-epochs=0
|
- --sync-tolerance-epochs=0
|
||||||
|
|||||||
@@ -2,9 +2,13 @@
|
|||||||
participants:
|
participants:
|
||||||
- cl_type: lighthouse
|
- cl_type: lighthouse
|
||||||
cl_image: lighthouse:local
|
cl_image: lighthouse:local
|
||||||
|
el_type: geth
|
||||||
|
el_image: ethpandaops/geth:fusaka-devnet-0
|
||||||
supernode: true
|
supernode: true
|
||||||
- cl_type: lighthouse
|
- cl_type: lighthouse
|
||||||
cl_image: lighthouse:local
|
cl_image: lighthouse:local
|
||||||
|
el_type: geth
|
||||||
|
el_image: ethpandaops/geth:fusaka-devnet-0
|
||||||
supernode: false
|
supernode: false
|
||||||
|
|
||||||
checkpoint_sync_enabled: true
|
checkpoint_sync_enabled: true
|
||||||
|
|||||||
@@ -2,9 +2,13 @@
|
|||||||
participants:
|
participants:
|
||||||
- cl_type: lighthouse
|
- cl_type: lighthouse
|
||||||
cl_image: lighthouse:local
|
cl_image: lighthouse:local
|
||||||
|
el_type: geth
|
||||||
|
el_image: ethereum/client-go:latest
|
||||||
supernode: true
|
supernode: true
|
||||||
- cl_type: lighthouse
|
- cl_type: lighthouse
|
||||||
cl_image: lighthouse:local
|
cl_image: lighthouse:local
|
||||||
|
el_type: geth
|
||||||
|
el_image: ethereum/client-go:latest
|
||||||
supernode: false
|
supernode: false
|
||||||
|
|
||||||
checkpoint_sync_enabled: true
|
checkpoint_sync_enabled: true
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ participants:
|
|||||||
- --target-peers=3
|
- --target-peers=3
|
||||||
count: 4
|
count: 4
|
||||||
network_params:
|
network_params:
|
||||||
deneb_fork_epoch: 0
|
electra_fork_epoch: 0
|
||||||
seconds_per_slot: 3
|
seconds_per_slot: 3
|
||||||
num_validator_keys_per_node: 20
|
num_validator_keys_per_node: 20
|
||||||
global_log_level: debug
|
global_log_level: debug
|
||||||
|
|||||||
Reference in New Issue
Block a user