aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_dump.py
AgeCommit message (Expand)Author
2020-01-25bump test timeouts so that functional tests run in valgrindMicky Yun Chan
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2018-12-22scripted-diff: Remove unused 'split' parameter to setup_networkMarcoFalke
2018-09-23[tests] Remove deprecated addwitnessaddress call from wallet_dump.pyJohn Newbery
2018-09-23[test] Fix flake8 warnings in testsJohn Newbery
2018-09-14Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting downWladimir J. van der Laan
2018-09-13qa: Remove unneded import_deterministic_coinbase_privkeys overwrite, add comm...MarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-09-10qa: Premine to deterministic address with -disablewalletMarcoFalke
2018-08-09No longer shutdown after encrypting the walletAndrew Chow
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-01qa: Extract rpc_timewait as test paramMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-19[refactor] manually change remaining instances of master key to seed.John Newbery
2018-05-19scripted-diff: Rename master key to seedJohn Newbery
2018-05-11Enable W191 and W291 flake8 checks.John Bampton
2018-03-07Merge #12627: qa: Fix some tests to work on native windowsMarcoFalke
2018-03-07Merge #12482: [tests] bind functional test nodes to 127.0.0.1Wladimir J. van der Laan
2018-03-06qa: Fix some tests to work on native windowsMarcoFalke
2018-03-06[tests] bind functional test nodes to 127.0.0.1Sjors Provoost
2018-02-26Fix typospracticalswift
2018-02-16scripted-diff: validateaddress to getaddressinfo in testsAndrew Chow
2018-02-07Bech32 addresses in dumpwalletfivepiece
2018-01-25[tests] Rename wallet_* functional tests.Anthony Towns