aboutsummaryrefslogtreecommitdiff
path: root/src/test/miner_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-6/+6
* Fix minor unit test memory leaksPieter Wuille2013-09-191-0/+4
* CreateNewBlock() now takes scriptPubKey argument,Jeff Garzik2013-08-241-11/+11
* Move internal miner/block creation to separate miner.cpp module.Jeff Garzik2013-07-311-0/+1
* CValidationState frameworkPieter Wuille2013-01-301-1/+3
* changed CreateNewBlock to return a CBlockTemplate object, which includes per-...Forrest Voight2012-12-191-22/+23
* Set block.nVersion to fix miner unit testGavin Andresen2012-08-201-0/+1
* Tests for CreateNewBlockLuke Dashjr2012-07-121-0/+190
* Fix tests after recent refactorsPieter Wuille2012-04-171-1/+2
* Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen2011-12-191-1/+1
* Fix miner_test unit test bugGavin Andresen2011-10-051-3/+3
* remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider2011-09-301-0/+35