aboutsummaryrefslogtreecommitdiff
path: root/src/primitives/block.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-191-10/+10
* Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) ...Warren Togami2018-09-191-0/+8
* 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-1/+1
* Rename "block cost" to "block weight"Suhas Daftuar2016-07-181-3/+3
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-0/+9
* Reformat version in UpdateTip and other messagesPieter Wuille2016-03-311-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille2015-11-271-63/+0
* Do not store Merkle branches in the wallet.Pieter Wuille2015-09-221-37/+2
* Replace CBlockHeader::GetHash with call to SerializeHashWladimir J. van der Laan2015-03-061-12/+1
* src/primitives/block.cpp: endian compatibility in GetHashWladimir J. van der Laan2015-03-061-0/+12
* Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-2/+2
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-0/+130