aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_address_types.py
AgeCommit message (Expand)Author
2019-09-18Merge #16898: test: Remove connect_nodes_biMarcoFalke
2019-09-17scripted-diff: test: Replace connect_nodes_bi with connect_nodesMarcoFalke
2019-09-15Add python bech32 impl round-trip testGregory Sanders
2019-08-06Add unmodified-but-with-checksum to getdescriptorinfoPieter Wuille
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2019-02-15Add getdescriptorinfo to compute checksumPieter Wuille
2019-02-15Descriptor checksumPieter Wuille
2018-11-14Add descriptors to listunspent and getaddressinfo + testsPieter Wuille
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-27[wallet] Remove wallet account RPCsJohn Newbery
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-05Get rid of ambiguous OutputType::NONE valueRussell Yanofsky
2018-02-16Create getaddressinfo RPC and deprecate parts of validateaddressAndrew Chow
2018-01-25[tests] Rename wallet_* functional tests.Anthony Towns