aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/merkle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* [MOVEONLY] Move unused Merkle branch code to testsPieter Wuille2018-05-291-114/+0
* Use SHA256D64 in Merkle root computationPieter Wuille2018-05-291-6/+19
* 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-3/+3
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-2/+2
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-3/+3
* BIP141: Commitment structure and deploymentPieter Wuille2016-06-221-0/+11
* Add missing copyright headersMarcoFalke2016-01-051-0/+4
* Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille2015-11-271-0/+20
* Add merkle.{h,cpp}, generic merkle root/branch algorithmPieter Wuille2015-11-271-0/+152