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
The FindManyNodesContext was introduced in #77.
It currently generates a PUT_VALUE for the static list of provided peers.
Extend this functionality to drive multiple FindNodeContext queries.
When the user provides a peer who's address is not stored in the routing table, a FindNodeContext query should be executed.
This functionality is needed to keep parity with libp2p implementation.
The text was updated successfully, but these errors were encountered:
The
FindManyNodesContext
was introduced in #77.It currently generates a PUT_VALUE for the static list of provided peers.
Extend this functionality to drive multiple
FindNodeContext
queries.When the user provides a peer who's address is not stored in the routing table, a
FindNodeContext
query should be executed.This functionality is needed to keep parity with libp2p implementation.
The text was updated successfully, but these errors were encountered: