libp2p/py-libp2p

PeerStore Persistant Storage

开放

#134 创建于 2019年3月12日

 (0 条评论) (0 个反应) (0 位负责人)Python (238 个派生)auto 404
enhancementhelp wanted

仓库指标

星标
 (618 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南