index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
versionbits_tests.cpp
Age
Commit message (
Expand
)
Author
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-06
Unit tests for always-active versionbits.
Anthony Towns
2017-09-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-08-28
Improve versionbits_computeblockversion test code consistency
danra
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
Replace rand() & ((1 << N) - 1) with randbits(N)
Pieter Wuille
2017-06-05
Merge test_random.h into test_bitcoin.h
Pieter Wuille
2017-05-03
Chainparams: Get rid of CChainParams& Params(std::string)
Jorge Timón
2017-01-14
Remove redundant semicolons
practicalswift
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-07
test: Fix test_random includes
MarcoFalke
2016-10-19
RPC: augment getblockchaininfo bip9_softforks data
mruddy
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-03-15
Test versionbits deployments
Suhas Daftuar
2016-03-15
Add testing of ComputeBlockVersion
Suhas Daftuar
2016-03-15
Versionbits tests
Pieter Wuille