aboutsummaryrefslogtreecommitdiff
path: root/src/test/versionbits_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift2017-06-281-5/+5
* scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-6/+6
* Replace rand() & ((1 << N) - 1) with randbits(N)Pieter Wuille2017-06-071-6/+6
* Merge test_random.h into test_bitcoin.hPieter Wuille2017-06-051-1/+0
* Chainparams: Get rid of CChainParams& Params(std::string)Jorge Timón2017-05-031-2/+4
* Remove redundant semicolonspracticalswift2017-01-141-1/+1
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* test: Fix test_random includesMarcoFalke2016-11-071-1/+1
* RPC: augment getblockchaininfo bip9_softforks datamruddy2016-10-191-41/+63
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-1/+1
* Test versionbits deploymentsSuhas Daftuar2016-03-151-0/+22
* Add testing of ComputeBlockVersionSuhas Daftuar2016-03-151-0/+109
* Versionbits testsPieter Wuille2016-03-151-0/+185