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

feat!: tell an FFI client that a recovery is in progress on wallet_create #3249

Merged

Commits on Aug 25, 2021

  1. feat!: Tell an FFI client that a recovery is in progress on `wallet_c…

    …reate`
    
    Currently if a wallet recovery was in progress and the wallet was shutdown the next time that wallet is start by an FFI client iusing the ‘wallet_create’ method there is no way for the FFI client to know that the recovery should be continued.
    
    The wallet is able to resume the recovery from where it left off and it should so as not to lose funds but the FFI client must restart the recovery process with the same seed words. The FFI client has to do the restarting so that it can provide the callback through which the process is monitored.
    
    Furthermore, the wallet does not respond to P2P transaction negotiation message if a recovery process is in progress so it is important that an FFI client completes any outstanding recoveries ASAP.
    philipr-za committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    06f612b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Configuration menu
    Copy the full SHA
    e3d959a View commit details
    Browse the repository at this point in the history