From 6de55db122b43621fc5784efc39ceab971571c18 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Thu, 25 Sep 2025 13:42:28 +1000 Subject: [PATCH] change confirmation to store/filter --- standards/application/waku-api.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/standards/application/waku-api.md b/standards/application/waku-api.md index 5cc243e..426707f 100644 --- a/standards/application/waku-api.md +++ b/standards/application/waku-api.md @@ -106,11 +106,12 @@ types: waku_config: type: WakuConfig default: TheWakuNetworkPreset - store_confirmation: - type: bool + message_confirmation: + type: array + constraints: [ "store", "filter" ] # Until further dogfooding, assuming default false, usage of SDS should be preferred - default: false - description: "No-payload store hash queries are made to confirm whether outbound messages were received by remote store node." + default: [ "none" ] + description: "Whether to apply peer-to-peer reliability strategies to confirm that outgoing message have been received by other peers." networking_config: type: NetworkConfig default: DefaultNetworkingConfig