index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
versionbits_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-1
/
+1
*
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-10
/
+10
*
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
1
-2
/
+2
|
\
|
*
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-22
1
-2
/
+2
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-6
/
+6
*
|
Unit tests for always-active versionbits.
Anthony Towns
2017-11-06
1
-0
/
+15
|
/
*
Improve versionbits_computeblockversion test code consistency
danra
2017-08-28
1
-4
/
+4
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-9
/
+9
*
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-28
1
-5
/
+5
*
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
1
-6
/
+6
*
Replace rand() & ((1 << N) - 1) with randbits(N)
Pieter Wuille
2017-06-07
1
-6
/
+6
*
Merge test_random.h into test_bitcoin.h
Pieter Wuille
2017-06-05
1
-1
/
+0
*
Chainparams: Get rid of CChainParams& Params(std::string)
Jorge Timón
2017-05-03
1
-2
/
+4
*
Remove redundant semicolons
practicalswift
2017-01-14
1
-1
/
+1
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
test: Fix test_random includes
MarcoFalke
2016-11-07
1
-1
/
+1
*
RPC: augment getblockchaininfo bip9_softforks data
mruddy
2016-10-19
1
-41
/
+63
*
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-1
/
+1
*
Test versionbits deployments
Suhas Daftuar
2016-03-15
1
-0
/
+22
*
Add testing of ComputeBlockVersion
Suhas Daftuar
2016-03-15
1
-0
/
+109
*
Versionbits tests
Pieter Wuille
2016-03-15
1
-0
/
+185