aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_importmulti.py
Commit message (Expand)AuthorAgeFilesLines
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-4/+4
* 1.21 key prefix (#1710)Ross Nicoll2021-03-041-7/+7
* test, refactor: add default_wallet_name and wallet_data_filename variablesRussell Yanofsky2020-09-291-1/+1
* test: Fix intermittent failure in wallet_importmultiMarcoFalke2020-04-231-1/+8
* test: remove getaddressinfo label testsJon Atack2020-01-091-2/+0
* rpc: simplify getaddressinfo labels, deprecate previous behaviorJon Atack2020-01-031-3/+2
* test: add rpc getaddressinfo labels test coverageJon Atack2019-11-241-6/+11
* wallet_importmulti: use addresses of the same type as being importedAndrew Chow2019-11-051-12/+12
* Avoid using mutable default parameter valuespracticalswift2019-08-261-1/+3
* Give more errors for specific failure conditionsAndrew Chow2019-08-161-1/+1
* Return an error from descriptor Parse that gives more information about what ...Andrew Chow2019-08-161-1/+1
* Add test for dumping the private key imported from descriptorMeshCollider2019-06-081-0/+4
* Extend importmulti descriptor testsMeshCollider2019-06-071-0/+14
* Import private keys from descriptor with importmulti if providedMeshCollider2019-06-061-5/+5
* Merge #15744: refactor: Extract ParseDescriptorRangeMarcoFalke2019-05-101-0/+15
|\
| * Extract ParseDescriptorRangeBen Woosley2019-04-131-0/+15
* | Merge #15629: init: Throw error when network specific config is ignoredMarcoFalke2019-04-091-1/+1
|\ \
| * | doc: Fix all typos reported by codespellMarcoFalke2019-03-221-1/+1
| |/
* / Take non-importing keys into account for spendability warning in descriptor i...Pieter Wuille2019-04-061-1/+2
|/
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke2019-03-021-2/+1
* 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
|/