Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-30 | Remove obsolete reference to CValidationState from UpdateCoins. | 21E14 | |
2016-04-25 | Add tests for CCoins deserialization | Pieter Wuille | |
2016-04-15 | txdb: Add Cursor() method to CCoinsView to iterate over UTXO set | Wladimir J. van der Laan | |
Add a method Cursor() to CCoinsView that returns a cursor which can be used to iterate over the whole UTXO set. - rpc: Change gettxoutsetinfo to use new Cursor method - txdb: Remove GetStats method - Now that GetStats is implemented in terms of Cursor, remove it. | |||
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 | |