libp2p/py-libp2p

PeerStore Persistant Storage

Open

#134 opened on Mar 12, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (238 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (618 stars)
PR merge metrics
 (PR metrics pending)

Description

Following the precedent set by go (https://github.com/libp2p/go-libp2p-peerstore/), py-libp2p should have an implementation for PeerStore that stores all peer store related data in-memory (already done) and an implementation that stores all peer store related data in persistent storage, which would allow for clients to restart their libp2p instance while maintaining the same peer store (needs to be done).

Contributor guide