| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge #10557: Make check to distinguish between orphan txs and old txs more e... | Pieter Wuille | 2017-07-14 | 1 | -12/+8 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Make check to distinguish between orphan txs and old txs more efficient. | Alex Morcos | 2017-06-27 | 1 | -12/+8 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge #10810: missing white space in function arg | Jonas Schnelli | 2017-07-13 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | missing white space in function arg | Lawrence Nahum | 2017-07-13 | 1 | -1/+1 | |
| * | | | | | | Merge #10780: Simplify "!foo || (foo && bar)" as "!foo || bar" | Pieter Wuille | 2017-07-12 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Simplify "!foo || (foo && bar)" as "!foo || bar" | practicalswift | 2017-07-09 | 1 | -1/+1 | |
| | | |/ / / | |/| | | | ||||||
| * / | | | | Fix subscript[0] in validation.cpp | Jeremy Rubin | 2017-07-08 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp> | Wladimir J. van der Laan | 2017-07-04 | 1 | -1/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | scripted-diff: Remove BOOST_REVERSE_FOREACH | Jorge Timón | 2017-06-22 | 1 | -1/+1 | |
| | * | | | | Introduce src/reverse_iterator.hpp and include it... | Jorge Timón | 2017-06-22 | 1 | -0/+1 | |
| * | | | | | Merge #10192: Cache full script execution results in addition to signatures | Wladimir J. van der Laan | 2017-06-29 | 1 | -39/+156 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add CheckInputs() unit tests | Suhas Daftuar | 2017-06-27 | 1 | -2/+4 | |
| | * | | | | | Better document CheckInputs parameter meanings | Matt Corallo | 2017-06-22 | 1 | -2/+9 | |
| | * | | | | | Update -maxsigcachesize doc clarify init logprints for it | Matt Corallo | 2017-06-22 | 1 | -2/+2 | |
| | * | | | | | Add CheckInputs wrapper CCoinsViewMemPool -> non-consensus-critical | Matt Corallo | 2017-06-22 | 1 | -1/+37 | |
| | * | | | | | Do not print soft-fork-script warning with -promiscuousmempool | Matt Corallo | 2017-06-07 | 1 | -2/+14 | |
| | * | | | | | Cache full script execution results in addition to signatures | Matt Corallo | 2017-06-07 | 1 | -13/+55 | |
| | * | | | | | Pull script verify flags calculation out of ConnectBlock | Matt Corallo | 2017-06-07 | 1 | -22/+40 | |
| * | | | | | | Merge #10558: Address nits from per-utxo change | Pieter Wuille | 2017-06-28 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add belt-and-suspenders in DisconnectBlock | Alex Morcos | 2017-06-27 | 1 | -1/+2 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge #10148: Use non-atomic flushing with block replay | Wladimir J. van der Laan | 2017-06-28 | 1 | -12/+105 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Dont create pcoinsTip until after ReplayBlocks. | Matt Corallo | 2017-06-26 | 1 | -3/+0 | |
| | * | | | | | | Adapt memory usage estimation for flushing | Pieter Wuille | 2017-06-26 | 1 | -1/+1 | |
| | * | | | | | | Non-atomic flushing using the blockchain as replay journal | Pieter Wuille | 2017-06-26 | 1 | -9/+105 | |
| | |/ / / / / | ||||||
| * / / / / / | Use the override specifier (C++11) where we expect to be overriding the virtu... | practicalswift | 2017-06-28 | 1 | -5/+5 | |
| |/ / / / / | ||||||
| * | | | | | Merge #9544: [trivial] Add end of namespace comments. Improve consistency. | Wladimir J. van der Laan | 2017-06-26 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | [trivial] Add end of namespace comments | practicalswift | 2017-05-31 | 1 | -1/+1 | |
| * | | | | | | Merge #9176: Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockI... | Wladimir J. van der Laan | 2017-06-25 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockIndexGuts() | Jorge Timón | 2017-05-18 | 1 | -1/+1 | |
| * | | | | | | | Merge #10633: doc: Fix various typos | Wladimir J. van der Laan | 2017-06-22 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fixed multiple typos | Dimitris Tsapakidis | 2017-06-22 | 1 | -1/+1 | |
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge #10537: Few Minor per-utxo assert-semantics re-adds and tweak | Pieter Wuille | 2017-06-20 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Return a bool in SpendCoin to restore pre-per-utxo assert semantics | Matt Corallo | 2017-06-09 | 1 | -3/+4 | |
| * | | | | | | | | Merge #10503: Use REJECT_DUPLICATE for already known and conflicted txn | Pieter Wuille | 2017-06-20 | 1 | -5/+7 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Use REJECT_DUPLICATE for already known and conflicted txn | Pieter Wuille | 2017-06-02 | 1 | -5/+7 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE | Pieter Wuille | 2017-06-13 | 1 | -20/+20 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | scripted-diff: Remove PAIRTYPE | Jorge Timón | 2017-06-05 | 1 | -3/+3 | |
| | * | | | | | | | scripted-diff: Fully remove BOOST_FOREACH | Jorge Timón | 2017-06-05 | 1 | -20/+20 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge #10550: Don't return stale data from CCoinsViewCache::Cursor() | Wladimir J. van der Laan | 2017-06-12 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Don't return stale data from CCoinsViewCache::Cursor() | Russell Yanofsky | 2017-06-07 | 1 | -0/+1 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge #10546: Remove 33 unused Boost includes | Wladimir J. van der Laan | 2017-06-11 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Remove unused Boost includes | practicalswift | 2017-06-09 | 1 | -1/+0 | |
| | | |_|_|/ / / | |/| | | | | | ||||||
| * / | | | | | | Fix stopatheight | Andrew Chow | 2017-06-09 | 1 | -3/+3 | |
| |/ / / / / / | ||||||
| * / / / / / | Make functions in validation.cpp static and pass chainparams | Mario Dian | 2017-06-06 | 1 | -40/+71 | |
| |/ / / / / | ||||||
| * | | | | | Merge #10195: Switch chainstate db and cache to per-txout model | Pieter Wuille | 2017-06-01 | 1 | -119/+100 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | scripted-diff: various renames for per-utxo consistency | Pieter Wuille | 2017-06-01 | 1 | -17/+17 | |
| | * | | | | Reduce reserved memory space for flushing | Pieter Wuille | 2017-06-01 | 1 | -3/+2 | |
| | * | | | | Switch CCoinsView and chainstate db from per-txid to per-txout | Pieter Wuille | 2017-06-01 | 1 | -27/+27 | |
| | * | | | | Switch CScriptCheck to use Coin instead of CCoins | Pieter Wuille | 2017-06-01 | 1 | -4/+4 | |
| | * | | | | Only pass things committed to by tx's witness hash to CScriptCheck | Matt Corallo | 2017-06-01 | 1 | -2/+10 | |