aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/wallettests.cpp
AgeCommit message (Expand)Author
2020-09-01wallet: Reload previously loaded wallets on GUI startupAndrew Chow
2020-08-26gui: Replace interface::Node references with pointersRussell Yanofsky
2020-07-13test: Remove duplicate NodeContext hacksRussell Yanofsky
2020-06-18Merge #19310: wallet: BerkeleyDatabase make BerkeleyDatabase::Create, CreateM...MarcoFalke
2020-06-18scripted-diff: Make SeparatorStyle a scoped enumHennadii Stepanov
2020-06-17scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow
2020-05-29Merge #17597: qt: Fix height of QR-less ReceiveRequestDialogJonas Schnelli
2020-05-29Merge #16432: qt: Add privacy to the Overview pageJonas Schnelli
2020-05-27qt: Add privacy feature to Overview pageHennadii Stepanov
2020-05-05qt: Overhaul ReceiveRequestDialogHennadii Stepanov
2020-04-30[wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard
2020-04-19wallet: Refactor WalletRescanReserver to use wallet referenceJoão Barbosa
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-14Merge #17954: wallet: Remove calls to Chain::Lock methodsMarcoFalke
2020-04-10Merge #17905: gui: Avoid redundant tx status updatesMarcoFalke
2020-03-31wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactionsRussell Yanofsky
2020-03-31wallet refactor: Avoid use of Chain::Lock in qt wallettestsRussell Yanofsky
2020-01-23Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow
2020-01-23Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow
2020-01-16Merge #17691: doc: Add missed copyright headersMarcoFalke
2020-01-09gui: Avoid redundant tx status updatesRussell Yanofsky
2020-01-04scripted-diff: Add missed copyright headersHennadii Stepanov
2019-12-16Merge #17564: rpc: Use mempool from node context instead of globalMarcoFalke
2019-12-05node: Use mempool from node context instead of globalMarcoFalke
2019-11-26[test] qt: add send screen balance testSjors Provoost
2019-11-08Merge #15931: Remove GetDepthInMainChain dependency on locked chain interfaceSamuel Dobson
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-11-05Add m_last_block_processed_height field in CWalletAntoine Riard
2019-10-30Merge #16839: Replace Connman and BanMan globals with NodeContext localWladimir J. van der Laan
2019-10-28scripted-diff: Remove g_connman, g_banman globalsRussell Yanofsky
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-10-25Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow
2019-10-01doc: Explain QT_QPA_PLATFORM for gui testsMarcoFalke
2019-07-08qt: Assert QMetaObject::invokeMethod resultJoão Barbosa
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-17scripted-diff: Rename LockAnnotation to LockAssertionpracticalswift
2019-05-13[refactor] interfaces: Add missing LockAnnotation for cs_mainMarcoFalke
2019-05-09Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...Wladimir J. van der Laan
2019-05-03scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2019-04-15Merge #15788: test: Unify testing setups for fuzz, bench, and unit testsMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-04-10bitcoin-wallet tool: Drop MakeChain callsRussell Yanofsky
2019-02-01Rename ScanResult stop_block fieldRussell Yanofsky
2019-01-15Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...Russell Yanofsky
2018-11-13Add stop_block out arg to ScanForWalletTransactionsBen Woosley
2018-11-13Return a status enum from ScanForWalletTransactionsBen Woosley
2018-11-06Remove uses of cs_main in wallet codeRussell Yanofsky
2018-11-06Pass chain and client variables where neededRussell Yanofsky
2018-10-25wallet: Refactor to use WalletLocationJoão Barbosa