libp2p/py-libp2p

PeerStore Persistant Storage

Aperta

#134 aperta il 12 mar 2019

 (0 commenti) (0 reazioni) (0 assegnatari)Python (238 fork)auto 404
enhancementhelp wanted

Metriche repository

Star
 (618 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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).

Guida contributor