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
// Deprecated: The database-backed peerstore will be removed from go-libp2p in the future.
// Use the memory peerstore (pstoremem) instead.
// For more details see https://github.com/libp2p/go-libp2p/issues/2329
// and https://github.com/libp2p/go-libp2p/issues/2355.
In net/node.go we use "github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoreds" that creates our peerstore from the underlying defra rootstore with the appropriate prefix. However now if we are forced to use pstoremem
The text was updated successfully, but these errors were encountered:
Note:
In net/node.go we use
"github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoreds"
that creates our peerstore from the underlying defra rootstore with the appropriate prefix. However now if we are forced to use pstorememThe text was updated successfully, but these errors were encountered: