mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
This PR adds tempo to kurtosis config and will collect lighthouse traces on kurtosis local testnet. The traces can be viewed / queried from Grafana. Also updated fulu kurtosis configs to use latest geth image.
31 lines
751 B
YAML
31 lines
751 B
YAML
# Kurtosis config file for testing sync on a local devnet.
|
|
participants:
|
|
- cl_type: lighthouse
|
|
cl_image: lighthouse:local
|
|
el_type: geth
|
|
el_image: ethpandaops/geth:master
|
|
supernode: true
|
|
count: 2
|
|
# nodes without validators, used for testing sync.
|
|
- cl_type: lighthouse
|
|
cl_image: lighthouse:local
|
|
el_type: geth
|
|
el_image: ethpandaops/geth:master
|
|
supernode: true
|
|
validator_count: 0
|
|
- cl_type: lighthouse
|
|
cl_image: lighthouse:local
|
|
el_type: geth
|
|
el_image: ethpandaops/geth:master
|
|
supernode: false
|
|
validator_count: 0
|
|
network_params:
|
|
seconds_per_slot: 6
|
|
electra_fork_epoch: 0
|
|
fulu_fork_epoch: 1
|
|
preset: "minimal"
|
|
additional_services:
|
|
- tx_fuzz
|
|
- spamoor
|
|
global_log_level: debug
|