elements/src/wallet/test
Andrew Chow f1ee37319a wallet: Reload previously loaded wallets on GUI startup
Enable the GUI to also use the load_on_startup feature.
Wallets loaded in the GUI always have load_on_startup=true.
When they are unloaded from the GUI, load_on_startup=false.

To facilitate this change, UpdateWalletSetting is moved into the wallet
module and called from within LoadWallet, RemoveWallet, and
Createwallet. This change does not actually touch the GUI code but
rather the wallet functions that are shared between the GUI and RPC.
2020-09-01 12:13:50 -04:00
..
coinselector_tests.cpp scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase 2020-06-17 14:12:41 -04:00
db_tests.cpp walletdb: Move BDB specific things into bdb.{cpp/h} 2020-06-15 20:41:05 -04:00
init_test_fixture.cpp refactor: Move wallet methods out of chain.h and node.h 2020-08-27 14:33:00 -04:00
init_test_fixture.h refactor: Move wallet methods out of chain.h and node.h 2020-08-27 14:33:00 -04:00
init_tests.cpp refactor: Move wallet methods out of chain.h and node.h 2020-08-27 14:33:00 -04:00
ismine_tests.cpp Convert CPubKey to WitnessV0KeyHash directly 2020-06-19 12:14:07 -07:00
psbt_wallet_tests.cpp psbt: always put a non_witness_utxo and don't remove it 2020-06-24 16:32:19 -04:00
scriptpubkeyman_tests.cpp scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase 2020-06-17 14:12:41 -04:00
wallet_crypto_tests.cpp refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o) 2020-06-24 18:41:45 +02:00
wallet_test_fixture.cpp refactor: Move wallet methods out of chain.h and node.h 2020-08-27 14:33:00 -04:00
wallet_test_fixture.h refactor: Move wallet methods out of chain.h and node.h 2020-08-27 14:33:00 -04:00
wallet_tests.cpp wallet: Reload previously loaded wallets on GUI startup 2020-09-01 12:13:50 -04:00