aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_multiwallet.py
AgeCommit message (Expand)Author
2020-11-24RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC endpoint and w...Luke Dashjr
2020-11-16Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan
2020-11-06QA: wallet_multiwallet: Check that recursive symlink directory and wallet.dat...Luke Dashjr
2020-11-05test: Fix wallet_multiwallet test issue on WindowsMarcoFalke
2020-11-04wallet: Remove -upgradewallet from dummywalletMarcoFalke
2020-11-03Ignoring (but warn) on duplicate -wallet parametersJonas Schnelli
2020-11-01tests: Make only desc wallets for wallet_multwallet.py --descriptorsAndrew Chow
2020-10-21wallet: Make -wallet setting not create walletsRussell Yanofsky
2020-10-14Update wallet_multiwallet.py for descriptor and sqlite walletsRussell Yanofsky
2020-10-07rpc: change no wallet loaded message to be clearerAndrew Chow
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-26test: remove unused constants in functional testsSebastian Falbesoner
2020-09-08Do not create default walletAndrew Chow
2020-09-03wallet: Remove path checking code from createwallet RPCRussell Yanofsky
2020-09-03wallet: Remove path checking code from loadwallet RPCRussell Yanofsky
2020-09-03wallet: Remove Verify and IsLoaded methodsRussell Yanofsky
2020-08-31Remove -zapwallettxesAndrew Chow
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-07-22No need to check for duplicate fileids in all dbenvsAndrew Chow
2020-06-19qa: Test concurrent wallet loadingJoão Barbosa
2020-05-25wallet: remove -salvagewalletAndrew Chow
2020-05-01wallet: Remove trailing whitespace from potential translation stringsMarcoFalke
2020-04-19Merge #15761: Replace -upgradewallet startup option with upgradewallet RPCMarcoFalke
2020-04-17Merge #18673: scripted-diff: Sort test includesMarcoFalke
2020-04-17Merge #18467: rpc: Improve documentation and return value of settxfeeMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-14rpc: settxfee respects -maxtxfee wallet settingFabian Jahr
2020-04-13Remove -upgradewallet startup optionAndrew Chow
2020-03-31wallet: Handle duplicate fileid exceptionJoão Barbosa
2020-03-14test: Bump timeouts to avoid valgrind failuresMarcoFalke
2020-02-04Merge #16681: Tests: Use self.chain instead of 'regtest' in all current testsMarcoFalke
2019-12-06tests: Use a default of supports_cli=True (instead of supports_cli=False)practicalswift
2019-10-26Tests: Use self.chain instead of 'regtest' in almost all current testsJorge Timón
2019-10-08wallet: Avoid showing GUI popups on RPC errorsMarcoFalke
2019-09-09Merge #16796: wallet: Fix segfault in CreateWalletFromFileSamuel Dobson
2019-09-03test/contrib: Fix invalid escapes in regex stringsBen Woosley
2019-09-03wallet: Fix segmentation fault in CreateWalletFromFileMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-02-04qa: Test .walletlock file is closedJoão Barbosa
2018-11-06wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a dir...Chun Kuan Lee
2018-10-25Remove fs::relative call and fix listwalletdir testsJoão Barbosa
2018-10-24appveyor: Enable multiwallet testChun Kuan Lee
2018-10-24Merge #14320: [bugfix] wallet: Fix duplicate fileid detectionWladimir J. van der Laan
2018-10-24tests: add test case for loading copied wallet twiceChun Kuan Lee
2018-10-24Merge #14453: rpc: Fix wallet unload during walletpassphrase timeoutWladimir J. van der Laan
2018-10-23Merge #14468: [wallet] Deprecate generate RPC methodMarcoFalke
2018-10-20qa: Ensure wallet unload during walletpassphrase timeoutJoão Barbosa
2018-10-19Merge #14291: wallet: Add ListWalletDir utility functionWladimir J. van der Laan
2018-10-18qa: Add tests for listwalletdir RPCJoão Barbosa