aboutsummaryrefslogtreecommitdiff
path: root/src/blockencodings.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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