aboutsummaryrefslogtreecommitdiff
path: root/src/test/coins_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | scripted-diff: various renames for per-utxo consistencyPieter Wuille2017-06-011-45/+45
* | Rename CCoinsCacheEntry::coins to coinPieter Wuille2017-06-011-7/+7
* | Extend coins_testsPieter Wuille2017-06-011-11/+45
* | Switch CCoinsView and chainstate db from per-txid to per-txoutPieter Wuille2017-06-011-132/+107
* | Switch tests from ModifyCoins to AddCoin/SpendCoinPieter Wuille2017-06-011-149/+119
* | Optimization: Coin&& to ApplyTxInUndoPieter Wuille2017-06-011-3/+3
* | Replace CTxInUndo with CoinPieter Wuille2017-06-011-2/+2
* | Remove/ignore tx version in utxo and undoPieter Wuille2017-05-261-4/+0
* | error() in disconnect for disk corruption, not inconsistencyPieter Wuille2017-05-261-1/+1
|/
* Merge #8808: Do not shadow variables (gcc set)Wladimir J. van der Laan2017-03-031-1/+1
|\
| * Do not shadow variables (gcc set)Pavel Janík2016-12-051-1/+1
* | Check FRESH validity in CCoinsViewCache::BatchWriteRussell Yanofsky2017-01-041-11/+17
* | Merge #9107: Safer modify new coinsPieter Wuille2017-01-041-55/+144
|\ \
| * | Fix dangerous condition in ModifyNewCoins.Alex Morcos2017-01-041-55/+144
* | | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/ /
* | Remove unused variable in test, fixing warning.Russell Yanofsky2016-12-271-1/+0
* | [test] Add CCoinsViewCache Access/Modify/Write testsRussell Yanofsky2016-12-051-0/+364
|/
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* test: Fix test_random includesMarcoFalke2016-11-071-1/+1
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-1/+1
* Remove obsolete reference to CValidationState from UpdateCoins.21E142016-04-301-2/+1
* Add tests for CCoins deserializationPieter Wuille2016-04-251-0/+71
* txdb: Add Cursor() method to CCoinsView to iterate over UTXO setWladimir J. van der Laan2016-04-151-2/+0
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Alter assumptions in CCoinsViewCache::BatchWriteAlex Morcos2015-11-181-0/+16
* Add unit test for UpdateCoinsAlex Morcos2015-11-121-0/+131
* Make CCoinsViewTest behave like CCoinsViewDBAlex Morcos2015-11-111-6/+9
* Separate core memory usage computation in core_memusage.hPieter Wuille2015-07-201-2/+2
* Keep track of memory usage in CCoinsViewCachePieter Wuille2015-05-111-3/+24
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* Get rid of the dummy CCoinsViewCache constructor argPieter Wuille2014-09-241-2/+2
* Add coins_tests with a large randomized CCoinViewCache test.Pieter Wuille2014-09-231-0/+178