change confirmation to store/filter

This commit is contained in:
fryorcraken 2025-09-25 13:42:28 +10:00
parent a0700f0730
commit 6de55db122
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -106,11 +106,12 @@ types:
waku_config:
type: WakuConfig
default: TheWakuNetworkPreset
store_confirmation:
type: bool
message_confirmation:
type: array<string>
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