diff --git a/FURPS/application/nwaku.md b/FURPS/application/nwaku.md new file mode 100644 index 0000000..e8e8441 --- /dev/null +++ b/FURPS/application/nwaku.md @@ -0,0 +1,25 @@ +# nwaku FURPS + +## Functionality + +1. libwaku can buil don + +## Usability + +1. ... + +## Reliability + +1. ... + +## Performance + +1. ... + +## Supportability + +1. libwaku, wakunode2 can build on Windows + +## + (Privacy, Anonymity, Deployments) + +1. Every nwaku release includes a Windows binary for wakunode2 \ No newline at end of file diff --git a/FURPS/application/status_go.md b/FURPS/application/status_go.md new file mode 100644 index 0000000..8b83969 --- /dev/null +++ b/FURPS/application/status_go.md @@ -0,0 +1,27 @@ +# Status-go FURPS + +## Functionality + +1. Nwaku is the used Waku implementation for relay mode. + +## Usability + +1. Status Desktop CI builds with + +## Reliability + +1. status-backend built with nwaku can pass the status-cli tests **(Vac-QA)**. + +## Performance + +1. status-backend built with nwaku has similar performance than go-waku based status-backend within 10% margin, + on metrics measured by existing simulations (Vac-DST). + +## Supportability + +1. Status Desktop binary for Linux, Mac and Windows. +2. Relay mode is supported; no edge/light mode. + +## + (Privacy, Anonymity, Deployments) + +1. Status Desktop CI builds binaries with nwaku, alongside go-waku-based binaries. \ No newline at end of file diff --git a/draft-roadmap/README.md b/draft-roadmap/README.md index 7cf8e28..33f97f7 100644 --- a/draft-roadmap/README.md +++ b/draft-roadmap/README.md @@ -10,9 +10,14 @@ Testing out new format, once approved: - [Define and Implement Peer-To-Peer Reliability Strategies](./define_p2p_reliability.md) - [Introduce E2E Reliability in Status Communities](./introduce_e2e_reliability_in_status.md) +- Rendezvous TODO? (may be done) +- [Deploy RLN onchain tree on L2 testnet](TODO) +- [Integrate nwaku in Status Desktop, relay mode only](TODO) #### P2P Reliability Implementation in the Browser +TODO: It's actually done + **Owner**: js-waku **Feature**: [P2P Reliability](/FURPS/application/p2p_reliability.md) diff --git a/draft-roadmap/define_p2p_reliability.md b/draft-roadmap/define_p2p_reliability.md index 825844a..0fd6aad 100644 --- a/draft-roadmap/define_p2p_reliability.md +++ b/draft-roadmap/define_p2p_reliability.md @@ -18,8 +18,6 @@ Limited effort will be spent on store performance as its relevance is expected t **Deliverables**: - -