-
Notifications
You must be signed in to change notification settings - Fork 42
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
[Epic] Peer Exchange is supported and used by default #1429
Comments
Weekly Update
|
Thinking how we can deliver this with a net positive in terms of reliability. I would recommend to make peer exchange by default:
That would be enough to use peer exchange and close the issue. |
@danisharora099 see my comment above #1429 (comment) I don't think #1326 should be part of the scope of this issue. |
@fryorcraken thanks! could you explain this what we mean by this?
not sure what i'm missing: if we setup redundant usage, we would start receiving multiple messages on subscription, and also pushing the same message multiple times |
Yes absolutely. Which is why we will need to have a duplicate filtering mechanism in place on js-waku side to not emit dupe messages to the API, as described in the Notes of #1463 Sending the same message twice over light push using 2 different nodes is fine and enables you to put less trust on one remote peer. |
Weekly update
|
Weekly update
|
Weekly Update
|
Weekly Update
|
tracking some work on circuit relay here: #1527 |
Weekly Update
|
Planned start date:
Due date:
Summary
This milestone tracks the development, testing and hardening of 34/WAKU2-PEER-EXCHANGE protocol in js-waku.
Acceptance Criteria
defaultBootstrap
protocol for js-waku, it connects to peer exchange peers BUT only use bootstrap peer for filter, store: feat!: set peer-exchange with default bootstrap #1469. peer exchange + bootstrap peers are used for light push.Tasks
ws
instead ofwss
#1526Notes
Finding other Waku Store services using peer exchange is out of scope due to the current federated nature/high requirements on Waku Store service node.
Tracking the usage of peer exchange to find other store node is part of decentralisation of Waku Store roadmap.
RAID (Risks, Assumptions, Issues and Dependencies)
The text was updated successfully, but these errors were encountered: