| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | Make CWalletTx store a CTransactionRef instead of inheriting | Pieter Wuille | 2016-12-02 | 1 | -2/+2 |
| | | |||||
| * | Remove last reference to CWalletDB from accounting_tests.cpp | Patrick Strateman | 2016-09-15 | 1 | -7/+5 |
| | | |||||
| * | Remove pwalletdb parameter from CWallet::AddAccountingEntry | Patrick Strateman | 2016-09-15 | 1 | -4/+4 |
| | | |||||
| * | Add CWallet::ReorderTransactions and use in accounting_tests.cpp | Patrick Strateman | 2016-09-15 | 1 | -1/+1 |
| | | |||||
| * | Add CWallet::ListAccountCreditDebit | Patrick Strateman | 2016-09-15 | 1 | -1/+1 |
| | | | | | Simple pass through for CWalletDB::ListAccountCreditDebit | ||||
| * | Remove CWalletDB* parameter from CWallet::AddToWallet | Patrick Strateman | 2016-07-29 | 1 | -3/+3 |
| | | |||||
| * | Split CWallet::AddToWallet into AddToWallet and LoadToWallet. | Patrick Strateman | 2016-07-29 | 1 | -3/+3 |
| | | | | | | This removes the fFromLoadWallet flag in AddToWallet. These were already effectively two methods. | ||||
| * | test: Create test fixture for wallet | Wladimir J. van der Laan | 2016-04-18 | 1 | -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/test | Wladimir J. van der Laan | 2016-04-18 | 1 | -0/+141 |
| Move the two other wallet tests to where they belong. | |||||