aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/accounting_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* 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
| | | | Simple pass through for CWalletDB::ListAccountCreditDebit
* Remove CWalletDB* parameter from CWallet::AddToWalletPatrick Strateman2016-07-291-3/+3
|
* Split CWallet::AddToWallet into AddToWallet and LoadToWallet.Patrick Strateman2016-07-291-3/+3
| | | | | This removes the fFromLoadWallet flag in AddToWallet. These were already effectively two methods.
* test: Create test fixture for walletWladimir J. van der Laan2016-04-181-2/+2
| | | | | Removes all the `#ifdef ENABLE_WALLET` from `test_bitcoin` by making the wallet tests use their own fixture.
* test: move accounting_tests and rpc_wallet_tests to wallet/testWladimir J. van der Laan2016-04-181-0/+141
Move the two other wallet tests to where they belong.