Age | Commit message (Expand) | Author |
2020-05-28 | Get rid of -Wthread-safety-precise warnings | Hennadii Stepanov |
2020-05-20 | Merge #18317: Serialization improvements step 6 (all except wallet/gui) | MarcoFalke |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-03-30 | Convert blockencodings_tests to new serialization | Pieter Wuille |
2020-02-25 | Convert blockencodings.h to new serialization framework | Pieter Wuille |
2020-02-15 | Add DifferenceFormatter | Russell Yanofsky |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-10-15 | Remove unused includes | practicalswift |
2018-11-13 | disallow oversized CBlockHeaderAndShortTxIDs | Kaz Wesley |
2018-11-13 | fix a deserialization overflow edge case | Kaz Wesley |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-03-22 | Fix missing or inconsistent include guards | practicalswift |
2018-03-13 | Support deserializing into temporaries | Pieter Wuille |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift |
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 |
2016-11-07 | Get rid of nType and nVersion | Pieter Wuille |
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 |
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 |