diff options
| author | Pieter Wuille <[email protected]> | 2018-02-19 18:29:22 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2018-02-19 18:38:47 -0800 |
| commit | ffc6e48b2983189dc0ce7de0a038e5329bc07b1b (patch) | |
| tree | 4dd12a11b09f9e5d734f4c9d78992bcb19da4cde /src/httpserver.cpp | |
| parent | Merge #12308: contrib: Add support for out-of-tree builds in gen-manpages.sh (diff) | |
| parent | Add test for signrawtransaction (diff) | |
| download | discoin-ffc6e48b2983189dc0ce7de0a038e5329bc07b1b.tar.xz discoin-ffc6e48b2983189dc0ce7de0a038e5329bc07b1b.zip | |
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 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions