From ae655e7b0fa5516a2eed91a1268a6295d1495507 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Sat, 10 Sep 2022 17:57:34 +0200 Subject: [PATCH] add `lodestar` to known lib p2p agents (#4108) Lodestar is switching from `js-libp2p/0.36.2` to `lodestar/version`. Collect metrics on Lodestar peers following that scheme. https://github.com/status-im/nimbus-eth2/issues/4106 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a51c292ae..c96a21a1c 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ DEPOSITS_DELAY := 0 #- "--define:release" cannot be added to "config.nims" #- disable Nim's default parallelisation because it starts too many processes for too little gain #- https://github.com/status-im/nim-libp2p#use-identify-metrics -NIM_PARAMS += -d:release --parallelBuild:1 -d:libp2p_agents_metrics -d:KnownLibP2PAgents=nimbus,lighthouse,prysm,teku +NIM_PARAMS += -d:release --parallelBuild:1 -d:libp2p_agents_metrics -d:KnownLibP2PAgents=nimbus,lighthouse,lodestar,prysm,teku ifeq ($(USE_LIBBACKTRACE), 0) NIM_PARAMS += -d:disable_libbacktrace