bitcoin/src/wallet/test
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.
2019-02-10 12:24:53 -05:00
..
coinselector_tests.cpp Pass chain and client variables where needed 2018-11-06 11:44:40 -04:00
db_tests.cpp Tests: add unit tests for GetWalletEnv 2018-11-26 12:20:35 -04:00
init_test_fixture.cpp Remove direct node->wallet calls in init.cpp 2018-11-06 11:44:40 -04:00
init_test_fixture.h Remove direct node->wallet calls in init.cpp 2018-11-06 11:44:40 -04:00
init_tests.cpp Remove direct node->wallet calls in init.cpp 2018-11-06 11:44:40 -04:00
psbt_wallet_tests.cpp Merge #14588: Refactor PSBT signing logic to enforce invariant and fix signing bug 2018-11-09 19:43:09 -08:00
wallet_crypto_tests.cpp scripted-diff: Move util files to separate directory. 2018-11-04 22:46:07 -08:00
wallet_test_fixture.cpp Pass chain and client variables where needed 2018-11-06 11:44:40 -04:00
wallet_test_fixture.h Pass chain and client variables where needed 2018-11-06 11:44:40 -04:00
wallet_tests.cpp [wallet] Support creating a blank wallet 2019-02-10 12:24:53 -05:00