topology-foundation / rs-topology

(currently not usable) The official Rust implementation of Topology Protocol
MIT License
23 stars 5 forks source link

RocksDB implementation for storing peers #44

Closed t-botclive closed 2 months ago

t-botclive commented 6 months ago

libp2p currently is using an in-memory storage implementation, we need this information to be persistent. So our rocks db adapter should implement the required by rust-libp2p storage interface

d-roak commented 2 months ago

tasks cleanup