mirror of
https://github.com/logos-messaging/pm.git
synced 2026-01-03 22:53:09 +00:00
small fixes
This commit is contained in:
parent
90ed8aacae
commit
b97f545d53
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## Functionality
|
## Functionality
|
||||||
|
|
||||||
1. Relay nodes can mount mixnet protocol, acting as entry, exit or mixnet nodes
|
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
|
2. Nodes can discover mixnet relay and exit nodes using available peer discovery mechanisms.
|
||||||
3. Client nodes can send lightpush requests over the mixnet before delivery to a service node
|
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 lightpush request over the mixnet
|
4. Client nodes can receive a response to a light push request over the mixnet.
|
||||||
|
|
||||||
## Usability
|
## Usability
|
||||||
|
|
||||||
|
|||||||
@ -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)
|
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)
|
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)
|
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)
|
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
|
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)
|
11. [Integrate RLN with Waku API](/draft-roadmap/integrate_rln_with_waku_api.md)
|
||||||
|
|||||||
@ -18,10 +18,11 @@ A PoC implementation to improve anonymity in Waku message publishing by mixing W
|
|||||||
**Feature**: [Mix](/FURPS/core/mix.md)
|
**Feature**: [Mix](/FURPS/core/mix.md)
|
||||||
|
|
||||||
**FURPS**:
|
**FURPS**:
|
||||||
- F1. Relay nodes can mount mixnet protocol, acting as entry, exit or mixnet nodes
|
- 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
|
- F2. Nodes can discover mixnet relay and exit nodes using available peer discovery mechanisms.
|
||||||
- F3. Client nodes can send lightpush requests over the mixnet before delivery to a service node
|
- 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 lightpush request over the mixnet
|
- F4. Client nodes can receive a response to a light push request over the mixnet.
|
||||||
|
|
||||||
|
|
||||||
**Checklist**:
|
**Checklist**:
|
||||||
- [ ] Specs: link to specs
|
- [ ] Specs: link to specs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user