aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/wallet_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-2/+4
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-15/+17
* Remove references to CreateWalletFromFilefanquake2020-11-121-2/+2
* [send] Make send RPCs return fee reasonSishir Giri2020-09-261-1/+2
* validation: Move PruneOneBlockFile to BlockManagerCarl Dong2020-09-151-3/+3
* refactor: Pass wallet database into CWallet::CreateRussell Yanofsky2020-09-031-1/+4
* Remove WalletLocation classRussell Yanofsky2020-09-031-11/+11
* wallet: Reload previously loaded wallets on GUI startupAndrew Chow2020-09-011-3/+3
* rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)MarcoFalke2020-08-141-6/+6
* Make Hash[160] consume range-like objectsPieter Wuille2020-07-301-2/+2
* Merge #19370: Static asserts for consistency of fee defaultsWladimir J. van der Laan2020-07-221-0/+5
|\
| * Static asserts for consistency of fee defaults.Daniel Kraft2020-06-241-0/+5
* | wallet: Fix clang build in MacAnthony Fieroni2020-07-111-2/+2
* | Merge #18850: wallet: Fix ZapSelectTx to sync wallet spendsSamuel Dobson2020-07-111-0/+33
|\ \
| * | Fix ZapSelectTx to sync wallet spendsAnthony Fieroni2020-05-071-0/+33
* | | Merge #19277: util: Add Assert identity functionMarcoFalke2020-07-041-3/+3
|\ \ \
| * | | scripted-diff: Replace EnsureChainman with Assert in unit testsMarcoFalke2020-06-151-3/+3
* | | | refactor: Remove confusing BlockIndex globalMarcoFalke2020-06-291-8/+9
| |_|/ |/| |
* | | scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow2020-06-171-10/+10
|/ /
* | test: Avoid overwriting the NodeContext member of the testing setupMarcoFalke2020-06-061-1/+0
* | validation: Make PruneOneBlockFile() a member of ChainstateManagerMarcoFalke2020-05-211-3/+3
* | refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky2020-05-131-3/+7
* | test: Fix outstanding -Wsign-compare errorsBen Woosley2020-05-081-4/+4
|/
* Merge #9381: Remove CWalletTx merging logic from AddToWalletSamuel Dobson2020-05-061-12/+5
|\
| * Remove CWalletTx merging logic from AddToWalletRussell Yanofsky2020-05-011-12/+5
* | wallet: Avoid translating RPC errors when creating txsMarcoFalke2020-05-011-1/+1
* | wallet: Avoid translating RPC errors when loading walletsMarcoFalke2020-05-011-2/+3
|/
* [wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard2020-04-301-42/+63
* [wallet] Move methods from Chain::Lock interface to simple ChainAntoine Riard2020-04-301-5/+5
* [wallet] Move getHeight from Chain::Lock interface to simple ChainAntoine Riard2020-04-301-1/+1
* test: Add CreateWalletFromFile testRussell Yanofsky2020-04-261-0/+114
* Introduce WalletDescriptor classAndrew Chow2020-04-231-0/+21
* Merge #18671: wallet: Add BlockUntilSyncedToCurrentChain to dumpwalletSamuel Dobson2020-04-231-6/+9
|\
| * wallet: Add BlockUntilSyncedToCurrentChain to dumpwalletMarcoFalke2020-04-161-6/+9
* | wallet: Refactor WalletRescanReserver to use wallet referenceJoão Barbosa2020-04-191-5/+5
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
|/
* Merge #17954: wallet: Remove calls to Chain::Lock methodsMarcoFalke2020-04-141-8/+11
|\
| * wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactionsRussell Yanofsky2020-03-311-7/+7
| * wallet: Avoid use of Chain::Lock in importmultiRussell Yanofsky2020-03-311-0/+1
| * wallet: Avoid use of Chain::Lock in importwallet and dumpwalletRussell Yanofsky2020-03-311-1/+3
* | protect g_chainman with cs_mainJames O'Beirne2020-03-171-1/+1
|/
* Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow2020-01-231-5/+8
* Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow2020-01-231-8/+4
* Merge #17354: wallet: Tidy CWallet::SetUsedDestinationStatefanquake2019-11-081-3/+4
|\
| * wallet: Reuse existing batch in CWallet::SetUsedDestinationStateJoão Barbosa2019-11-021-3/+4
* | Merge #15931: Remove GetDepthInMainChain dependency on locked chain interfaceSamuel Dobson2019-11-081-5/+30
|\ \
| * | Remove locked_chain from GetDepthInMainChain and its callersAntoine Riard2019-11-061-2/+2
| * | Add block_height field in struct ConfirmationAntoine Riard2019-11-061-3/+3
| * | Replace CWalletTx::SetConf by Confirmation initialization listAntoine Riard2019-11-061-3/+6
| * | Add m_last_block_processed_height field in CWalletAntoine Riard2019-11-051-0/+22
| |/