aboutsummaryrefslogtreecommitdiff
path: root/src/merkleblock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make Hash[160] consume range-like objectsPieter Wuille2020-07-301-2/+2
* Convert merkleblock to new serializationPieter Wuille2020-03-301-0/+18
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
* Replace use of BEGIN and END macros on uint256Wladimir J. van der Laan2019-01-101-2/+2
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* 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-4/+4
* Consolidate CMerkleBlock constructor into a single methodJames O'Beirne2017-09-201-28/+7
* Merge #9980: Fix mem access violation merkleblockPieter Wuille2017-07-171-0/+3
|\
| * Adding assert to avoid a memory access violation inside of PartialMerkleTree:...Chris Stewart2017-07-121-0/+3
* | Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell2017-07-141-1/+1
|/
* Trivial: remove extra character from commentCryptAxe2017-05-011-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