-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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: random coin selection #5155
Conversation
89ec633
to
67e9e18
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice feature! Most of the heavy lifting is in btcsuite/btcwallet#740, so LGTM barring the dependencies and subsequent rebases 🎉
bc76d68
to
c4b28e7
Compare
Rebased after merge of #5047 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is ready to land once the btcwallet changes are merged into upstream.
Is this PR close enough to acquire the 0.13 milestone tag? |
@joostjager added. Only thing left is for @Roasbeef to approve the btcwallet PR. |
Rebased. I hope you guys aren't going to let this miss the 0.13 train because of a single false-positive on the linter 🙏 |
Rebased after merge of btcsuite/btcwallet#740 |
This new function could use a few lines in the release notes |
Done. Though we usually do a sweep of all new PRs before the final release. |
Thanks, I thought maybe it would have been forgotten as it doesn't happen so often that new functionality is added during the rc process. |
Adds the option to use random coin selection for on-chain transfers.
Fixes #5110
Depends on btcsuite/btcwallet#740