| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Switch from per-tx to per-txout CCoinsViewCache methods in some places | Pieter Wuille | 2017-06-01 | 1 | -51/+36 | |
| | * | | | | Optimization: Coin&& to ApplyTxInUndo | Pieter Wuille | 2017-06-01 | 1 | -5/+5 | |
| | * | | | | Replace CTxInUndo with Coin | Pieter Wuille | 2017-06-01 | 1 | -10/+8 | |
| | * | | | | Store/allow tx metadata in all undo records | Pieter Wuille | 2017-05-26 | 1 | -7/+10 | |
| | * | | | | Remove/ignore tx version in utxo and undo | Pieter Wuille | 2017-05-26 | 1 | -7/+0 | |
| | * | | | | Introduce CHashVerifier to hash read data | Pieter Wuille | 2017-05-26 | 1 | -5/+4 | |
| | * | | | | error() in disconnect for disk corruption, not inconsistency | Pieter Wuille | 2017-05-26 | 1 | -21/+17 | |
| * | | | | | Merge #10464: Introduce static DoWarning (simplify UpdateTip) | Pieter Wuille | 2017-05-30 | 1 | -14/+15 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Introduce static DoWarning (simplify UpdateTip) | Jorge Timón | 2017-05-27 | 1 | -14/+15 | |
| | |/ / / / | ||||||
| * | | | | | Merge #9208: Improve DisconnectTip performance | Wladimir J. van der Laan | 2017-05-30 | 1 | -30/+95 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Store disconnected block transactions outside mempool during reorg | Suhas Daftuar | 2017-05-04 | 1 | -30/+95 | |
| * | | | | | Merge #10347: Use range-based for loops (C++11) when looping over vector elem... | Pieter Wuille | 2017-05-23 | 1 | -3/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Use range-based for loops (C++11) when looping over vector elements | practicalswift | 2017-05-19 | 1 | -3/+2 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge #9571: RPC: getblockchaininfo returns BIP signaling statistics | Wladimir J. van der Laan | 2017-05-23 | 1 | -0/+6 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | RPC: getblockchaininfo: BIP9 stats | Matthew Zipkin | 2017-03-24 | 1 | -0/+6 | |
| * | | | | | Merge #8329: Consensus: MOVEONLY: Move functions for tx verification | Wladimir J. van der Laan | 2017-05-18 | 1 | -243/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | MOVEONLY: tx functions to consensus/tx_verify.o | Jorge Timón | 2017-04-06 | 1 | -243/+1 | |
| * | | | | | | Output line to debug.log when IsInitialBlockDownload latches to false | Alex Morcos | 2017-05-11 | 1 | -0/+1 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Merge #10297: Simplify DisconnectBlock arguments/return value | Pieter Wuille | 2017-05-02 | 1 | -26/+33 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Simplify DisconnectBlock arguments/return value | Pieter Wuille | 2017-04-28 | 1 | -26/+33 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge #10175: Remove excess logic. | Wladimir J. van der Laan | 2017-05-02 | 1 | -4/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Remove excess logic. | practicalswift | 2017-04-10 | 1 | -4/+1 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Fix potential NPD introduced in b297426c | Matt Corallo | 2017-05-01 | 1 | -1/+1 | |
| * | | | | | Add -stopatheight for benchmarking | Pieter Wuille | 2017-04-27 | 1 | -0/+3 | |
| | |/ / / |/| | | | ||||||
| * | | | | Merge #10201: pass Consensus::Params& to ReceivedBlockTransactions() | Wladimir J. van der Laan | 2017-04-21 | 1 | -4/+4 | |
| |\ \ \ \ | ||||||
| | * | | | | pass Consensus::Params& to ReceivedBlockTransactions() | Mario Dian | 2017-04-13 | 1 | -4/+4 | |
| * | | | | | Merge #10181: Include cleanup | Wladimir J. van der Laan | 2017-04-20 | 1 | -0/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Trivial: Remove unneeded includes from .h: | Jorge Timón | 2017-04-13 | 1 | -0/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge #9942: Refactor CBlockPolicyEstimator | Wladimir J. van der Laan | 2017-04-20 | 1 | -1/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Make feeEstimator its own global instance of CBlockPolicyEstimator | Alex Morcos | 2017-04-10 | 1 | -1/+2 | |
| * | | | | | | Remove CValidationInterface::UpdatedTransaction | Matt Corallo | 2017-04-13 | 1 | -6/+0 | |
| * | | | | | | Make DisconnectBlock and ConnectBlock static in validation.cpp | Matt Corallo | 2017-04-10 | 1 | -3/+10 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge #9725: CValidationInterface Cleanups | Wladimir J. van der Laan | 2017-04-10 | 1 | -67/+75 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected | Matt Corallo | 2017-04-07 | 1 | -27/+6 | |
| | * | | | | Handle SyncTransaction in ActivateBestChain instead of ConnectTrace | Matt Corallo | 2017-04-07 | 1 | -26/+48 | |
| | * | | | | Keep conflictedTxs in ConnectTrace per-block | Matt Corallo | 2017-04-07 | 1 | -7/+11 | |
| | * | | | | Handle conflicted transactions directly in ConnectTrace | Matt Corallo | 2017-04-07 | 1 | -45/+39 | |
| | * | | | | Make ConnectTrace::blocksConnected private, hide behind accessors | Matt Corallo | 2017-04-07 | 1 | -2/+12 | |
| | * | | | | Add pblock to connectTrace at the end of ConnectTip, not start | Matt Corallo | 2017-04-07 | 1 | -8/+7 | |
| | |/ / / | ||||||
| * | | | | Merge #10135: [p2p] Send the correct error code in reject messages | Wladimir J. van der Laan | 2017-04-10 | 1 | -4/+6 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Send the correct error code in reject messages | John Newbery | 2017-03-31 | 1 | -4/+6 | |
| | |/ / | ||||||
| * | | | Merge #9902: Lightweight abstraction of boost::filesystem | Wladimir J. van der Laan | 2017-04-06 | 1 | -12/+11 | |
| |\ \ \ | ||||||
| | * | | | Use fsbridge for fopen and freopen | Wladimir J. van der Laan | 2017-04-03 | 1 | -4/+4 | |
| | * | | | Replace uses of boost::filesystem with fs | Wladimir J. van der Laan | 2017-04-03 | 1 | -6/+6 | |
| | * | | | Replace includes of boost/filesystem.h with fs.h | Wladimir J. van der Laan | 2017-04-03 | 1 | -2/+1 | |
| * | | | | Merge #10133: Clean up calculations of pcoinsTip memory usage | Wladimir J. van der Laan | 2017-04-05 | 1 | -3/+4 | |
| |\ \ \ \ | ||||||
| | * | | | | Make threshold for flushing more conservative. | Alex Morcos | 2017-03-31 | 1 | -2/+3 | |
| | * | | | | Make pcoinsTip memory calculations consistent | Alex Morcos | 2017-03-31 | 1 | -2/+2 | |
| * | | | | | Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn. | Gregory Maxwell | 2017-04-02 | 1 | -3/+5 | |
| | |/ / / |/| | | | ||||||
| * | | | | Change LogAcceptCategory to use uint32_t rather than sets of strings. | Gregory Maxwell | 2017-04-01 | 1 | -20/+21 | |
| |/ / / | ||||||