mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Add tempo to local testnet config and update fulu kurtosis config files (#7898)
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.
This commit is contained in:
@@ -3,20 +3,18 @@ participants:
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_type: geth
|
||||
# There isn't a devnet-4 image
|
||||
el_image: ethpandaops/geth:fusaka-devnet-3
|
||||
el_image: ethpandaops/geth:master
|
||||
supernode: true
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_type: geth
|
||||
# There isn't a devnet-4 image
|
||||
el_image: ethpandaops/geth:fusaka-devnet-3
|
||||
el_image: ethpandaops/geth:master
|
||||
supernode: false
|
||||
|
||||
checkpoint_sync_enabled: true
|
||||
checkpoint_sync_url: "https://checkpoint-sync.fusaka-devnet-4.ethpandaops.io"
|
||||
checkpoint_sync_url: "https://checkpoint-sync.fusaka-devnet-3.ethpandaops.io"
|
||||
|
||||
global_log_level: debug
|
||||
|
||||
network_params:
|
||||
network: fusaka-devnet-4
|
||||
network: fusaka-devnet-3
|
||||
|
||||
@@ -3,20 +3,20 @@ participants:
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_type: geth
|
||||
el_image: ethpandaops/geth:fusaka-devnet-2
|
||||
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:fusaka-devnet-2
|
||||
el_image: ethpandaops/geth:master
|
||||
supernode: true
|
||||
validator_count: 0
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_type: geth
|
||||
el_image: ethpandaops/geth:fusaka-devnet-2
|
||||
el_image: ethpandaops/geth:master
|
||||
supernode: false
|
||||
validator_count: 0
|
||||
network_params:
|
||||
|
||||
Reference in New Issue
Block a user