small fixes

This commit is contained in:
fryorcraken 2025-06-04 14:46:21 +10:00
parent 90ed8aacae
commit b97f545d53
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 10 additions and 9 deletions

View File

@ -2,10 +2,10 @@
## Functionality
1. Relay nodes can mount mixnet protocol, acting as entry, exit or mixnet nodes
2. Nodes can discover mixnet relay and exit nodes using existing peer discovery mechanisms
3. Client nodes can send lightpush requests over the mixnet before delivery to a service node
4. Client nodes can receive a response to a lightpush request over the mixnet
1. Relay nodes can mount mixnet protocol, acting as entry, exit or mixnet nodes.
2. Nodes can discover mixnet relay and exit nodes using available peer discovery mechanisms.
3. Client nodes can send light push requests over the mixnet before delivery to a service node.
4. Client nodes can receive a response to a light push request over the mixnet.
## Usability

View File

@ -83,7 +83,7 @@ In order of priority.
5. [Deploy RLN Onchain Tree on L2 Testnet](/draft-roadmap/deploy_rln_onchain_tree_on_l2_testnet.md)
6. [Define Incentivisation for RLNaaS](/draft-roadmap/define_incentivisation_for_rlnaas.md)
7. [Improve DevEx: API, TWN, Metrics, Docs](/draft-roadmap/improve_devex_api_twn_metrics_docs.md)
8. [Introduce mixnet for message sending]() TODO: refining definition with @jm-clius. Suggesting mixnet relay deployed on TWN + light push over mixnet available in nwaku cli.
8. [Introduce mixnet for message sending](/draft-roadmap/introduce_mixnet_for_message_sending.md)
9. [Formalize Logos Web Apps](/draft-roadmap/formalize_logos_web_apps.md)
10. [Introduce Chat SDK by enabling basic one-to-one chats]() TODO: should be added by https://github.com/waku-org/pm/pull/303
11. [Integrate RLN with Waku API](/draft-roadmap/integrate_rln_with_waku_api.md)

View File

@ -18,10 +18,11 @@ A PoC implementation to improve anonymity in Waku message publishing by mixing W
**Feature**: [Mix](/FURPS/core/mix.md)
**FURPS**:
- F1. Relay nodes can mount mixnet protocol, acting as entry, exit or mixnet nodes
- F2. Nodes can discover mixnet relay and exit nodes using existing peer discovery mechanisms
- F3. Client nodes can send lightpush requests over the mixnet before delivery to a service node
- F4. Client nodes can receive a response to a lightpush request over the mixnet
- F1. Relay nodes can mount mixnet protocol, acting as entry, exit or mixnet nodes.
- F2. Nodes can discover mixnet relay and exit nodes using available peer discovery mechanisms.
- F3. Client nodes can send light push requests over the mixnet before delivery to a service node.
- F4. Client nodes can receive a response to a light push request over the mixnet.
**Checklist**:
- [ ] Specs: link to specs