aboutsummaryrefslogtreecommitdiff
path: root/src/merkleblock.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-20Consolidate CMerkleBlock constructor into a single methodJames O'Beirne
2017-07-17Merge #9980: Fix mem access violation merkleblockPieter Wuille
2017-07-14Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell
2017-07-12Adding assert to avoid a memory access violation inside of PartialMerkleTree:...Chris Stewart
2017-05-01Trivial: remove extra character from commentCryptAxe
2017-01-27Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-19Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-03-23Add importprunedfunds rpc callinstagibbs
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-08-10typofixes (found by misspell_fixer)Veres Lajos
2015-05-01Bugfix: Grammar fixesCorinne Dashjr
2015-04-28Merge pull request #5199Wladimir J. van der Laan
2015-04-23Add CMerkleBlock constructor for tx set + block and an empty oneMatt Corallo
2015-04-20Consensus: Create consensus/consensus.h with some constantsjtimon
2015-01-05Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan
2015-01-02Merge pull request #5349Wladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-11Implement test for merkle tree malleability in CPartialMerkleTreePieter Wuille
2014-12-05Move CMerkleBlock and CPartialMerkleTree to their own fileMatt Corallo