aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/wallettests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-4/+4
* Remove WalletLocation classRussell Yanofsky2020-09-031-1/+1
* wallet: Reload previously loaded wallets on GUI startupAndrew Chow2020-09-011-1/+1
* gui: Replace interface::Node references with pointersRussell Yanofsky2020-08-261-1/+1
* test: Remove duplicate NodeContext hacksRussell Yanofsky2020-07-131-2/+1
* Merge #19310: wallet: BerkeleyDatabase make BerkeleyDatabase::Create, CreateM...MarcoFalke2020-06-181-1/+1
|\
| * scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow2020-06-171-1/+1
* | scripted-diff: Make SeparatorStyle a scoped enumHennadii Stepanov2020-06-181-2/+2
|/
* Merge #17597: qt: Fix height of QR-less ReceiveRequestDialogJonas Schnelli2020-05-291-9/+17
|\
| * qt: Overhaul ReceiveRequestDialogHennadii Stepanov2020-05-051-9/+17
* | Merge #16432: qt: Add privacy to the Overview pageJonas Schnelli2020-05-291-1/+1
|\ \ | |/ |/|
| * qt: Add privacy feature to Overview pageHennadii Stepanov2020-05-271-1/+1
* | [wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard2020-04-301-1/+0
|/
* wallet: Refactor WalletRescanReserver to use wallet referenceJoão Barbosa2020-04-191-1/+1
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* Merge #17954: wallet: Remove calls to Chain::Lock methodsMarcoFalke2020-04-141-4/+1
|\
| * wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactionsRussell Yanofsky2020-03-311-1/+1
| * wallet refactor: Avoid use of Chain::Lock in qt wallettestsRussell Yanofsky2020-03-311-4/+1
* | Merge #17905: gui: Avoid redundant tx status updatesMarcoFalke2020-04-101-1/+3
|\ \ | |/ |/|
| * gui: Avoid redundant tx status updatesRussell Yanofsky2020-01-091-1/+3
* | Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow2020-01-231-1/+1
* | Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow2020-01-231-2/+1
* | Merge #17691: doc: Add missed copyright headersMarcoFalke2020-01-161-0/+4
|\ \ | |/ |/|
| * scripted-diff: Add missed copyright headersHennadii Stepanov2020-01-041-0/+4
* | Merge #17564: rpc: Use mempool from node context instead of globalMarcoFalke2019-12-161-0/+1
|\ \ | |/ |/|
| * node: Use mempool from node context instead of globalMarcoFalke2019-12-051-0/+1
* | [test] qt: add send screen balance testSjors Provoost2019-11-261-0/+10
|/
* Merge #15931: Remove GetDepthInMainChain dependency on locked chain interfaceSamuel Dobson2019-11-081-0/+2
|\
| * Add m_last_block_processed_height field in CWalletAntoine Riard2019-11-051-0/+2
* | 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-7/+6
|\
| * scripted-diff: Remove g_connman, g_banman globalsRussell Yanofsky2019-10-281-0/+1
| * Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky2019-10-281-7/+5
* | Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow2019-10-251-1/+3
|/
* doc: Explain QT_QPA_PLATFORM for gui testsMarcoFalke2019-10-011-4/+4
* qt: Assert QMetaObject::invokeMethod resultJoão Barbosa2019-07-081-1/+2
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-2/+0
* scripted-diff: Rename LockAnnotation to LockAssertionpracticalswift2019-05-171-1/+1
* [refactor] interfaces: Add missing LockAnnotation for cs_mainMarcoFalke2019-05-131-0/+2
* Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...Wladimir J. van der Laan2019-05-091-2/+2
|\
| * Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders2019-04-291-2/+2
* | scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne2019-05-031-1/+1
|/
* Merge #15788: test: Unify testing setups for fuzz, bench, and unit testsMarcoFalke2019-04-151-1/+1
|\
| * scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* | bitcoin-wallet tool: Drop MakeChain callsRussell Yanofsky2019-04-101-1/+1
|/
* Rename ScanResult stop_block fieldRussell Yanofsky2019-02-011-2/+2
* Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...Russell Yanofsky2019-01-151-7/+5
* Add stop_block out arg to ScanForWalletTransactionsBen Woosley2018-11-131-3/+4
* Return a status enum from ScanForWalletTransactionsBen Woosley2018-11-131-1/+6
* Remove uses of cs_main in wallet codeRussell Yanofsky2018-11-061-1/+1