From 38cedbf881f3d91d76b7b9f9bd7b6b95ed8d08d9 Mon Sep 17 00:00:00 2001 From: SionoiS Date: Tue, 22 Oct 2024 10:24:46 -0400 Subject: [PATCH] links --- standards/core/store-sync.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/standards/core/store-sync.md b/standards/core/store-sync.md index 8c80604..9b89269 100644 --- a/standards/core/store-sync.md +++ b/standards/core/store-sync.md @@ -42,7 +42,7 @@ For the new version. "think of a specification as a heuristic/set of directives --> Nodes that stay online can still miss messages. -[Waku Sync](TODO link to spec) is the protocol used to find those message hashes by periodically syncing with random nodes. +[Waku Sync](https://github.com/waku-org/specs/blob/master/standards/core/sync.md) is the protocol used to find those message hashes by periodically syncing with random nodes. It is RECOMMENDED to trigger a sync with a random peer every 5 minutes for a time range of the last hour. After both message hash sets are reconciled, the Store protocol SHOULD be used to reciprocally query the other node with the message hash differences found. @@ -57,4 +57,4 @@ Copyright and related rights waived via [CC0](https://creativecommons.org/public ## References -- [Waku Sync](TODO link to spec) \ No newline at end of file +- [Waku Sync](https://github.com/waku-org/specs/blob/master/standards/core/sync.md) \ No newline at end of file