aboutsummaryrefslogtreecommitdiff
path: root/test/functional/tool_wallet.py
Commit message (Expand)AuthorAgeFilesLines
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-4/+84
* Disable some tests for tool_wallet when descriptorsAndrew Chow2020-11-011-3/+6
* Add descriptor wallet output to tool_wallet.pyAndrew Chow2020-11-011-25/+56
* wallet: Make -wallet setting not create walletsRussell Yanofsky2020-10-211-1/+2
* Show name, format and if uses descriptors in bitcoin-wallet toolJonas Schnelli2020-10-211-0/+11
* test: Get rid of default wallet hacksRussell Yanofsky2020-09-291-4/+4
* test, refactor: add default_wallet_name and wallet_data_filename variablesRussell Yanofsky2020-09-291-1/+1
* wallet: Remove path checking code from bitcoin-wallet toolRussell Yanofsky2020-09-031-2/+4
* walletdb: Combine VerifyDatabaseFile and VerifyEnvironmentAndrew Chow2020-07-011-2/+1
* Add basic test for bitcoin-wallet salvageAndrew Chow2020-05-251-1/+9
* wallet: Report full error message in wallettoolMarcoFalke2020-05-011-4/+10
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* Merge #16681: Tests: Use self.chain instead of 'regtest' in all current testsMarcoFalke2020-02-041-2/+2
|\
| * Tests: Use self.chain instead of 'regtest' in almost all current testsJorge Timón2019-10-261-2/+2
* | test: skip tool_wallet test when bitcoin-wallet isn't compiledfanquake2019-11-181-0/+1
|/
* test: Bump timeouts in slow running testsMarcoFalke2019-09-161-0/+1
* test: Tool wallet test coverage for unexpected writes to walletJon Atack2019-07-081-1/+86
* test: Split tool_wallet.py test into subtestsJon Atack2019-07-081-2/+18
* test: Add log messages to test/functional/tool_wallet.pyJon Atack2019-07-081-6/+13
* [tests] Add wallet-tool testJoão Barbosa2019-01-301-0/+101