aboutsummaryrefslogtreecommitdiff
path: root/src/test/accounting_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* test: move accounting_tests and rpc_wallet_tests to wallet/testWladimir J. van der Laan2016-04-181-141/+0
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr2015-11-211-4/+4
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-2/+2
* Reinitialize state in between individual unit tests.Pieter Wuille2015-03-031-1/+3
* Merge pull request #4805Wladimir J. van der Laan2015-01-261-3/+3
|\
| * [Wallet] Do not flush the wallet in AddToWalletIfInvolvingMe(..)Cozz Lovan2014-10-031-3/+3
* | Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|/
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-2/+2
* Add CMutableTransaction and make CTransaction immutable.Pieter Wuille2014-06-211-2/+10
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-1/+3
* Unit test fixes for AssertLockHeld / -DDEBUG_LOCKORDERGavin Andresen2014-01-241-0/+2
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+9
* Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr2012-09-081-1/+1
* Store a fixed order of transactions (and accounting) in the walletLuke Dashjr2012-08-231-0/+123