From b3068114da8cbd609562dae772fd28a5d6f45aff Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Tue, 10 Feb 2026 23:18:49 +0100 Subject: [PATCH] Fixes for sharding, use autosharding in testnet - Updated clusterId, set 2 as opinionated testnet clusterId - numShardsInNetwork represent autosharding in use, that is proposed for testnet v0.1 - Removed "relayTopic" as it is not used, I guess it was a leftover from go-waku. --- waku_config.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/waku_config.json b/waku_config.json index 3669d2e..0518ced 100644 --- a/waku_config.json +++ b/waku_config.json @@ -2,15 +2,13 @@ "host": "0.0.0.0", "tcpPort": 60010, "key": null, - "clusterId": 16, + "clusterId": 2, "relay": true, - "relayTopics": ["/waku/2/rs/16/32"], - "shards": [1,32,64,128,256], "maxMessageSize": "1024KiB", "dnsDiscovery": true, "dnsDiscoveryUrl": "enrtree://AMOJVZX4V6EXP7NTJPMAYJYST2QP6AJXYW76IU6VGJS7UVSNDYZG4@boot.prod.status.nodes.status.im", "discv5Discovery": false, - "numShardsInNetwork": 257, + "numShardsInNetwork": 8, "discv5EnrAutoUpdate": false, "logLevel": "INFO", "keepAlive": true