This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix wallet corruption on rescan and zapwallettxes (#189)
* reenable zapwallettxes.py test * add additional flush in shutdown, clean up threadgroup with join_all * compare min version to wallet version not client version * remove account tests (dont support accounts), enable rescan,reindex,zap,salvage tests * make cs_utxo a shared mutex and rework the coin logic accordingly * rework validation code, fix rescan failures caused by disconnect failure * fix formatting * change getchainips to explicitly reconnect the network
- Loading branch information
1 parent
7b5cbf2
commit 88be346
Showing
23 changed files
with
570 additions
and
415 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.