aboutsummaryrefslogtreecommitdiff
path: root/src/test/versionbits_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
* scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-10/+10
* Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-2/+2
|\
| * Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-2/+2
* | 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
* | Unit tests for always-active versionbits.Anthony Towns2017-11-061-0/+15
|/
* Improve versionbits_computeblockversion test code consistencydanra2017-08-281-4/+4
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-9/+9
* 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