forked from bitcoin/bitcoin
-
Couldn't load subscription status.
- Fork 1.2k
refactor: allow wallet to select fresh change address to prevent address reuse in coinjoin createdenoms #6870
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
Merged
PastaPastaPasta
merged 6 commits into
dashpay:develop
from
PastaPastaPasta:coinjoin-make-denom-change
Oct 25, 2025
+17
−2
Merged
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
739d9f1
refactor: allow wallet to select fresh change address to prevent addr…
PastaPastaPasta 6ca08f6
docs: add release notes for CoinJoin change address improvement in wa…
PastaPastaPasta d4044d4
feat: introduce -coinjoinfreshchange option to enhance CoinJoin chang…
PastaPastaPasta 4800e2f
chore: run clang-format
PastaPastaPasta cfae1e6
refactor: update CoinJoin change address handling to respect wallet's…
PastaPastaPasta efc689c
Apply suggestions from code review
PastaPastaPasta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| Wallet | ||
| ------ | ||
|
|
||
| - CoinJoin denomination creation now respects the wallet's "avoid_reuse" | ||
| setting. When the wallet has `avoid_reuse` enabled, change is sent to a | ||
| fresh change address to avoid address/public key reuse. Otherwise, change | ||
| goes back to the source address (legacy behavior). (#6870) | ||
|
|
||
|
|
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.