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

Caching of Network Peers #6

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Caching of Network Peers #6

wants to merge 9 commits into from

Conversation

jackcoble
Copy link

For a bit of context, I read over the issue created here:

#2

  • Uses a simple key value database (BoltDB), instead of something like SQLite
  • Each time a new peer appears that isn't in the connection list, the function is called to cache the peer into the DB.
  • On daemon execution, a list of cached peers are shown

Still a work in progress, but basic functionality is there and waiting to be improved on.

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

Successfully merging this pull request may close these issues.

1 participant