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

Backend/Caching: save(&restore) .bak files #281

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

Conversation

knocte
Copy link
Member

@knocte knocte commented Jul 4, 2024

We've had one occassion already where a wallet instance was
crashing at start somehow finding invalid JSON. In this case
we can just discard the data and recreate (because it's cache)
however we can do better and just use backups.

TODO:
[ ] Eliminate duplication in last commit.
[ ] Create LoadFromDisk APIs that manage bak save&restore automatically.

It might be interesting to see it, for debugging purposes.
We've had one occassion already where a wallet instance was
crashing at start somehow finding invalid JSON. In this case
we can just discard the data and recreate (because it's cache)
however we can do better and just use backups.
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