aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/ismine_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove WalletLocation classRussell Yanofsky2020-09-031-20/+20
* Convert CPubKey to WitnessV0KeyHash directlyBen Woosley2020-06-191-3/+3
* scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow2020-06-171-20/+20
* Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow2020-01-231-0/+20
* Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow2020-01-231-20/+20
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* Merge #16839: Replace Connman and BanMan globals with NodeContext localWladimir J. van der Laan2019-10-301-1/+3
|\
| * Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky2019-10-281-1/+3
* | Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow2019-10-251-84/+84
|/
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-1/+0
* Change ismine to take a CWallet instead of CKeyStoreAndrew Chow2019-06-191-21/+42
* Move ismine to wallet moduleAndrew Chow2019-06-191-0/+378