aboutsummaryrefslogtreecommitdiff
path: root/src/test/miner_tests.cpp
AgeCommit message (Collapse)Author
2013-10-11Refactor/encapsulate chain globals into a CChain classPieter Wuille
2013-09-19Fix minor unit test memory leaksPieter Wuille
2013-08-24CreateNewBlock() now takes scriptPubKey argument,Jeff Garzik
rather than a key. CreateNewBlockWithKey() helper is added to restore existing functionality, making this an equivalent-transformation change.
2013-07-31Move internal miner/block creation to separate miner.cpp module.Jeff Garzik
Public functions referenced elsewhere are added to miner.h.
2013-01-30CValidationState frameworkPieter Wuille
2012-12-19changed CreateNewBlock to return a CBlockTemplate object, which includes ↵Forrest Voight
per-tx fee and sigop count data
2012-08-20Set block.nVersion to fix miner unit testGavin Andresen
2012-07-12Tests for CreateNewBlockLuke Dashjr
2012-04-17Fix tests after recent refactorsPieter Wuille
2011-12-19Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen
2011-10-05Fix miner_test unit test bugGavin Andresen
2011-09-30remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider