aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_multiwallet.py
AgeCommit message (Expand)Author
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
2018-10-16[tests] Small fixups before deprecating generateJohn Newbery
2018-09-17tests: Make it possible to run functional tests on WindowsChun Kuan Lee
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-15wallet: Fix backupwallet for multiwalletsDaniel Kraft
2018-06-28[wallet] loadwallet shouldn't create new wallets.John Newbery
2018-06-21Merge #13111: Add unloadwallet RPCJonas Schnelli
2018-06-18bugfix: Remove dangling wallet env instanceJoão Barbosa
2018-06-18test: Wallet methods are disabled when no wallet is loadedJoão Barbosa
2018-06-18test: Add functional tests for unloadwallet RPCJoão Barbosa
2018-06-12Explicitly specify encoding when opening text files in Python codepracticalswift
2018-05-31[wallet] [tests] Add tests for `createwallet` RPC.John Newbery
2018-05-16[wallet] [tests] Test loadwalletJohn Newbery
2018-04-24Merge #12909: wallet: Make fee settings to be non-static membersWladimir J. van der Laan
2018-04-23wallet: Make fee settings non-static membersMarcoFalke
2018-04-19[wallet] [tests] Test disallowed multiwallet paramsJohn Newbery
2018-04-07scripted-diff: Rename wallet database classesRussell Yanofsky
2018-04-01qa: Match full plain text by defaultMarcoFalke
2018-03-22Merge #12076: qa: Use node.datadir instead of tmpdir in test frameworkWladimir J. van der Laan
2018-03-19qa: Allow for partial_match when checking init errorMarcoFalke
2018-03-19qa: Use node.datadir instead of tmpdir in test frameworkMarcoFalke
2018-03-18[Tests] Require exact match in assert_start_raises_init_eror()John Newbery
2018-03-18[Tests] Move assert_start_raises_init_error method to TestNodeJohn Newbery
2018-03-03Create new wallet databases as directories rather than filesRussell Yanofsky
2018-03-03Allow wallet files not in -walletdir directoryRussell Yanofsky
2018-01-25[tests] Rename wallet_* functional tests.Anthony Towns