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
/
merkle_tests.cpp
Age
Commit message (
Expand
)
Author
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-29
[MOVEONLY] Move unused Merkle branch code to tests
Pieter Wuille
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-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
Replace more rand() % NUM by randranges
Pieter Wuille
2017-06-05
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-06-05
Merge test_random.h into test_bitcoin.h
Pieter Wuille
2017-03-21
[trivial] Fix typos in comments
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-19
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-07
test: Fix test_random includes
MarcoFalke
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-01-17
Typo fixes in comments
Chris Wheeler
2015-11-27
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille