aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_import_rescan.py
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank2020-10-201-2/+1
* test: Fix intermittent issue in wallet_import_rescanMarcoFalke2020-10-181-0/+1
* test: Get rid of default wallet hacksRussell Yanofsky2020-09-291-4/+3
* Do not create default walletAndrew Chow2020-09-081-2/+2
* test: Bump timeout in wallet_import_rescanMarcoFalke2020-04-171-1/+2
* tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift2019-12-061-0/+1
* test: Fix extra_args in wallet_import_rescan.pyMarcoFalke2019-09-191-1/+1
* test: Test p2sh-witness and bech32 in wallet_import_rescanMarcoFalke2019-08-141-8/+26
* test: Replace fragile "rng" with call to random()MarcoFalke2019-08-141-2/+11
* test: Generate one block for each send in wallet_import_rescanMarcoFalke2019-08-141-13/+17
* wallet: Only fail rescan when blocks have actually been prunedMarcoFalke2019-05-061-18/+7
* test: Add missing syncwithvalidationinterfacequeue to wallet_import_rescanMarcoFalke2019-04-221-2/+4
* test: Remove unused importsMarcoFalke2019-04-091-2/+7
* scripted-diff: use self.sync_* methodsMarcoFalke2019-04-091-2/+2
* [wallet] Restore ability to list incoming transactions by labelRussell Yanofsky2018-11-131-5/+20
* [tests] Move deterministic address import to setup_nodesJohn Newbery2018-11-011-4/+2
* Merge #14179: qa: Fixups to "Run all tests even if wallet is not compiled"MarcoFalke2018-09-131-1/+1
|\
| * qa: Remove unneded import_deterministic_coinbase_privkeys overwrite, add comm...MarcoFalke2018-09-131-1/+1
* | Merge #14180: qa: Run all tests even if wallet is not compiledWladimir J. van der Laan2018-09-131-0/+12
|\|
| * qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
| * qa: Premine to deterministic address with -disablewalletMarcoFalke2018-09-101-0/+9
* | Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeysWladimir J. van der Laan2018-09-101-5/+5
|\ \ | |/ |/|
| * Let wallet importmulti RPC accept labels for standard scriptPubKeysRussell Yanofsky2018-02-221-5/+5
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | [tests] Remove 'account' API from wallet functional testsJohn Newbery2018-05-021-27/+17
* | [tests] Fix flake8 warnings in several wallet functional testsJohn Newbery2018-05-011-2/+2
* | [tests] Set -deprecatedrpc=accounts in testsJohn Newbery2018-04-161-1/+1
* | Rename account to label where appropriateRussell Yanofsky2018-03-191-1/+1
* | [tests] bind functional test nodes to 127.0.0.1Sjors Provoost2018-03-061-1/+1
|/
* scripted-diff: validateaddress to getaddressinfo in testsAndrew Chow2018-02-161-1/+1
* [tests] Rename wallet_* functional tests.Anthony Towns2018-01-251-0/+187