-
Notifications
You must be signed in to change notification settings - Fork 3
mix implementation and integration in js #340
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
Draft
chaitanyaprem
wants to merge
4
commits into
master
Choose a base branch
from
feat/mix-js
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,11 @@ | ||
| # Introduce Mixnet For Message Sending | ||
|
|
||
| **Estimated date of completion**: 30 Sep 2025 | ||
| **Estimated date of completion**: TBD(As it requires further study and analysis to determine estimate of new changes) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @chaitanyaprem can you fix the TBD so we can plan/merge :) |
||
|
|
||
| **Resources Required for 2025H2**: | ||
|
|
||
| - 1 core research engineer for 3 months | ||
| - TBD (Would depend on who owns js implementation) | ||
chaitanyaprem marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| A PoC implementation to improve anonymity in Waku message publishing by mixing Waku Lightpush requests and responses. | ||
|
|
||
|
|
@@ -18,9 +20,10 @@ See deliverables. | |
| ## Risks | ||
|
|
||
| | Risk | (Accept, Own, Mitigation) | | ||
| |-----------------------------------------|--------------------------------------------------------------------| | ||
| | --------------------------------------- | ------------------------------------------------------------------ | | ||
| | Dependency on mix library | Strong collaboration, integrate early, get involved behind the API | | ||
| | Impact on latency and other UX elements | Run simulations and studies to understand impact | | ||
| | Unknowns on implementing js-mix | Further study and understanding of js-libp2p internals | | ||
|
|
||
| ## Deliverables | ||
|
|
||
|
|
@@ -31,6 +34,7 @@ See deliverables. | |
| **Feature**: [Mix](/FURPS/core/mix.md) | ||
|
|
||
| **FURPS**: | ||
|
|
||
| - F1. Relay nodes can mount mixnet protocol, acting as sender, intermediary or exit nodes. | ||
| - F2. Nodes can discover other nodes that support mix using available peer discovery mechanisms | ||
| - F3. Client nodes can send light push requests over the mixnet before delivery to a service node. | ||
|
|
@@ -40,6 +44,26 @@ See deliverables. | |
| - S2. nwaku CLI for sender 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 and integrate libp2p mix in js-waku for light push](https://github.com/waku-org/js-waku/issues/2634) | ||
|
|
||
| **Owner**: TBD | ||
chaitanyaprem marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| **Feature**: [Mix](/FURPS/core/mix.md) | ||
|
|
||
| **FURPS**: | ||
|
|
||
| - P1. Payload (store query, light push message) are limited to 4kB | ||
|
|
||
| - S3. Browser-based apps as sender nodes; light push only. | ||
|
|
||
| **Checklist**: | ||
|
|
||
| - [ ] Specs: link to specs | ||
| - [ ] Code: link to GitHub issues/PRs/Epic | ||
| - [ ] Dogfood: link to dogfooding session/artefact | ||
|
|
||
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.