aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/accounting_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan2018-03-271-1/+1
|\
| * scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-1/+1
* | [wallet] Get rid of CWalletTx default constructorRussell Yanofsky2018-03-071-4/+4
|/
* Merge #11687: External wallet filesWladimir J. van der Laan2018-03-071-23/+23
|\
| * Allow wallet files in multiple directoriesRussell Yanofsky2018-03-031-23/+23
* | Avoid unintentional unsigned integer wraparounds in testspracticalswift2018-02-231-2/+2
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* tests: move pwalletMain to wallet test fixtureWladimir J. van der Laan2017-11-181-9/+7
* Fix for mismatched extern definition in wallet test classes which was breakin...Aaron Clauson2017-11-181-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-2/+2
* Merge #10368: [wallet] Remove helper conversion operator from walletWladimir J. van der Laan2017-11-091-2/+2
|\
| * [wallet] Remove CTransaction&() helper conversion operator from wallet implem...Karl-Johan Alm2017-05-091-2/+2
* | scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* | scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-1/+1
|/
* 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