aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_address_types.py
AgeCommit message (Expand)Author
2020-11-01Do addmultisigaddress tests in legacy wallet mode in wallet_address_types.pyAndrew Chow
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-09-03[tests] Move bech32 unit tests to test frameworkJohn Newbery
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-05Use getbalances in wallet_address_types testsJon Atack
2020-02-26test: Reduce unneeded whitelist permissions in testsMarcoFalke
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-10-13test: speed up wallet_address_types by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2019-09-26Change default address type to bech32Gregory Sanders
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