aboutsummaryrefslogtreecommitdiff
path: root/src/test/miner_tests.cpp
AgeCommit message (Expand)Author
2014-11-04Merge pull request #5162Wladimir J. van der Laan
2014-11-03Merge pull request #5106Wladimir J. van der Laan
2014-10-31boost: moveonly: split CPubKey and friends to new filesCory Fields
2014-10-28Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...Luke Dashjr
2014-10-17script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields
2014-10-02Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner
2014-10-02Revert merge of pull #4845Wladimir J. van der Laan
2014-09-29Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner
2014-09-16Move CTxDestination from script/script to script/standardPieter Wuille
2014-06-21Add CMutableTransaction and make CTransaction immutable.Pieter Wuille
2014-06-21Switch miner.cpp to use sha2 instead of OpenSSL.Pieter Wuille
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2014-01-26Fix off-by-one errors in use of IsFinalTx()Peter Todd
2013-12-19Make bitcoin compile without wallet if "db_cxx.h" is not presentThomas Holenstein
2013-12-09Re-enable miner tests in --disable-wallet modeWladimir J. van der Laan
2013-12-02Make unit tests succeed with -DDEBUG_LOCKORDERGavin Andresen
2013-11-30Add verbose boolean to getrawmempoolGavin Andresen
2013-11-10Cleanup code using forward declarations.Brandon Dahler
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
2013-07-31Move internal miner/block creation to separate miner.cpp module.Jeff Garzik
2013-01-30CValidationState frameworkPieter Wuille
2012-12-19changed CreateNewBlock to return a CBlockTemplate object, which includes per-...Forrest Voight
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