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

Commits on Jul 4, 2024

  1. Backend: make InvalidJson show the nonJSON content

    It might be interesting to see it, for debugging purposes.
    knocte committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3999d12 View commit details
    Browse the repository at this point in the history
  2. Backend/Caching: save(&restore) .bak files

    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.
    knocte committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7a0b5d5 View commit details
    Browse the repository at this point in the history