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
/
consensus
/
merkle.cpp
Age
Commit message (
Expand
)
Author
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-29
[MOVEONLY] Move unused Merkle branch code to tests
Pieter Wuille
2018-05-29
Use SHA256D64 in Merkle root computation
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-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-06-22
BIP141: Commitment structure and deployment
Pieter Wuille
2016-01-05
Add missing copyright headers
MarcoFalke
2015-11-27
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille
2015-11-27
Add merkle.{h,cpp}, generic merkle root/branch algorithm
Pieter Wuille