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

[client] store objects locally using authority's DBMap #257

Closed
sblackshear opened this issue Jan 24, 2022 · 3 comments · Fixed by #302 or #286
Closed

[client] store objects locally using authority's DBMap #257

sblackshear opened this issue Jan 24, 2022 · 3 comments · Fixed by #302 or #286
Assignees

Comments

@sblackshear
Copy link
Collaborator

sblackshear commented Jan 24, 2022

All client persistence uses config files. We need a better persistence system, and one good start is to take inspiration from DBMap use by authority.

@sblackshear sblackshear added this to the Milestone 3 milestone Jan 24, 2022
@oxade
Copy link
Contributor

oxade commented Jan 26, 2022

RFC: #270

@oxade
Copy link
Contributor

oxade commented Jan 26, 2022

Stages of development

  1. Back all client data structures by DBMap
  2. Cleanup unnecessary data structures
  3. Add historical object storage
  4. Add support for restarts and crash recovery to mitigate double spending

@oxade
Copy link
Contributor

oxade commented Feb 4, 2022

Steps 1 and 3 are complete
Steps 2 and 4 are outstanding

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