aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_signrawtransaction.py
Commit message (Expand)AuthorAgeFilesLines
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-1/+1
* 1.21 key prefix (#1710)Ross Nicoll2021-03-041-4/+4
* Avoid dumpprivkey and watchonly behavior in rpc_signrawtransaction.pyAndrew Chow2020-11-011-13/+21
* test: ensure OP_1NEGATE satisfies BIP62 minimal push ruleJon Atack2020-07-151-0/+20
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* test: add rpc_signrawtransaction loggingJon Atack2020-04-121-2/+4
* test: refactor rpc_signrawtransaction witness script testsJon Atack2020-04-121-20/+9
* test: Use one node to avoid a race due to missing sync in rpc_signrawtransactionMarcoFalke2020-04-071-4/+4
* Correctly compute redeemScript from witnessScript for signrawtransactionAndrew Chow2020-03-311-2/+41
* test: re-enable CLI test support by using EncodeDecimal in json.dumps()fanquake2019-12-091-1/+0
* tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift2019-12-061-0/+1
* [rpc] Remove signrawtransaction warningJohn Newbery2019-03-221-1/+0
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke2019-03-021-2/+2
* Add test for P2SH-P2WSH in signrawtransactionwithkey and listunspentMeshCollider2019-02-131-3/+30
* [wallet] remove redundand restart nodegustavonalle2018-09-251-1/+1
* [wallet] Ensure wallet is unlocked before signinggustavonalle2018-09-241-0/+9
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* [rpc] Remove deprecated sigrawtransaction rpc method.John Newbery2018-08-271-12/+0
* tests: Use explicit importspracticalswift2018-08-131-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Add test for signrawtransactionAndrew Chow2018-02-171-7/+17
* Split signrawtransaction into wallet and non-walletAndrew Chow2018-02-171-4/+4
* [tests] Rename rpc_* functional tests.Anthony Towns2018-01-251-0/+143