Skip to content
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

Peer Store for each Polykey node #36

Closed
robert-cronin opened this issue May 20, 2020 · 1 comment
Closed

Peer Store for each Polykey node #36

robert-cronin opened this issue May 20, 2020 · 1 comment
Assignees
Labels
development Standard development

Comments

@robert-cronin
Copy link
Contributor

we need to figure out how to layout our storage for peer information in order to keep track of things like which peers are connected, their accepted protocols/address etc. We can draw on inspiration from libp2p: https://github.com/libp2p/js-libp2p/tree/0.28.x/src/peer-store and hyperswarm: https://github.com/hyperswarm/hyperswarm
For now I think something simple and extensible is appropriate.

@robert-cronin robert-cronin added the development Standard development label May 20, 2020
@robert-cronin robert-cronin self-assigned this May 20, 2020
@robert-cronin
Copy link
Contributor Author

A custom peer store and peer info was implemented in PR #40.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Standard development
Development

No branches or pull requests

1 participant