aboutsummaryrefslogtreecommitdiff
path: root/src/test/versionbits_tests.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-03-09scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift
2018-02-07Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-06Unit tests for always-active versionbits.Anthony Towns
2017-09-22Use static_cast instead of C-style casts for non-fundamental typespracticalswift
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