You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case that we try to cover here is: application developers want to use their own nodes for Store to achieve better reliability.
Usually it is more than one node - hence, I believe, we need to:
enable passing more than one node as preferred nodes;
to simplify functionality - make only these nodes being used (e.g if list is passed only these nodes are used, otherwise use TWN nodes or those discovered on a shard).
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
Proposed Solution
Provide the ability to pass node multiaddrs part of node creation, similar to
bootstrapNodes
Notes
The text was updated successfully, but these errors were encountered: