aboutsummaryrefslogtreecommitdiff
path: root/src/test/versionbits_tests.cpp
AgeCommit message (Expand)Author
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-06Unit tests for always-active versionbits.Anthony Towns
2017-08-28Improve versionbits_computeblockversion test code consistencydanra
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-06-28Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift
2017-06-07scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille
2017-06-07Replace rand() & ((1 << N) - 1) with randbits(N)Pieter Wuille
2017-06-05Merge test_random.h into test_bitcoin.hPieter Wuille
2017-05-03Chainparams: Get rid of CChainParams& Params(std::string)Jorge Timón
2017-01-14Remove redundant semicolonspracticalswift
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-11-07test: Fix test_random includesMarcoFalke
2016-10-19RPC: augment getblockchaininfo bip9_softforks datamruddy
2016-10-17Kill insecure_random and associated global stateWladimir J. van der Laan
2016-03-15Test versionbits deploymentsSuhas Daftuar
2016-03-15Add testing of ComputeBlockVersionSuhas Daftuar
2016-03-15Versionbits testsPieter Wuille