aboutsummaryrefslogtreecommitdiff
path: root/test/functional/tool_wallet.py
AgeCommit message (Expand)Author
2024-05-16wallet, test: Be able to always swap BDB endiannessAva Chow
2024-05-16test: Test bdb_ro dump of wallet without reset LSNsAva Chow
2024-05-16test: Test dumping dbs with overflow pagesAva Chow
2024-05-16test: Test dumps of other endian BDB filesAva Chow
2024-05-16wallettool: Optionally use BERKELEY_RO as format when dumping BDB walletsAva Chow
2023-10-10 test: Use pathlib over os.path #28362ns-xvrn
2023-09-26test: Test loading wallets with conflicts without a chainAndrew Chow
2023-08-02Merge bitcoin/bitcoin#27572: test: dedup file hashing using `sha256sum_file` ...fanquake
2023-06-21test: Use TestNode *_path properties where possibleMarcoFalke
2023-06-21scripted-diff: Use wallets_path and chain_path where possibleMarcoFalke
2023-05-05test: Treat `bitcoin-wallet` binary in the same way as othersHennadii Stepanov
2023-05-04test: dedup file hashing using `sha256sum_file` helperSebastian Falbesoner
2023-01-18scripted-diff: Use new python 3.7 keywordsMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-08-25Apply label to all scriptPubKeys of imported combo()Andrew Chow
2021-12-26wallettool: Check that the dumpfile checksum is the correct sizeAndrew Chow
2021-11-16Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by defaultAndrew Chow
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-10-25Merge bitcoin/bitcoin#23311: wallet: Use PACKAGE_NAME to mention our softwareMarcoFalke
2021-10-20wallet: Use PACKAGE_NAME to mention our softwareHennadii Stepanov
2021-09-17wallet: Default new wallets to descriptor walletsAndrew Chow
2021-09-09Merge bitcoin/bitcoin#22788: scripted-diff: Use generate* from TestFrameworkmerge-script
2021-09-08test: Fix tests on WindowsMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-02-05Merge #20267: Disable and fix tests for when BDB is not compiledWladimir J. van der Laan
2021-01-27tests: Disable bdb dump test when no bdbAndrew Chow
2021-01-21util: Add ArgsManager::GetCommand() and use it in bitcoin-walletMarcoFalke
2021-01-21test: Add testsMarcoFalke
2020-12-17wallet: Add missing check for -descriptors wallet tool optionMarcoFalke
2020-12-17test: Add missing check for is_sqlite_compiledMarcoFalke
2020-12-16tests: Test bitcoin-wallet dump and createfromdumpAndrew Chow
2020-11-13test: walettool create descriptorsIvan Metlushko
2020-11-01Disable some tests for tool_wallet when descriptorsAndrew Chow
2020-11-01Add descriptor wallet output to tool_wallet.pyAndrew Chow
2020-10-21wallet: Make -wallet setting not create walletsRussell Yanofsky
2020-10-21Show name, format and if uses descriptors in bitcoin-wallet toolJonas Schnelli
2020-09-29test: Get rid of default wallet hacksRussell Yanofsky
2020-09-29test, refactor: add default_wallet_name and wallet_data_filename variablesRussell Yanofsky
2020-09-03wallet: Remove path checking code from bitcoin-wallet toolRussell Yanofsky
2020-07-01walletdb: Combine VerifyDatabaseFile and VerifyEnvironmentAndrew Chow
2020-05-25Add basic test for bitcoin-wallet salvageAndrew Chow
2020-05-01wallet: Report full error message in wallettoolMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-02-04Merge #16681: Tests: Use self.chain instead of 'regtest' in all current testsMarcoFalke
2019-11-18test: skip tool_wallet test when bitcoin-wallet isn't compiledfanquake
2019-10-26Tests: Use self.chain instead of 'regtest' in almost all current testsJorge Timón
2019-09-16test: Bump timeouts in slow running testsMarcoFalke
2019-07-08test: Tool wallet test coverage for unexpected writes to walletJon Atack
2019-07-08test: Split tool_wallet.py test into subtestsJon Atack