js-waku icon indicating copy to clipboard operation
js-waku copied to clipboard

feat(store): allow using a specific node

Open danisharora099 opened this issue 4 months ago • 1 comments

Problem

Users need the ability to specify the peers used for their apps, for different protocols. Specifically for Store: https://discord.com/channels/1110799176264056863/1290694275683582085/1291644836742565929

Solution

Provides the ability to pass a specific node multiaddr while node creation to be used for Store. Falls back to random nodes if not passed.

Notes

  • Partially resolves #2175

Contribution checklist:

  • [ ] covered by unit tests;
  • [ ] covered by e2e test;
  • [ ] add ! in title if breaks public API;

danisharora099 avatar Oct 24 '24 14:10 danisharora099