libp2p/py-libp2p

PeerStore Persistant Storage

オープン

#134 opened on 2019/03/12

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (238 件のフォーク)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (618 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド