aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_createwallet.py
Commit message (Expand)AuthorAgeFilesLines
* Generate legacy addresses by defaultRoss Nicoll2021-06-121-0/+2
* Use importdescriptors when in descriptor wallet mode in wallet_createwallet.pyAndrew Chow2020-11-011-10/+45
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* test: Bump walletpassphrase timeouts in wallet_createwallet to avoid valgrind...MarcoFalke2020-03-111-4/+4
* ci: Enable all functional tests in valgrindMarcoFalke2020-03-101-1/+1
* tests: Use a default of supports_cli=True (instead of supports_cli=False)practicalswift2019-12-061-1/+0
* Allow createwallet to take empty passwords to make unencrypted walletsAndrew Chow2019-07-291-3/+12
* Return error for ignored passphrase through disable private keys optionFabian Jahr2019-07-191-0/+3
* wallet: do not encrypt wallets with disabled private keyswhythat2019-06-041-1/+1
* Add option to create an encrypted walletAndrew Chow2019-05-131-0/+23
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* scripted-diff: test: Remove brackets after assertMarcoFalke2019-03-021-2/+2
* Fetch keys from keypool when private keys are disabledAndrew Chow2019-02-141-8/+8
* [wallet] Support creating a blank walletAndrew Chow2019-02-101-0/+100