aboutsummaryrefslogtreecommitdiff
path: root/src/blockencodings.h
Commit message (Expand)AuthorAgeFilesLines
* [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
* 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/+1
* Use replaced transactions in compact block reconstructionMatt Corallo2017-01-101-1/+2
* Make FillBlock consume txn_available to avoid shared_ptr copiesPieter Wuille2016-12-211-1/+1
* Introduce convenience type CTransactionRefPieter Wuille2016-11-191-6/+6
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-5/+5
* Merge #9039: Various serialization simplifcations and optimizationsWladimir J. van der Laan2016-11-091-5/+5
|\
| * Get rid of nType and nVersionPieter Wuille2016-11-071-5/+5
* | Fix compact block handling to not ban if block is invalidSuhas Daftuar2016-11-031-0/+2
|/
* Use cmpctblock type 2 for segwit-enabled transferPieter Wuille2016-10-041-1/+1
* Do not shadow local variable, cleanupPavel Janík2016-08-031-4/+4
* Add reconstruction debug loggingMatt Corallo2016-06-191-0/+1
* Add partial-block block encodings APIMatt Corallo2016-06-191-0/+205