Sjors
commented at 1:23 PM on April 23, 2019:
member
This PR adds two convenience methods on top of #14912.
signersend: a convenience method that Just Works(tm) by combining the functionality of walletcreatefundedpsbt, signerprocesspsbt, finalizepsbt and sendrawtransaction
signerbumpfee is a bit of a hack. In particular it breaks regular fee bump functionality for some wallets because I replaced ISMINE_SPENDABLE with ISMINE_ALL. I'd also like to make the code more reusable, but this can wait until the upstream PR is closer to merge.
#16377 ([rpc] don't automatically append inputs in walletcreatefundedpsbt & fundrawtransaction by Sjors)
#16373 (Add bumpfee option to return PSBT instead of commiting to wallet by instagibbs)
#16365 (Log RPC parameters (arguments) if -debug=rpcparams by LarryRuane)
#16341 (Introduce ScriptPubKeyMan interface and use it for key and script management (aka wallet boxes) by achow101)
#16273 (refactor: Remove unused includes by practicalswift)
#15529 (Add Qt programs to msvc build (updated, no code changes) by sipsorcery)
#14912 ([WIP] External signer support (e.g. hardware wallet) by Sjors)
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
Sjors force-pushed on Apr 25, 2019
DrahtBot added the label Needs rebase on Apr 26, 2019
Sjors force-pushed on Apr 27, 2019
Sjors force-pushed on Apr 27, 2019
Sjors force-pushed on May 14, 2019
DrahtBot removed the label Needs rebase on May 14, 2019
DrahtBot added the label Needs rebase on May 29, 2019
When the user doesn't specificy inputs, it makes sense to automatically select them. But when the user does specify inputs, we now fail if the amount is insufficient, unless addInputs is set to true.
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2026-05-20 06:54 UTC