-
Notifications
You must be signed in to change notification settings - Fork 311
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
Add a flag to fill-in PSBT_GLOBAL_XPUB
, expose --offline_signers
in the CLI
#200
Add a flag to fill-in PSBT_GLOBAL_XPUB
, expose --offline_signers
in the CLI
#200
Conversation
Also needs the CHANGELOG update |
Maybe we can merge this one first to master and then either rebase |
Log the changes made in PR bitcoindevkit#200
6b75539
to
5232a71
Compare
Log the changes made in PR bitcoindevkit#200
5232a71
to
004a58d
Compare
Should be ready for review. There's an interesting discussion about the correct behavior in issue #199. The implementation should match what was said in that discussion. |
Log the changes made in PR bitcoindevkit#200
004a58d
to
31ddb7e
Compare
The `--offline_signer` flag forces the addition of `non_witness_utxo` and the full witness and redeem script for every output, which makes it easier for the signer to identify the change output. Closes bitcoindevkit#199
Log the changes made in PR bitcoindevkit#200
31ddb7e
to
7f36dd2
Compare
Rebase on |
7f36dd2
to
6b5c3bc
Compare
utACK 6b5c3bc |
utACK |
Still in draft since I have to write tests for
TxBuilder::add_global_xpubs()