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

RPC-API: add ability to recover wallet #1461

Merged
merged 1 commit into from
Apr 6, 2023
Merged

RPC-API: add ability to recover wallet #1461

merged 1 commit into from
Apr 6, 2023

Commits on Mar 23, 2023

  1. RPC-API: add ability to recover wallet

    Fixes #1082:
    
    This commit allows recovery of a wallet from a seedphrase
    with a new endpoint wallet/recover. 4 parameters are passed in,
    the same three as for wallet/create but also a bip39 seedphrase
    as the fourth argument.
    
    This commit also adds a rescanblockchain RPC call and status:
    
    This adds a new endpoint /rescanblockchain which is (Core) wallet specific
    (due to underlying JM architecture). This action is spawned in a thread,
    since the bitcoind RPC call is blocking and can take a very long time.
    To monitor the status of the rescan, an extra field `rescanning` is
    added to the /session endpoint.
    
    Also adds test of rpc wallet recovery
    AdamISZ committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    7f4eaa9 View commit details
    Browse the repository at this point in the history