aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_createmultisig.py
AgeCommit message (Expand)Author
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-09-03wallet: Remove path checking code from loadwallet RPCRussell Yanofsky
2020-06-10[tests] move generate_wif_key to wallet_util.pyJohn Newbery
2020-06-10[tests] sort imports in rpc_createmultisig.pyJohn Newbery
2020-04-23Add a --descriptors option to various testsAndrew Chow
2020-01-30Output a descriptor in createmultisig and addmultisigaddressAndrew Chow
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-10-08Test sortedmulti descriptor using BIP 67 testsAndrew Chow
2019-09-10signrawtransactionwithkey: better error messages for bad redeemScript/witness...Anthony Towns
2019-07-02Merge #16250: signrawtransactionwithkey: report error when missing redeemScri...MarcoFalke
2019-06-25signrawtransactionwithkey: report error when missing redeemScript/witnessScri...Anthony Towns
2019-06-20Make and get the multisig redeemscript and destination in one function instea...Andrew Chow
2019-04-17test: Add test that addmultisigaddress fails for watchonly addressesMarcoFalke
2019-04-16test: Fixup creatmultisig documentation and whitespaceMarcoFalke
2019-03-14wallet/rpc: add maxfeerate parameter to sendrawtransactionKarl-Johan Alm
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-10[tests] functional test for createmultisig RPCAnthony Towns