aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2018-02-19 18:29:22 -0800
committerPieter Wuille <pieter.wuille@gmail.com>2018-02-19 18:38:47 -0800
commitffc6e48b2983189dc0ce7de0a038e5329bc07b1b (patch)
tree4dd12a11b09f9e5d734f4c9d78992bcb19da4cde /depends
parentdcfe218626b05204e9fbc95ba5d95ca0eb72ec9b (diff)
parentd60234885bcc07b1a7f85ded7731549ec2fcfefa (diff)
downloadbitcoin-ffc6e48b2983189dc0ce7de0a038e5329bc07b1b.tar.xz
Merge #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command
d60234885b Add test for signrawtransaction (Andrew Chow) eefff65a4b scripted-diff: change signrawtransaction to signrawtransactionwithwallet in tests (Andrew Chow) 1e79c055cd Split signrawtransaction into wallet and non-wallet (Andrew Chow) Pull request description: This PR is part of #10570. It also builds on top of #10571. This PR splits `signrawtransaction` into two commands, `signrawtransactionwithkey` and `signrawtransactionwithwallet`. `signrawtransactionwithkey` requires private keys to be passed in and does not use the wallet for any signing. `signrawtransactionwithwallet` uses the wallet to sign a raw transaction and does not have any parameters to take private keys. The `signrawtransaction` RPC has been marked as deprecated and will call the appropriate RPC command based upon the parameters given. A test was added to check this behavior is still consistent with the original behavior. All tests that used `signrawtransaction` have been updated to use one of the two new RPCs. Most uses were changed to `signrawtransactionwithwallet`. These were changed via a scripted diff. Tree-SHA512: d0adf5b4cd7077639c504ec07bee262a3b94658d34db0a5c86a263b6393f7aa62f45129eafe29a7c861aa58440dd19348ee0c8b685e8a62d6f4adae8ec8f8cb3
Diffstat (limited to 'depends')
0 files changed, 0 insertions, 0 deletions