Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-16 | Clarify comment about mempool/extra conflicts | Matt Corallo | |
2017-01-12 | Make PartiallyDownloadedBlock::InitData's second param const | Matt Corallo | |
2017-01-12 | Add extra_count lower bound to compact reconstruction debug print | Matt Corallo | |
2017-01-10 | Use replaced transactions in compact block reconstruction | Matt Corallo | |
2016-12-21 | Make FillBlock consume txn_available to avoid shared_ptr copies | Pieter Wuille | |
2016-12-02 | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo | |
2016-11-28 | Fix some typos | fsb4000 | |
2016-11-19 | Introduce convenience type CTransactionRef | Pieter Wuille | |
2016-11-19 | Make CBlock::vtx a vector of shared_ptr<CTransaction> | Pieter Wuille | |
2016-11-09 | Merge #9039: Various serialization simplifcations and optimizations | Wladimir J. van der Laan | |
d59a518 Use fixed preallocation instead of costly GetSerializeSize (Pieter Wuille) 25a211a Add optimized CSizeComputer serializers (Pieter Wuille) a2929a2 Make CSerAction's ForRead() constexpr (Pieter Wuille) a603925 Avoid -Wshadow errors (Pieter Wuille) 5284721 Get rid of nType and nVersion (Pieter Wuille) 657e05a Make GetSerializeSize a wrapper on top of CSizeComputer (Pieter Wuille) fad9b66 Make nType and nVersion private and sometimes const (Pieter Wuille) c2c5d42 Make streams' read and write return void (Pieter Wuille) 50e8a9c Remove unused ReadVersion and WriteVersion (Pieter Wuille) | |||
2016-11-07 | Make GetSerializeSize a wrapper on top of CSizeComputer | Pieter Wuille | |
Given that in default GetSerializeSize implementations created by ADD_SERIALIZE_METHODS we're already using CSizeComputer(), get rid of the specialized GetSerializeSize methods everywhere, and just use CSizeComputer. This removes a lot of code which isn't actually used anywhere. For CCompactSize and CVarInt this actually removes a more efficient size computing algorithm, which is brought back in a later commit. | |||
2016-11-03 | Fix compact block handling to not ban if block is invalid | Suhas Daftuar | |
2016-10-04 | Use cmpctblock type 2 for segwit-enabled transfer | Pieter Wuille | |
Contains version negotiation logic by Matt Corallo and bugfixes by Suhas Daftuar. | |||
2016-08-14 | various typos | leijurv | |
2016-06-22 | BIP141: Other consensus critical limits, and BIP145 | Pieter Wuille | |
Includes changes by Suhas Daftuar, Luke-jr, and mruddy. | |||
2016-06-19 | Elaborate bucket size math | Pieter Wuille | |
2016-06-19 | Use vTxHashes to optimize InitData significantly | Matt Corallo | |
2016-06-19 | Add reconstruction debug logging | Matt Corallo | |
2016-06-19 | Add partial-block block encodings API | Matt Corallo | |