aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/accounting_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille2016-12-021-2/+2
* Remove last reference to CWalletDB from accounting_tests.cppPatrick Strateman2016-09-151-7/+5
* Remove pwalletdb parameter from CWallet::AddAccountingEntryPatrick Strateman2016-09-151-4/+4
* Add CWallet::ReorderTransactions and use in accounting_tests.cppPatrick Strateman2016-09-151-1/+1
* Add CWallet::ListAccountCreditDebitPatrick Strateman2016-09-151-1/+1
* Remove CWalletDB* parameter from CWallet::AddToWalletPatrick Strateman2016-07-291-3/+3
* Split CWallet::AddToWallet into AddToWallet and LoadToWallet.Patrick Strateman2016-07-291-3/+3
* test: Create test fixture for walletWladimir J. van der Laan2016-04-181-2/+2
* test: move accounting_tests and rpc_wallet_tests to wallet/testWladimir J. van der Laan2016-04-181-0/+141