Browse Source

peerstore: deprecate the database-backed peerstore (#2475)

pull/2484/head
Marten Seemann 1 year ago
committed by GitHub
parent
commit
061bd46281
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      p2p/host/peerstore/pstoreds/deprecate.go

5
p2p/host/peerstore/pstoreds/deprecate.go

@ -0,0 +1,5 @@
// 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
Loading…
Cancel
Save