index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
coins_tests.cpp
Age
Commit message (
Expand
)
Author
2017-03-03
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2017-01-04
Check FRESH validity in CCoinsViewCache::BatchWrite
Russell Yanofsky
2017-01-04
Merge #9107: Safer modify new coins
Pieter Wuille
2017-01-04
Fix dangerous condition in ModifyNewCoins.
Alex Morcos
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-27
Remove unused variable in test, fixing warning.
Russell Yanofsky
2016-12-05
[test] Add CCoinsViewCache Access/Modify/Write tests
Russell Yanofsky
2016-12-05
Do not shadow variables (gcc set)
Pavel JanÃk
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-07
test: Fix test_random includes
MarcoFalke
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
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
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-18
Alter assumptions in CCoinsViewCache::BatchWrite
Alex Morcos
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
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