aboutsummaryrefslogtreecommitdiff
path: root/src/merkleblock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Trivial: remove extra character from commentCryptAxe2017-06-051-1/+1
* Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm2017-01-271-7/+5
* 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: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-1/+1
* Add importprunedfunds rpc callinstagibbs2016-03-231-6/+8
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* typofixes (found by misspell_fixer)Veres Lajos2015-08-101-1/+1
* Bugfix: Grammar fixesCorinne Dashjr2015-05-011-2/+2
* Merge pull request #5199Wladimir J. van der Laan2015-04-281-0/+23
|\
| * Add CMerkleBlock constructor for tx set + block and an empty oneMatt Corallo2015-04-231-0/+23
* | Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-1/+1
|/
* Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-9/+9
* Merge pull request #5349Wladimir J. van der Laan2015-01-021-2/+8
|\
| * Implement test for merkle tree malleability in CPartialMerkleTreePieter Wuille2014-12-111-2/+8
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
|/
* Move CMerkleBlock and CPartialMerkleTree to their own fileMatt Corallo2014-12-051-0/+152