mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Backfill peer attribution (#7762)
Partly addresses https://github.com/sigp/lighthouse/issues/7744 Implement similar peer sync attribution like in #7733 for backfill sync.
This commit is contained in:
@@ -3,18 +3,20 @@ participants:
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_type: geth
|
||||
el_image: ethpandaops/geth:fusaka-devnet-2
|
||||
# There isn't a devnet-4 image
|
||||
el_image: ethpandaops/geth:fusaka-devnet-3
|
||||
supernode: true
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_type: geth
|
||||
el_image: ethpandaops/geth:fusaka-devnet-2
|
||||
# There isn't a devnet-4 image
|
||||
el_image: ethpandaops/geth:fusaka-devnet-3
|
||||
supernode: false
|
||||
|
||||
checkpoint_sync_enabled: true
|
||||
checkpoint_sync_url: "https://checkpoint-sync.fusaka-devnet-2.ethpandaops.io"
|
||||
checkpoint_sync_url: "https://checkpoint-sync.fusaka-devnet-4.ethpandaops.io"
|
||||
|
||||
global_log_level: debug
|
||||
|
||||
network_params:
|
||||
network: fusaka-devnet-2
|
||||
network: fusaka-devnet-4
|
||||
|
||||
Reference in New Issue
Block a user