ceremonyclient/go-libp2p/p2p/host/peerstore/pstoreds/deprecate.go

6 lines
285 B
Go
Raw Normal View History

2024-06-08 11:32:45 +00:00
// 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.
package pstoreds