aboutsummaryrefslogtreecommitdiff
path: root/src/primitives/block.h
Commit message (Expand)AuthorAgeFilesLines
* Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille2015-11-271-6/+0
* Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logicPeter Todd2015-10-081-1/+1
* Avoid duplicate CheckBlock checksPieter Wuille2015-09-221-0/+4
* Do not store Merkle branches in the wallet.Pieter Wuille2015-09-221-8/+2
* Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-3/+0
* BIP66 changeover logicPieter Wuille2015-02-011-1/+1
* Merge pull request #5520Wladimir J. van der Laan2015-01-061-1/+1
|\
| * IsNull doesn't change CBlockLocator, add const hintPavel Janík2014-12-201-1/+1
* | 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
|/
* Move CMerkleBlock and CPartialMerkleTree to their own fileMatt Corallo2014-12-051-0/+3
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-0/+168