aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_import_rescan.py
AgeCommit message (Expand)Author
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-09-19test: Fix extra_args in wallet_import_rescan.pyMarcoFalke
2019-08-14test: Test p2sh-witness and bech32 in wallet_import_rescanMarcoFalke
2019-08-14test: Replace fragile "rng" with call to random()MarcoFalke
2019-08-14test: Generate one block for each send in wallet_import_rescanMarcoFalke
2019-05-06wallet: Only fail rescan when blocks have actually been prunedMarcoFalke
2019-04-22test: Add missing syncwithvalidationinterfacequeue to wallet_import_rescanMarcoFalke
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2018-11-13[wallet] Restore ability to list incoming transactions by labelRussell Yanofsky
2018-11-01[tests] Move deterministic address import to setup_nodesJohn Newbery
2018-09-13Merge #14179: qa: Fixups to "Run all tests even if wallet is not compiled"MarcoFalke
2018-09-13qa: Remove unneded import_deterministic_coinbase_privkeys overwrite, add comm...MarcoFalke
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: Premine to deterministic address with -disablewalletMarcoFalke
2018-09-10Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeysWladimir J. van der Laan
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-02[tests] Remove 'account' API from wallet functional testsJohn Newbery
2018-05-01[tests] Fix flake8 warnings in several wallet functional testsJohn Newbery
2018-04-16[tests] Set -deprecatedrpc=accounts in testsJohn Newbery
2018-03-19Rename account to label where appropriateRussell Yanofsky
2018-03-06[tests] bind functional test nodes to 127.0.0.1Sjors Provoost
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