-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(coinjoin): address various issues, dry run support, start, stop (#…
…242) * fix(coinjoin): remove duplicate get functions in SimplifiedMasternodeListEntry * fix (coinjoin): remove ProTxToOutPoint and update CoinJoinQueue and CoinJoinBroadcastTx * fix(coinjoin): add account index to coinjoin path * refactor(coinjoin): manually call CoinJoinManager.start and stop * refactor: use lambdas and add exception handling in CoinJoinExtension * fix: improve dry run to include creating denominations * fix(coinjoin): make dry skip key creation * fix(coinjoin): improve stopping mixing * fix(coinjoin): remove checks from checkAutomaticBackup * tests(coinjoin): update coinjoin transaction type tests * fix(coinjoin): fix NPE in CoinJoinManager.stopAsync * tests: ignore LevelDB tests * tests(coinjoin): add dry run check to CoinJoinSessionTest
- Loading branch information
1 parent
bd7d61d
commit eb4e227
Showing
24 changed files
with
194 additions
and
881 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
Oops, something went wrong.