aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/merkle.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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