Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-27 | [trivial] Fix typos in comments | practicalswift | |
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-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 | Get rid of nType and nVersion | Pieter Wuille | |
Remove the nType and nVersion as parameters to all serialization methods and functions. There is only one place where it's read and has an impact (in CAddress), and even there it does not impact any of the recursively invoked serializers. Instead, the few places that need nType or nVersion are changed to read it directly from the stream object, through GetType() and GetVersion() methods which are added to all stream classes. | |||
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-03 | Do not shadow local variable, cleanup | Pavel JanÃk | |
2016-06-19 | Add reconstruction debug logging | Matt Corallo | |
2016-06-19 | Add partial-block block encodings API | Matt Corallo | |