-
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.
feat(coinjoin): improve speed by limiting denoms (#226)
* fix(coinjoin): improve detection of used collateral tx for fees * fix(coinjoin): add date/time to coinjoin-report filename * fix(coinjoin): add customization of mixing denominations to client options * fix(wallettool): add checks for empty wallet when mixing * fix(coinjoin): track more timeout causes for CoinJoinReporter * fix(coinjoin): track collateral transactions (fees) * test(coinjoin): Add context to CoinJoinTest since collateral tests need it * chore: update WalletTool CJ Mix run config to 8 sessions with multi-session * fix(coinjoin): make standard denominations immutable * fix(coinjoin): make standard denominations immutable * fix(coinjoin): do not label a collateral tx as SELF * The TX will be ignored by Peer.processTransaction.
- Loading branch information
1 parent
c16ca38
commit b3697eb
Showing
12 changed files
with
179 additions
and
33 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
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.