aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_importmulti.py
Commit message (Expand)AuthorAgeFilesLines
* Take non-importing keys into account for spendability warning in descriptor i...Pieter Wuille2019-04-161-1/+2
* Use stop/[start,stop] notation in importmulti desc rangePieter Wuille2019-02-281-2/+2
* Make descriptor checksums mandatory in deriveaddresses and importmultiPieter Wuille2019-02-151-15/+27
* Import public keys in orderAndrew Chow2019-02-141-0/+25
* Test pubkey import to keypoolAndrew Chow2019-02-141-1/+87
* Test importing descriptors with key origin informationAndrew Chow2019-02-141-0/+65
* Add test for importing via descriptorMeshCollider2019-02-051-1/+84
* [tests] move wallet util functions to wallet_util.pyJohn Newbery2019-01-041-233/+177
* [tests] tidy up wallet_importmulti.pyJohn Newbery2019-01-041-104/+85
* Overhaul importmulti logicPieter Wuille2018-12-121-46/+64
* [tests] Add docstring for wallet_importmulti.pyJohn Newbery2018-12-101-1/+12
* [tests] add test_address method to wallet_import.pyJohn Newbery2018-12-101-100/+109
* [tests] add test_importmulti method to wallet_import.pyJohn Newbery2018-12-101-263/+162
* [tests] add get_multisig function to wallet_importmulti.pyJohn Newbery2018-12-101-55/+76
* [tests] add get_key function to wallet_importmulti.pyJohn Newbery2018-12-101-90/+142
* [tests] tidy up imports in wallet_importmulti.pyJohn Newbery2018-12-061-8/+8
* [tests] fix flake8 warnings in wallet_importmulti.pyJohn Newbery2018-12-061-46/+32
* Merge #14720: rpc: Correctly name argumentsMarcoFalke2018-11-131-2/+2
|\
| * rpc: Correctly name argumentsJon Layton2018-11-131-2/+2
* | importmulti: Don't add internal addresses to address bookGregory Sanders2018-11-071-3/+6
|/
* Add segwit address tests for importmultiMeshCollider2018-10-251-1/+161
* Add SegWit support to importmulti with some ProcessImport cleanupMeshCollider2018-10-251-6/+6
* Merge #14180: qa: Run all tests even if wallet is not compiledWladimir J. van der Laan2018-09-131-0/+3
|\
| * qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* | qa: Fix silent merge conflict in wallet_importmultiMarcoFalke2018-09-101-2/+8
* | Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeysWladimir J. van der Laan2018-09-101-12/+15
|\ \ | |/ |/|
| * Let wallet importmulti RPC accept labels for standard scriptPubKeysRussell Yanofsky2018-02-221-12/+15
* | tests: Use explicit importspracticalswift2018-08-131-1/+1
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | Remove assigned but never used local variablespracticalswift2018-03-291-4/+4
|/
* scripted-diff: validateaddress to getaddressinfo in testsAndrew Chow2018-02-161-51/+51
* [tests] Rename wallet_* functional tests.Anthony Towns2018-01-251-0/+451