aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_importmulti.py
AgeCommit message (Expand)Author
2018-12-10[tests] Add docstring for wallet_importmulti.pyJohn Newbery
2018-12-10[tests] add test_address method to wallet_import.pyJohn Newbery
2018-12-10[tests] add test_importmulti method to wallet_import.pyJohn Newbery
2018-12-10[tests] add get_multisig function to wallet_importmulti.pyJohn Newbery
2018-12-10[tests] add get_key function to wallet_importmulti.pyJohn Newbery
2018-12-06[tests] tidy up imports in wallet_importmulti.pyJohn Newbery
2018-12-06[tests] fix flake8 warnings in wallet_importmulti.pyJohn Newbery
2018-11-13Merge #14720: rpc: Correctly name argumentsMarcoFalke
2018-11-13rpc: Correctly name argumentsJon Layton
2018-11-07importmulti: Don't add internal addresses to address bookGregory Sanders
2018-10-25Add segwit address tests for importmultiMeshCollider
2018-10-25Add SegWit support to importmulti with some ProcessImport cleanupMeshCollider
2018-09-13Merge #14180: qa: Run all tests even if wallet is not compiledWladimir J. van der Laan
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-09-10qa: Fix silent merge conflict in wallet_importmultiMarcoFalke
2018-09-10Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeysWladimir J. van der Laan
2018-08-13tests: Use explicit importspracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-03-29Remove assigned but never used local variablespracticalswift
2018-02-22Let wallet importmulti RPC accept labels for standard scriptPubKeysRussell Yanofsky
2018-02-16scripted-diff: validateaddress to getaddressinfo in testsAndrew Chow
2018-01-25[tests] Rename wallet_* functional tests.Anthony Towns