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

wallet: add deepclean and wdb backup #308

Merged
merged 4 commits into from
Mar 3, 2021
Merged

wallet: add deepclean and wdb backup #308

merged 4 commits into from
Mar 3, 2021

Conversation

chikeichan
Copy link
Contributor

This PR add deepclean and backup to wallet setting view. Deep clean fixes many issues around rescan, and should allow Bob users to upgrade without removing wallet directory going forward.

Also removed updateAccountDepth from setting.

Screen Shot 2021-02-26 at 1 09 18 PM

Screen Shot 2021-02-26 at 1 09 12 PM

@chikeichan chikeichan merged commit 19b1e45 into master Mar 3, 2021
Comment on lines +82 to +84
changeDepth: props.changeDepth,
receiveDepth: props.receiveDepth,
isUpdatingDepth: false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need these in the state again?

{this.renderSection(
'Deep Clean and Rescan Wallet',
<div>
<div>For more information on deep clean, please see <Anchor href="https://github.com/handshake-org/hsd/blob/master/CHANGELOG.md#wallet-api-changes-1">here</Anchor></div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link may change as new versions get added to the hsd changelog -- I'm not sure a good static link to include here, maybe the PR? handshake-org/hsd#511

@rithvikvibhu rithvikvibhu mentioned this pull request Jun 13, 2021
@chikeichan chikeichan deleted the deepclean branch June 20, 2021 03:55
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.

2 participants