aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_signrawtransaction.py
AgeCommit message (Expand)Author
2021-03-04Test that signrawtx works when a signed CSV and CLTV inputs are presentAndrew Chow
2020-12-03tests: Test that a fully signed tx given to signrawtx is unchangedAndrew Chow
2020-11-01Avoid dumpprivkey and watchonly behavior in rpc_signrawtransaction.pyAndrew Chow
2020-07-15test: ensure OP_1NEGATE satisfies BIP62 minimal push ruleJon Atack
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-12test: add rpc_signrawtransaction loggingJon Atack
2020-04-12test: refactor rpc_signrawtransaction witness script testsJon Atack
2020-04-07test: Use one node to avoid a race due to missing sync in rpc_signrawtransactionMarcoFalke
2020-03-31Correctly compute redeemScript from witnessScript for signrawtransactionAndrew Chow
2019-12-09test: re-enable CLI test support by using EncodeDecimal in json.dumps()fanquake
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-03-22[rpc] Remove signrawtransaction warningJohn Newbery
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2019-02-13Add test for P2SH-P2WSH in signrawtransactionwithkey and listunspentMeshCollider
2018-09-25[wallet] remove redundand restart nodegustavonalle
2018-09-24[wallet] Ensure wallet is unlocked before signinggustavonalle
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-27[rpc] Remove deprecated sigrawtransaction rpc method.John Newbery
2018-08-13tests: Use explicit importspracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-02-17Add test for signrawtransactionAndrew Chow
2018-02-17Split signrawtransaction into wallet and non-walletAndrew Chow
2018-01-25[tests] Rename rpc_* functional tests.Anthony Towns