aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/ismine_tests.cpp
AgeCommit message (Expand)Author
2023-08-14Rename script/standard.{cpp/h} to script/solver.{cpp/h}Andrew Chow
2023-08-14Clean up things that include script/standard.hAndrew Chow
2023-08-14Move Taproot{SpendData/Builder} to signingprovider.{h/cpp}Andrew Chow
2023-05-03wallet, tests: Replace usage of dummy db with mockable dbAndrew Chow
2023-04-11wallet: Add wallet/types.h for simple public enum and struct typesRyan Ofsky
2023-02-15refactor: wallet, remove global 'ArgsManager' accessfurszy
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-30Merge bitcoin/bitcoin#25942: test: add `ismine` test for descriptor ScriptPub...Andrew Chow
2022-08-27test: add `ismine` test for descriptor scriptpubkeymanw0xlt
2022-08-25scriptpubkeyman: Implement GetScriptPubKeys in LegacyAndrew Chow
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-09Remove `gArgs` from `wallet.h` and `wallet.cpp`Kiminuo
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-07test: Remove no longer needed MakeChain callsRussell Yanofsky
2020-09-03Remove WalletLocation classRussell Yanofsky
2020-06-19Convert CPubKey to WitnessV0KeyHash directlyBen Woosley
2020-06-17scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow
2020-01-23Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow
2020-01-23Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-30Merge #16839: Replace Connman and BanMan globals with NodeContext localWladimir J. van der Laan
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-10-25Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-19Change ismine to take a CWallet instead of CKeyStoreAndrew Chow
2019-06-19Move ismine to wallet moduleAndrew Chow