aboutsummaryrefslogtreecommitdiff
path: root/src/blockencodings.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-10/+10
* Fix typospracticalswift2017-07-151-1/+1
* Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell2017-07-141-3/+1
* Simplify "bool x = y ? true : false" to "bool x = y"practicalswift2017-06-111-1/+1
* Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-4/+5
* [trivial] Fix typos in commentspracticalswift2017-03-211-1/+1
* Clarify comment about mempool/extra conflictsMatt Corallo2017-01-161-1/+2
* Make PartiallyDownloadedBlock::InitData's second param constMatt Corallo2017-01-121-1/+1
* Add extra_count lower bound to compact reconstruction debug printMatt Corallo2017-01-121-1/+3
* Use replaced transactions in compact block reconstructionMatt Corallo2017-01-101-1/+31
* Make FillBlock consume txn_available to avoid shared_ptr copiesPieter Wuille2016-12-211-4/+10
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Fix some typosfsb40002016-11-281-1/+1
* Introduce convenience type CTransactionRefPieter Wuille2016-11-191-1/+1
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-7/+7
* Merge #9039: Various serialization simplifcations and optimizationsWladimir J. van der Laan2016-11-091-1/+1
|\
| * Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille2016-11-071-1/+1
* | Fix compact block handling to not ban if block is invalidSuhas Daftuar2016-11-031-1/+1
|/
* Use cmpctblock type 2 for segwit-enabled transferPieter Wuille2016-10-041-2/+2
* various typosleijurv2016-08-141-1/+1
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-2/+2
* Elaborate bucket size mathPieter Wuille2016-06-191-4/+10
* Use vTxHashes to optimize InitData significantlyMatt Corallo2016-06-191-3/+5
* Add reconstruction debug loggingMatt Corallo2016-06-191-1/+15
* Add partial-block block encodings APIMatt Corallo2016-06-191-0/+158