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
Algod needs to be able to keep track of data about hosts in the network. Peerstore is an interface in libp2p which provides methods for doing that, and will be required for using the swarm/dialer/host/network implementations in libp2p.
Solution
Add the ability for algod to construct a peerstore (populated with some mocked out peer info).
Lets look at both of the implementation currently in libp2p in memory and kv backed and see if one is better that the other in terms of how it integrates with persistence in #3004
Include documentation of our implementation (and especially how it differs from the standard).
The text was updated successfully, but these errors were encountered:
Problem
Algod needs to be able to keep track of data about hosts in the network. Peerstore is an interface in libp2p which provides methods for doing that, and will be required for using the swarm/dialer/host/network implementations in libp2p.
Solution
Add the ability for algod to construct a peerstore (populated with some mocked out peer info).
Lets look at both of the implementation currently in libp2p in memory and kv backed and see if one is better that the other in terms of how it integrates with persistence in #3004
Include documentation of our implementation (and especially how it differs from the standard).
The text was updated successfully, but these errors were encountered: