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

wallet2_basic: robust dep-free lib for loading/storing wallet2 files #8923

Closed
wants to merge 1 commit into from

Commits on Jul 11, 2023

  1. wallet2_basic: robust compat lib for loading/storing legacy wallets

    This library has no dependency on wallet2.h and gives us a way forward to move away from `wallet2` in the (not-so-distant) future, while still supporting conversions of old wallet files.
    This lib is also useful if you have an application where you want to extract information directly from the wallet file with or without having to setup accounts and devices. This is
    now possible because I have split the wallet keys loading into two steps: `load_from_memory` and `setup_account_and_devices`. When one is loading a wallet keys file, the user of the API
    can choose whether or not to contact external devices during this process with use of the flag `allow_external_devices_setup`.
    jeffro256 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    468daa9 View commit details
    Browse the repository at this point in the history