-
Notifications
You must be signed in to change notification settings - Fork 3
docs: add new mix milestone #362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,68 @@ | ||
| # Add peer discovery to mixnet and support browser | ||
|
|
||
| **Estimated date of completion**: 31 March 2026 | ||
|
|
||
| **Resources Required for 2025H2**: | ||
|
|
||
| - 1 core research engineer for 5 months | ||
|
|
||
| Peer discovery for mixnet was descoped from the previous milestones due to upcoming challenges around ENR usage and modification to libp2p needed to support mix peers in rendezvous. | ||
|
|
||
| Web apps have been a strong dogfooding and adoption driver for Waku, especially for edge nodes. Adding mix will not only enable wider dogfooding, but also increase anonymity for browser users. | ||
|
|
||
| ## Strategic Objective | ||
|
|
||
| Logos Vision: Core Values Alignment | ||
|
|
||
| ## FURPS | ||
|
|
||
| See deliverables. | ||
|
|
||
| ## Risks | ||
|
|
||
| | Risk | (Accept, Own, Mitigation) | | ||
| | --------------------------------------- | ------------------------------------------------------------------ | | ||
| | Impact on latency and other UX elements | Run simulations and studies to understand impact | | ||
| | Unknowns in implementing js-mix | Further study and understanding of js-libp2p internals | | ||
| | Possible `exit==destination` in dependency library impact existing implementation | Frequent syncing with Vac and p2p team to understand impact and progress | | ||
|
|
||
| ## Deliverables | ||
|
|
||
| ### [Implement and integrate libp2p mix in js-waku for light push](https://github.com/waku-org/js-waku/issues/2634) | ||
|
|
||
| **Owner**: Core Research | ||
|
|
||
| **Feature**: [Mix](/FURPS/core/mix.md) | ||
|
|
||
| **FURPS**: | ||
|
|
||
| - P1. Payloads are limited to 4kB | ||
|
|
||
| - S3. Browser based apps built using js-waku support acting as entry nodes. | ||
|
|
||
| **Checklist**: | ||
|
|
||
| - [ ] Specs: link to specs | ||
| - [ ] Code: link to GitHub issues/PRs/Epic | ||
| - [ ] Dogfood: link to dogfooding session/artefact | ||
| - [ ] Docs: links to README.md or docs.waku.org (TBD) | ||
|
|
||
| ### [Implement basic discovery for mix]() | ||
|
|
||
| **Owner**: Core Research | ||
|
|
||
| **Feature**: [Mix](/FURPS/core/mix.md) | ||
|
|
||
| **FURPS**: | ||
|
|
||
| - F5. Nodes can discover other nodes that support mix using available peer discovery mechanisms. | ||
|
|
||
| - S4. Browser based apps built using js-waku support discovering mix nodes using available peer discovery mechanisms. | ||
|
|
||
| **Checklist**: | ||
|
|
||
| - [ ] Specs: link to specs | ||
| - [ ] Code: link to GitHub issues/PRs/Epic | ||
| - [ ] Dogfood: link to dogfooding session/artefact | ||
| - [ ] Docs: links to README.md or docs.waku.org (TBD) | ||
|
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.