Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-24 | Un-expose mapArgs from utils.h | Matt Corallo | |
2016-12-23 | Introduce (and use) an IsArgSet accessor method | Matt Corallo | |
2016-12-21 | Merge #8589: Inline CTxInWitness inside CTxIn | Wladimir J. van der Laan | |
f6fb7ac Move CTxInWitness inside CTxIn (Pieter Wuille) | |||
2016-12-19 | Merge #9352: Attempt reconstruction from all compact block announcements | Wladimir J. van der Laan | |
813ede9 [qa] Update compactblocks test for multi-peer reconstruction (Suhas Daftuar) 7017298 Allow compactblock reconstruction when block is in flight (Suhas Daftuar) | |||
2016-12-16 | If we don't allow free txs, always send a fee filter (take 2) | MarcoFalke | |
2016-12-15 | Merge #9313: If we don't allow free txs, always send a fee filter | Wladimir J. van der Laan | |
01fea7a If we don't allow free txs, always send a fee filter (Alex Morcos) | |||
2016-12-15 | Allow compactblock reconstruction when block is in flight | Suhas Daftuar | |
2016-12-14 | Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlock | Wladimir J. van der Laan | |
a13fa4c Remove unused CDiskBlockPos* argument from ProcessNewBlock (Matt Corallo) | |||
2016-12-14 | Do not run functions with necessary side-effects in assert() | Gregory Maxwell | |
2016-12-09 | If we don't allow free txs, always send a fee filter | Alex Morcos | |
2016-12-06 | Merge #9268: Fix rounding privacy leak introduced in #9260 | Pieter Wuille | |
9b9324e Fix rounding privacy leak introduced in #9260 (Matt Corallo) | |||
2016-12-05 | Merge #9269: Align struct COrphan definition | Wladimir J. van der Laan | |
2efc438 Align struct COrphan definition (Pieter Wuille) | |||
2016-12-05 | Align struct COrphan definition | Pieter Wuille | |
2016-12-04 | Move CTxInWitness inside CTxIn | Pieter Wuille | |
2016-12-05 | Merge #9014: Fix block-connection performance regression | Wladimir J. van der Laan | |
dd0df81 Document ConnectBlock connectTrace postconditions (Matt Corallo) 2d6e561 Switch pblock in ProcessNewBlock to a shared_ptr (Matt Corallo) 2736c44 Make the optional pblock in ActivateBestChain a shared_ptr (Matt Corallo) ae4db44 Create a shared_ptr for the block we're connecting in ActivateBCS (Matt Corallo) fd9d890 Keep blocks as shared_ptrs, instead of copying txn in ConnectTip (Matt Corallo) 6fdd43b Add struct to track block-connect-time-generated info for callbacks (Matt Corallo) | |||
2016-12-04 | Remove unused CDiskBlockPos* argument from ProcessNewBlock | Matt Corallo | |
2016-12-04 | Switch pblock in ProcessNewBlock to a shared_ptr | Matt Corallo | |
This (finally) fixes a performance regression in b3b3c2a5623d5c942d2b3565cc2d833c65105555 | |||
2016-12-02 | Fix rounding privacy leak introduced in #9260 | Matt Corallo | |
2016-12-02 | Make CTransaction actually immutable | Pieter Wuille | |
2016-12-02 | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo | |
2016-12-02 | Move network-msg-processing code out of main to its own file | Matt Corallo | |