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

feat: add persistent datastore #162

Merged
merged 3 commits into from
Sep 30, 2024
Merged

Conversation

achingbrain
Copy link
Member

To make DHT lookups faster, add a persistent datastore so we can repopulate the routing tables on startup from previous runs.

Change checklist

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if necessary (this includes comments as well)
  • I have added tests that prove my fix is effective or that my feature works

To make DHT lookups faster, add a persistent datastore so we can
repopulate the routing tables on startup from previous runs.
@achingbrain achingbrain merged commit fd90738 into main Sep 30, 2024
20 checks passed
@achingbrain achingbrain deleted the fix/add-persistent-datastore branch September 30, 2024 14:14
github-actions bot pushed a commit that referenced this pull request Sep 30, 2024
## [1.6.0](v1.5.21...v1.6.0) (2024-09-30)

### Features

* add persistent datastore ([#162](#162)) ([fd90738](fd90738))

### Bug Fixes

* update deps ([d65fcd1](d65fcd1))
Copy link

🎉 This PR is included in version 1.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant