aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_multiwallet.py
AgeCommit message (Expand)Author
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-01-19fs: Make compatible with boost 1.78Andrew Chow
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-10-20wallet: Use PACKAGE_NAME to mention our softwareHennadii Stepanov
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-02-04wallet: Fix already-loading error message grammarFotis Koutoupas
2021-01-25rpc: Add specific error code for "wallet already loaded"Wladimir J. van der Laan
2020-12-04test: Fix intermittent wallet_multiwallet issue with got_loading_errorMarcoFalke
2020-12-04test: pep8 wallet_multiwallet.pyMarcoFalke
2020-12-01test: Fix wallet_multiwallet issue on windowsMarcoFalke
2020-11-24RPC/Wallet: unloadwallet: Allow specifying wallet_name param matching RPC end...Luke Dashjr
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