aboutsummaryrefslogtreecommitdiff
path: root/src/primitives/block.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-10/+10
* Scrypt n=1024 PoW hashRoss Nicoll2019-04-031-0/+8
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* 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-5/+5
* Replace traditional for with ranged for in primitivesDag Robole2017-07-241-3/+2
* Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell2017-07-141-9/+0
* 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