aboutsummaryrefslogtreecommitdiff
path: root/src/merkleblock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Trivial: remove extra character from commentCryptAxe2017-06-051-1/+1
| | | | | Github-Pull: #10309 Rebased-From: 3503716f1e37a0cc3ab13c8f4e774061ff4ae2f8
* 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
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* 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
| | | | Includes changes by Suhas Daftuar, Luke-jr, and mruddy.
* 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
|\ | | | | | | | | | | | | 1ec900a Remove broken+useless lock/unlock log prints (Matt Corallo) 352ed22 Add merkle blocks test (Matt Corallo) 59ed61b Add RPC call to generate and verify merkle blocks (Matt Corallo) 30da90d Add CMerkleBlock constructor for tx set + block and an empty one (Matt Corallo)
| * 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
| | | | | | Replace x=0 with .SetNull(), x==0 with IsNull(), x!=0 with !IsNull(). Replace uses of uint256(0) with uint256().
* Merge pull request #5349Wladimir J. van der Laan2015-01-021-2/+8
|\ | | | | | | 0125988 Implement test for merkle tree malleability in CPartialMerkleTree (Pieter Wuille)
| * Implement test for merkle tree malleability in CPartialMerkleTreePieter Wuille2014-12-111-2/+8
| | | | | | | | | | | | This is a check that is mentioned in BIP 37, but never implemented in the reference code. As Bitcoin Core so far never decodes partial merkle trees, this is not a problem. But perhaps others use the code as a reference.
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
|/ | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* Move CMerkleBlock and CPartialMerkleTree to their own fileMatt Corallo2014-12-051-0/+152