aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_hd.py
AgeCommit message (Expand)Author
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-09-29test, refactor: add default_wallet_name and wallet_data_filename variablesRussell Yanofsky
2020-06-22test: refactor functional tests to use restart_nodeChristopher Coverdale
2020-05-31test: Add missing sync_blocks to wallet_hdMarcoFalke
2020-05-31test: pep-8 wallet_hdMarcoFalke
2020-05-15Test that keys from inactive seeds are generatedAndrew Chow
2020-04-23Add a --descriptors option to various testsAndrew Chow
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-02-04Merge #16681: Tests: Use self.chain instead of 'regtest' in all current testsMarcoFalke
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-10-26Tests: Use self.chain instead of 'regtest' in almost all current testsJorge Timón
2019-09-17scripted-diff: test: Replace connect_nodes_bi with connect_nodesMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-02-14Remove hdmasterkeyidAndrew Chow
2018-09-20[wallet] Remove -usehdJohn Newbery
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-19[rpc] [wallet] Add 'hdmasterkeyid' alias return values.John Newbery
2018-05-19scripted-diff: Rename master key to seedJohn Newbery
2018-05-12Test sethdseedAndrew Chow
2018-04-11speed up wallet_hd.py and clarify/augment checksGregory Sanders
2018-03-22Merge #12076: qa: Use node.datadir instead of tmpdir in test frameworkWladimir J. van der Laan
2018-03-19qa: Use node.datadir instead of tmpdir in test frameworkMarcoFalke
2018-03-18[Tests] Require exact match in assert_start_raises_init_eror()John Newbery
2018-03-18[Tests] Move assert_start_raises_init_error method to TestNodeJohn Newbery
2018-02-16scripted-diff: validateaddress to getaddressinfo in testsAndrew Chow
2018-01-25[tests] Rename wallet_* functional tests.Anthony Towns