aboutsummaryrefslogtreecommitdiff
path: root/src/blockencodings.h
AgeCommit message (Expand)Author
2017-01-27[trivial] Fix typos in commentspracticalswift
2017-01-12Make PartiallyDownloadedBlock::InitData's second param constMatt Corallo
2017-01-12Add extra_count lower bound to compact reconstruction debug printMatt Corallo
2017-01-10Use replaced transactions in compact block reconstructionMatt Corallo
2016-12-21Make FillBlock consume txn_available to avoid shared_ptr copiesPieter Wuille
2016-11-19Introduce convenience type CTransactionRefPieter Wuille
2016-11-19Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille
2016-11-09Merge #9039: Various serialization simplifcations and optimizationsWladimir J. van der Laan
2016-11-07Get rid of nType and nVersionPieter Wuille
2016-11-03Fix compact block handling to not ban if block is invalidSuhas Daftuar
2016-10-04Use cmpctblock type 2 for segwit-enabled transferPieter Wuille
2016-08-03Do not shadow local variable, cleanupPavel Janík
2016-06-19Add reconstruction debug loggingMatt Corallo
2016-06-19Add partial-block block encodings APIMatt Corallo