From 1556d5238c5daa425258f42917b85640415b7d03 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Fri, 6 Jun 2025 11:30:00 +1000 Subject: [PATCH] Ivan's feedback --- FURPS/core/rln_smart_contract.md | 6 +++--- FURPS/core/store.md | 4 ++-- .../integrate_nwaku_in_status_desktop_relay_mode_only.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/FURPS/core/rln_smart_contract.md b/FURPS/core/rln_smart_contract.md index c0c6765..e617eec 100644 --- a/FURPS/core/rln_smart_contract.md +++ b/FURPS/core/rln_smart_contract.md @@ -20,7 +20,7 @@ ## Performance 1. New node setup with an RLN membership can be ready to verify RLN proof within 5s, - no matter the size of the tree **(Vac-DST)**. + no matter the size of the membership set **(Vac-DST)**. ## Supportability @@ -28,6 +28,6 @@ ## + (Privacy, Anonymity, Deployments) -1. Smart Contracts are deployed on Linea Testnet. -2. TWN uses smart contracts deployed on Linea Testnet. +1. Smart Contracts are deployed on Linea Sepolia. +2. TWN uses smart contracts deployed on Linea Sepolia. diff --git a/FURPS/core/store.md b/FURPS/core/store.md index d3dd692..c78424c 100644 --- a/FURPS/core/store.md +++ b/FURPS/core/store.md @@ -2,7 +2,7 @@ ## Functionality -1. Provides historical message retrieval from the Waku network, enabling nodes to query for messages they missed while offline. +1. Provides historical message retrieval from the relay network, enabling nodes to query for messages they missed while offline. 2. Supports multiple query types: time-based, content-topic filtered, and message hash lookups. 3. Enables message presence verification without retrieving full message content. 4. Supports pagination for efficient retrieval of large message sets, and resuming retrieval after disconnection. @@ -26,7 +26,7 @@ ## Performance -1. Only one network round trip is required for operation; including both configuration and message retrieval. +1. Only one network round trip is required for operation. 2. Implements pagination to manage resource usage on both client and server. 3. Allows presence queries to verify message existence without transferring full content. 4. Targets query response times under 2 seconds for typical requests. diff --git a/draft-roadmap/integrate_nwaku_in_status_desktop_relay_mode_only.md b/draft-roadmap/integrate_nwaku_in_status_desktop_relay_mode_only.md index c3ae3c6..305c8c3 100644 --- a/draft-roadmap/integrate_nwaku_in_status_desktop_relay_mode_only.md +++ b/draft-roadmap/integrate_nwaku_in_status_desktop_relay_mode_only.md @@ -1,9 +1,9 @@ # Integrate nwaku in Status Desktop, relay mode only -**Estimated date of completion**: TODO new date +**Estimated date of completion**: 30 June **Resources Required for 2025H2**: -- 1 nwaku engineer for 1 month TBC +- 1 nwaku engineer With this milestone, Status Desktop builds can use nwaku instead of go-waku. However, it should be seen as a MVP as further hardening and implementation of light client mode will be missing.