mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-02 14:13:06 +00:00
change confirmation to store/filter
This commit is contained in:
parent
a0700f0730
commit
6de55db122
@ -106,11 +106,12 @@ types:
|
|||||||
waku_config:
|
waku_config:
|
||||||
type: WakuConfig
|
type: WakuConfig
|
||||||
default: TheWakuNetworkPreset
|
default: TheWakuNetworkPreset
|
||||||
store_confirmation:
|
message_confirmation:
|
||||||
type: bool
|
type: array<string>
|
||||||
|
constraints: [ "store", "filter" ]
|
||||||
# Until further dogfooding, assuming default false, usage of SDS should be preferred
|
# Until further dogfooding, assuming default false, usage of SDS should be preferred
|
||||||
default: false
|
default: [ "none" ]
|
||||||
description: "No-payload store hash queries are made to confirm whether outbound messages were received by remote store node."
|
description: "Whether to apply peer-to-peer reliability strategies to confirm that outgoing message have been received by other peers."
|
||||||
networking_config:
|
networking_config:
|
||||||
type: NetworkConfig
|
type: NetworkConfig
|
||||||
default: DefaultNetworkingConfig
|
default: DefaultNetworkingConfig
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user