aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
AgeCommit message (Expand)Author
2018-01-15Merge #12118: Sort mempool by min(feerate, ancestor_feerate)Wladimir J. van der Laan
2018-01-13Use mempool's ancestor sort in transaction selectionSuhas Daftuar
2018-01-09Sort mempool by min(feerate, ancestor_feerate)Suhas Daftuar
2018-01-09Refactor CompareTxMemPoolEntryByDescendantScoreSuhas Daftuar
2018-01-09Remove unused mempool indexSuhas Daftuar
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-07Make boost::multi_index comparators constSuhas Daftuar
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-15Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)Wladimir J. van der Laan
2017-11-10Merge #11269: [Mempool] CTxMemPoolEntry::UpdateAncestorState: modifySiagOps p...MarcoFalke
2017-10-13Add a CValidationInterface::TransactionRemovedFromMempoolMatt Corallo
2017-09-11Make float <-> int casts explicit outside of test, qt, CFeeRateMatt Corallo
2017-09-07Fix CTxMemPoolEntry::UpdateAncestorState: modifySigOps param type int -> int64_tdonaloconnor
2017-09-05Merge #11164: Fix boost headers included as user instead of system headersWladimir J. van der Laan
2017-08-28Remove redundant explicitly defined copy ctorsDan Raviv
2017-08-26Fix boost headers included as user instead of system headersDan Raviv
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-16Merge #9964: Add const to methods that do not modify the object for which it ...MarcoFalke
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-25Add const to methods that do not modify the object for which it is calledpracticalswift
2017-06-28Merge #10685: Clarify CCoinsViewMemPool documentation.Pieter Wuille
2017-06-27Clarify CCoinsViewMemPool documentation.Matt Corallo
2017-06-27Remove no longer used mempool.exists(outpoint)Alex Morcos
2017-06-26Simplify return values of GetCoin/HaveCoin(InCache)Pieter Wuille
2017-06-12Remove unnecessary forward class declarations in header filespracticalswift
2017-06-01Merge #10195: Switch chainstate db and cache to per-txout modelPieter Wuille
2017-06-01scripted-diff: various renames for per-utxo consistencyPieter Wuille
2017-06-01Switch CCoinsView and chainstate db from per-txid to per-txoutPieter Wuille
2017-06-01Replace CCoins-based CTxMemPool::pruneSpent with isSpentPieter Wuille
2017-05-30Merge #9208: Improve DisconnectTip performanceWladimir J. van der Laan
2017-05-17Merge #10196: Bugfix: PrioritiseTransaction updates the mempool tx counterPieter Wuille
2017-05-10[doc] Removing comments about dirty entries on txmempoolSimone Madeo
2017-05-06Bugfix: PrioritiseTransaction updates the mempool tx counterSuhas Daftuar
2017-05-04Add RecursiveDynamicUsage overload for std::shared_ptrRussell Yanofsky
2017-05-04Store disconnected block transactions outside mempool during reorgSuhas Daftuar
2017-05-03Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus moduleJorge Timón
2017-04-10Read and Write fee estimate file directly from CBlockPolicyEstimatorAlex Morcos
2017-04-10Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos
2017-04-10Make feeEstimator its own global instance of CBlockPolicyEstimatorAlex Morcos
2017-03-19Fix parameter naming inconsistencies between .h and .cpp filespracticalswift
2017-03-07Merge #9548: Remove min reasonable feeWladimir J. van der Laan
2017-03-07Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan
2017-03-03[cleanup] Remove coin age priority completely.Alex Morcos
2017-03-03[rpc] Remove priorityDelta from prioritisetransactionAlex Morcos
2017-03-03No longer allow "free" transactionsAlex Morcos
2017-02-28Merge #9732: [Trivial] Remove nonsense #undef foreachWladimir J. van der Laan
2017-02-27[cleanup] Remove estimatePriority and estimateSmartPriorityAlex Morcos
2017-02-27[mining] Remove -blockprioritysize.Alex Morcos
2017-02-21Removed redundant parameter from mempool.PrioritiseTransactiongubatron
2017-02-09Remove nonsense #undef foreachJohn Newbery