aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_importmulti.py
AgeCommit message (Expand)Author
2020-09-29test, refactor: add default_wallet_name and wallet_data_filename variablesRussell Yanofsky
2020-04-23test: Fix intermittent failure in wallet_importmultiMarcoFalke
2020-01-09test: remove getaddressinfo label testsJon Atack
2020-01-03rpc: simplify getaddressinfo labels, deprecate previous behaviorJon Atack
2019-11-24test: add rpc getaddressinfo labels test coverageJon Atack
2019-11-05wallet_importmulti: use addresses of the same type as being importedAndrew Chow
2019-08-26Avoid using mutable default parameter valuespracticalswift
2019-08-16Give more errors for specific failure conditionsAndrew Chow
2019-08-16Return an error from descriptor Parse that gives more information about what ...Andrew Chow
2019-06-08Add test for dumping the private key imported from descriptorMeshCollider
2019-06-07Extend importmulti descriptor testsMeshCollider
2019-06-06Import private keys from descriptor with importmulti if providedMeshCollider
2019-05-10Merge #15744: refactor: Extract ParseDescriptorRangeMarcoFalke
2019-04-13Extract ParseDescriptorRangeBen Woosley
2019-04-09Merge #15629: init: Throw error when network specific config is ignoredMarcoFalke
2019-04-06Take non-importing keys into account for spendability warning in descriptor i...Pieter Wuille
2019-03-22doc: Fix all typos reported by codespellMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2019-02-28Use stop/[start,stop] notation in importmulti desc rangePieter Wuille
2019-02-15Make descriptor checksums mandatory in deriveaddresses and importmultiPieter Wuille
2019-02-14Import public keys in orderAndrew Chow
2019-02-14Test pubkey import to keypoolAndrew Chow
2019-02-14Test importing descriptors with key origin informationAndrew Chow
2019-02-05Add test for importing via descriptorMeshCollider
2019-01-04[tests] move wallet util functions to wallet_util.pyJohn Newbery
2019-01-04[tests] tidy up wallet_importmulti.pyJohn Newbery
2018-12-12Overhaul importmulti logicPieter Wuille
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