MarcoFalke
fa488f131f
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
5 years ago
MarcoFalke
fa72d270ad
test: Bump walletpassphrase timeouts in wallet_createwallet to avoid valgrind timeouts
5 years ago
MarcoFalke
4444edc2e6
ci: Enable all functional tests in valgrind
5 years ago
practicalswift
5ac804a9eb
tests: Use a default of supports_cli=True (instead of supports_cli=False)
5 years ago
Andrew Chow
c5d3787367
Allow createwallet to take empty passwords to make unencrypted wallets
...
Allow createwallet to take the empty string as a password and interpret that
as leaving the wallet unencrypted. Also warn when that happens.
5 years ago
Fabian Jahr
ba1f128d6c
Return error for ignored passphrase through disable private keys option
5 years ago
whythat
7860c98bd5
wallet: do not encrypt wallets with disabled private keys
6 years ago
Andrew Chow
662d1171d9
Add option to create an encrypted wallet
6 years ago
MarcoFalke
faa7cdf764
scripted-diff: Update copyright in ./test
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./test/
-END VERIFY SCRIPT-
6 years ago
MarcoFalke
fa0e65b772
scripted-diff: test: Remove brackets after assert
...
-BEGIN VERIFY SCRIPT-
sed -i --regexp-extended -e 's/assert ?\((.+)\)(( )*)?(#.*)?$/assert \1\3\3\4/g' $(git grep -l --extended-regexp 'assert ?\(' test)
-END VERIFY SCRIPT-
6 years ago
Andrew Chow
9b81fd19ac
Fetch keys from keypool when private keys are disabled
...
When private keys are disabled, still fetch keys from the keypool
if the keypool has keys. Those keys come from importing them and
adding them to the keypool.
6 years ago
Andrew Chow
7687f7873b
[wallet] Support creating a blank wallet
...
A blank wallet is a wallet that has no keys, script or watch only things.
A new wallet flag indicating that it is blank will be set when the wallet
is blank. Once it is no longer blank (a seed has been generated, keys or
scripts imported, etc), the flag will be unset.
6 years ago