Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-11-18 | Alter assumptions in CCoinsViewCache::BatchWrite | Alex Morcos | |
Previously it would break if you flushed a parent cache while there was a child cache referring to it. This change will allow the flushing of parent caches. | |||
2015-11-12 | Add unit test for UpdateCoins | Alex Morcos | |
2015-11-11 | Make CCoinsViewTest behave like CCoinsViewDB | Alex Morcos | |
2015-07-20 | Separate core memory usage computation in core_memusage.h | Pieter Wuille | |
2015-05-11 | Keep track of memory usage in CCoinsViewCache | Pieter Wuille | |
2015-03-12 | tests: add a BasicTestingSetup and apply to all tests | Wladimir J. van der Laan | |
Make sure that chainparams and logging is properly initialized. Doing this for every test may be overkill, but this initialization is so simple that that does not matter. This should fix the travis issues. | |||
2014-09-24 | Get rid of the dummy CCoinsViewCache constructor arg | Pieter Wuille | |
2014-09-23 | Add coins_tests with a large randomized CCoinViewCache test. | Pieter Wuille | |