-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow peerstore to write to a go-datastore #90
Comments
wonder if we should reuse the record abstraction here @diasdavid? Basically I think @diasdavid already does something like this, or has suggested it in
|
do we need to sign the peer info objects? storing them as records would mean that, which might be a good thing and also, would write them to disk with some validity property. |
I'm gonna take a go at this! There already seems to be some work done on the go-libp2p-peerstore project, though it seems quite stale. If I don't hear anything about reviving that change, I'll probably start fresh (taking ideas/inspiration from that PR) tomorrow. Edit: Tagging @csasarak! |
This exists now. |
warn when we encounter a useless transport
I am working with @whyrusleeping to allow peerstore data to be stored to the hard disk when it takes up a certain amount of space as described in go-ipfs issue #2484
I'm opening this issue to discuss adding support for the go-datastore interface.
The text was updated successfully, but these errors were encountered: