aboutsummaryrefslogtreecommitdiff
path: root/src/test/pow_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace test data with Dogecoin valuesRoss Nicoll2019-04-031-8/+12
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-4/+4
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-6/+6
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-3/+3
* scripted-diff: use insecure_rand256/randrange morePieter Wuille2017-06-051-3/+3
* Chainparams: Use the factory for pow testsJorge Timón2017-05-031-21/+11
* Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-2/+0
* Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+0
* TRIVIAL: Missing includesJorge Timón2015-07-231-0/+3
* Use equivalent PoW for non-main-chain requestsPieter Wuille2015-04-221-0/+24
* Consensus: Refactor: Decouple pow.o from chainparams.oJorge Timón2015-03-261-4/+9
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* Add unit tests for next difficulty calculationsRoss Nicoll2015-02-211-0/+66