Age | Commit message (Expand) | Author |
2018-01-09 | Remove unused mempool index | Suhas Daftuar |
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-11-10 | Merge #11269: [Mempool] CTxMemPoolEntry::UpdateAncestorState: modifySiagOps p... | MarcoFalke |
2017-10-11 | Merge #8498: Near-Bugfix: Optimization: Minimize the number of times it is ch... | Wladimir J. van der Laan |
2017-09-20 | Introduce CheckInputsAndUpdateCoins static wrapper in txmempool.cpp | Jorge Timón |
2017-09-20 | Optimization: Minimize the number of times it is checked that no money is cre... | Jorge Timón |
2017-09-11 | Force explicit double -> int conversion for CFeeRate constructor | Matt Corallo |
2017-09-07 | Fix CTxMemPoolEntry::UpdateAncestorState: modifySigOps param type int -> int64_t | donaloconnor |
2017-08-28 | Remove redundant explicitly defined copy ctors | Dan Raviv |
2017-07-04 | Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp> | Wladimir J. van der Laan |
2017-06-26 | Simplify return values of GetCoin/HaveCoin(InCache) | Pieter Wuille |
2017-06-26 | Merge #9544: [trivial] Add end of namespace comments. Improve consistency. | Wladimir J. van der Laan |
2017-06-22 | Merge #10633: doc: Fix various typos | Wladimir J. van der Laan |
2017-06-22 | Fixed multiple typos | Dimitris Tsapakidis |
2017-06-22 | scripted-diff: Remove BOOST_REVERSE_FOREACH | Jorge Timón |
2017-06-22 | Introduce src/reverse_iterator.hpp and include it... | Jorge Timón |
2017-06-20 | Merge #10537: Few Minor per-utxo assert-semantics re-adds and tweak | Pieter Wuille |
2017-06-05 | Remove useless mapNextTx lookup in CTxMemPool::TrimToSize. | Matt Corallo |
2017-06-05 | scripted-diff: Fully remove BOOST_FOREACH | Jorge Timón |
2017-06-01 | Merge #10195: Switch chainstate db and cache to per-txout model | Pieter Wuille |
2017-06-01 | scripted-diff: various renames for per-utxo consistency | Pieter Wuille |
2017-06-01 | Switch CCoinsView and chainstate db from per-txid to per-txout | Pieter Wuille |
2017-06-01 | Replace CCoins-based CTxMemPool::pruneSpent with isSpent | Pieter Wuille |
2017-05-31 | [trivial] Add end of namespace comments | practicalswift |
2017-05-30 | Merge #9208: Improve DisconnectTip performance | Wladimir J. van der Laan |
2017-05-18 | Merge #8329: Consensus: MOVEONLY: Move functions for tx verification | Wladimir J. van der Laan |
2017-05-17 | Merge #10196: Bugfix: PrioritiseTransaction updates the mempool tx counter | Pieter Wuille |
2017-05-10 | Track failures in fee estimation. | Alex Morcos |
2017-05-06 | Bugfix: PrioritiseTransaction updates the mempool tx counter | Suhas Daftuar |
2017-05-04 | Add RecursiveDynamicUsage overload for std::shared_ptr | Russell Yanofsky |
2017-04-10 | Read and Write fee estimate file directly from CBlockPolicyEstimator | Alex Morcos |
2017-04-10 | Call estimate(Smart)Fee directly from CBlockPolicyEstimator | Alex Morcos |
2017-04-10 | Give CBlockPolicyEstimator it's own lock | Alex Morcos |
2017-04-10 | Make feeEstimator its own global instance of CBlockPolicyEstimator | Alex Morcos |
2017-04-06 | MOVEONLY: tx functions to consensus/tx_verify.o | Jorge Timón |
2017-04-03 | Bugfix: ancestor modifed fees were incorrect for descendants | Suhas Daftuar |
2017-04-01 | Change LogAcceptCategory to use uint32_t rather than sets of strings. | Gregory Maxwell |
2017-03-19 | Fix parameter naming inconsistencies between .h and .cpp files | practicalswift |
2017-03-07 | Merge #9548: Remove min reasonable fee | Wladimir J. van der Laan |
2017-03-03 | [cleanup] Remove coin age priority completely. | Alex Morcos |
2017-03-03 | [rpc] Remove priorityDelta from prioritisetransaction | Alex Morcos |
2017-02-27 | [cleanup] Remove estimatePriority and estimateSmartPriority | Alex Morcos |
2017-02-21 | Removed redundant parameter from mempool.PrioritiseTransaction | gubatron |
2017-02-16 | [Trivial] Update comments referencing main.cpp | CryptAxe |
2017-02-05 | Merge #9578: Add missing mempool lock for CalculateMemPoolAncestors | Pieter Wuille |
2017-01-27 | Refactor: Remove using namespace <xxx> from src/*.cpp. | Karl-Johan Alm |
2017-01-23 | mempool: add notification for added/removed entries | Wladimir J. van der Laan |
2017-01-20 | Add missing mempool lock for CalculateMemPoolAncestors | Matt Corallo |
2017-01-17 | Remove unnecessary min fee argument in CTxMemPool constructor | Alex Morcos |