aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_createwallet.py
AgeCommit message (Expand)Author
2023-10-10test: Add Wallet Unlock Context ManagerBrandon Odiwuor
2023-10-05test: Bump walletpassphrase timeouts to avoid intermittent issuesMarcoFalke
2023-06-19test: refactor: introduce `generate_keypair` helper with WIF supportSebastian Falbesoner
2023-06-04rpc: remove deprecated "warning" field from {create,load,restore,unload}walletSebastian Falbesoner
2023-04-10test: fix importmulti/importdescriptors assertionJon Atack
2023-04-10test: createwallet "warning" field deprecation testJon Atack
2023-04-10rpc: deprecate "warning" field in {create,load,unload,restore}walletJon Atack
2023-04-10test: add test coverage for "warnings" field in createwalletJon Atack
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-04-27tests: Do not always create a descriptor wallet in wallet_createwalletAndrew Chow
2022-04-16test: Add a test that creates a wallet with invalid parametersw0xlt
2022-03-10wallet: Add a deprecation warning for newly created legacy walletsAndrew Chow
2021-11-16Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by defaultAndrew Chow
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-02-01scripted-diff: Remove setup_clean_chain if default is not changedFabian Jahr
2020-11-01Use importdescriptors when in descriptor wallet mode in wallet_createwallet.pyAndrew Chow
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-11test: Bump walletpassphrase timeouts in wallet_createwallet to avoid valgrind...MarcoFalke
2020-03-10ci: Enable all functional tests in valgrindMarcoFalke
2019-12-06tests: Use a default of supports_cli=True (instead of supports_cli=False)practicalswift
2019-07-29Allow createwallet to take empty passwords to make unencrypted walletsAndrew Chow
2019-07-19Return error for ignored passphrase through disable private keys optionFabian Jahr
2019-06-04wallet: do not encrypt wallets with disabled private keyswhythat
2019-05-13Add option to create an encrypted walletAndrew Chow
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2019-02-14Fetch keys from keypool when private keys are disabledAndrew Chow
2019-02-10[wallet] Support creating a blank walletAndrew Chow