aboutsummaryrefslogtreecommitdiff
path: root/src/test/blockv2_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert merge of pull #4845Wladimir J. van der Laan2014-10-021-275/+0
| | | | | | | | | | | It breaks the new mingw tests! See - https://travis-ci.org/bitcoin/bitcoin/jobs/36845581 - https://travis-ci.org/bitcoin/bitcoin/jobs/36845582 This reverts commit 470590277782cce2fe73275c74523aef59a51eab, 5e2e7fcb99738d9254d4030d53e4f711b2fc5ee0, a25fd6be138ff2bff7e2ad6a1a789db523c0193f.
* Suggested corrections on comments, variable names.SergioDemianLerner2014-09-291-42/+85
| | | | Also new test case testing the PoW skip in UNITTEST.
* Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner2014-09-291-0/+232
UNITTEST inherites from MAIN but allows synamically changing its parameters using the ModifiableParams() interface