aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_dump.py
Commit message (Expand)AuthorAgeFilesLines
* 1.21 key prefix (#1710)Ross Nicoll2021-03-041-1/+1
* wallet: Make -wallet setting not create walletsRussell Yanofsky2020-10-211-2/+5
* Do not create default walletAndrew Chow2020-09-081-1/+1
* refactor: test: use _ variable for unused loop countersSebastian Falbesoner2020-08-061-1/+1
* test: Add smoke test to check that wallets are flushed by defaultMarcoFalke2020-07-091-0/+5
* test: refactor functional tests to use restart_nodeChristopher Coverdale2020-06-221-2/+1
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* test: Extend wallet_dump test to cover commentsMarcoFalke2020-04-111-6/+41
* bump test timeouts so that functional tests run in valgrindMicky Yun Chan2020-01-251-1/+1
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* scripted-diff: test: Remove brackets after assertMarcoFalke2019-03-021-2/+2
* scripted-diff: Remove unused 'split' parameter to setup_networkMarcoFalke2018-12-221-1/+1
* [tests] Remove deprecated addwitnessaddress call from wallet_dump.pyJohn Newbery2018-09-231-35/+41
* [test] Fix flake8 warnings in testsJohn Newbery2018-09-231-6/+5
* Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting downWladimir J. van der Laan2018-09-141-2/+1
|\
| * No longer shutdown after encrypting the walletAndrew Chow2018-08-091-2/+1
* | qa: Remove unneded import_deterministic_coinbase_privkeys overwrite, add comm...MarcoFalke2018-09-131-1/+5
* | qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* | qa: Premine to deterministic address with -disablewalletMarcoFalke2018-09-101-48/+52
|/
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | qa: Extract rpc_timewait as test paramMarcoFalke2018-08-011-6/+3
|/
* [refactor] manually change remaining instances of master key to seed.John Newbery2018-05-191-1/+1
* scripted-diff: Rename master key to seedJohn Newbery2018-05-191-1/+1
* Enable W191 and W291 flake8 checks.John Bampton2018-05-111-1/+1
* Merge #12627: qa: Fix some tests to work on native windowsMarcoFalke2018-03-071-10/+14
|\
| * qa: Fix some tests to work on native windowsMarcoFalke2018-03-061-10/+14
* | Merge #12482: [tests] bind functional test nodes to 127.0.0.1Wladimir J. van der Laan2018-03-071-1/+1
|\ \
| * | [tests] bind functional test nodes to 127.0.0.1Sjors Provoost2018-03-061-1/+1
| |/
* / Fix typospracticalswift2018-02-261-1/+1
|/
* scripted-diff: validateaddress to getaddressinfo in testsAndrew Chow2018-02-161-3/+3
* Bech32 addresses in dumpwalletfivepiece2018-02-071-4/+16
* [tests] Rename wallet_* functional tests.Anthony Towns2018-01-251-0/+144