index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
merkleblock.cpp
Age
Commit message (
Expand
)
Author
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-20
Consolidate CMerkleBlock constructor into a single method
James O'Beirne
2017-07-17
Merge #9980: Fix mem access violation merkleblock
Pieter Wuille
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-12
Adding assert to avoid a memory access violation inside of PartialMerkleTree:...
Chris Stewart
2017-05-01
Trivial: remove extra character from comment
CryptAxe
2017-01-27
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-03-23
Add importprunedfunds rpc call
instagibbs
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-08-10
typofixes (found by misspell_fixer)
Veres Lajos
2015-05-01
Bugfix: Grammar fixes
Corinne Dashjr
2015-04-28
Merge pull request #5199
Wladimir J. van der Laan
2015-04-23
Add CMerkleBlock constructor for tx set + block and an empty one
Matt Corallo
2015-04-20
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-02
Merge pull request #5349
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-11
Implement test for merkle tree malleability in CPartialMerkleTree
Pieter Wuille
2014-12-05
Move CMerkleBlock and CPartialMerkleTree to their own file
Matt Corallo