From b957762ada12b8bc9856c0e4c72fae3de8a88b95 Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Fri, 24 Oct 2025 01:48:17 +0200 Subject: [PATCH] up text Co-authored-by: fryorcraken <110212804+fryorcraken@users.noreply.github.com> --- standards/application/waku-api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/standards/application/waku-api.md b/standards/application/waku-api.md index 33cf149..7f79533 100644 --- a/standards/application/waku-api.md +++ b/standards/application/waku-api.md @@ -332,7 +332,8 @@ types: `Unhealthy` indicates that the node has lost connectivity for message reception, sending, or both, and as a result, it cannot reliably process or transmit messages. -`MinimallyHealthy` indicates that the node meets the minimum operational requirements, +`MinimallyHealthy` indicates that the node meets the minimum operational requirements: connect to at least one peer with a protocol to send messages ([LIGHT-PUSH]() or [RELAY]()) and one peer with a protocol to receive messages ([FILTER ] or [RELAY]) +and one peer with store service capabilities. although performance or reliability may be impacted. `Healthy` indicates that the node is operating optimally,