aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fixed multiple typosDimitris Tsapakidis2017-06-221-1/+1
| | |/ | |/|
* | | Merge #10537: Few Minor per-utxo assert-semantics re-adds and tweakPieter Wuille2017-06-201-3/+1
|\ \ \ | |/ / |/| |
| * | Remove useless mapNextTx lookup in CTxMemPool::TrimToSize.Matt Corallo2017-06-051-3/+1
* | | scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-27/+27
|/ /
* | Merge #10195: Switch chainstate db and cache to per-txout modelPieter Wuille2017-06-011-27/+24
|\ \
| * | scripted-diff: various renames for per-utxo consistencyPieter Wuille2017-06-011-7/+7
| * | Switch CCoinsView and chainstate db from per-txid to per-txoutPieter Wuille2017-06-011-18/+22
| * | Replace CCoins-based CTxMemPool::pruneSpent with isSpentPieter Wuille2017-06-011-9/+2
* | | Merge #9208: Improve DisconnectTip performanceWladimir J. van der Laan2017-05-301-1/+1
|\ \ \ | |/ / |/| |
| * | Add RecursiveDynamicUsage overload for std::shared_ptrRussell Yanofsky2017-05-041-1/+1
| |/
* | Merge #8329: Consensus: MOVEONLY: Move functions for tx verificationWladimir J. van der Laan2017-05-181-0/+1
|\ \
| * | MOVEONLY: tx functions to consensus/tx_verify.oJorge Timón2017-04-061-0/+1
* | | Merge #10196: Bugfix: PrioritiseTransaction updates the mempool tx counterPieter Wuille2017-05-171-0/+1
|\ \ \
| * | | Bugfix: PrioritiseTransaction updates the mempool tx counterSuhas Daftuar2017-05-061-0/+1
| | |/ | |/|
* / | Track failures in fee estimation.Alex Morcos2017-05-101-1/+1
|/ /
* | Read and Write fee estimate file directly from CBlockPolicyEstimatorAlex Morcos2017-04-101-34/+0
* | Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos2017-04-101-9/+0
* | Give CBlockPolicyEstimator it's own lockAlex Morcos2017-04-101-4/+0
* | Make feeEstimator its own global instance of CBlockPolicyEstimatorAlex Morcos2017-04-101-12/+5
|/
* Bugfix: ancestor modifed fees were incorrect for descendantsSuhas Daftuar2017-04-031-0/+7
* Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-3/+4
* Fix parameter naming inconsistencies between .h and .cpp filespracticalswift2017-03-191-1/+1
* Merge #9548: Remove min reasonable feeWladimir J. van der Laan2017-03-071-2/+2
|\
| * Remove unnecessary min fee argument in CTxMemPool constructorAlex Morcos2017-01-171-1/+1
| * CBlockPolicyEstimator now uses hard coded minimum bucket feerateAlex Morcos2017-01-171-1/+1
* | [cleanup] Remove coin age priority completely.Alex Morcos2017-03-031-17/+2
* | [rpc] Remove priorityDelta from prioritisetransactionAlex Morcos2017-03-031-15/+13
* | [cleanup] Remove estimatePriority and estimateSmartPriorityAlex Morcos2017-02-271-10/+0
* | Removed redundant parameter from mempool.PrioritiseTransactiongubatron2017-02-211-2/+2
* | [Trivial] Update comments referencing main.cppCryptAxe2017-02-161-1/+1
* | Merge #9578: Add missing mempool lock for CalculateMemPoolAncestorsPieter Wuille2017-02-051-0/+2
|\ \
| * | Add missing mempool lock for CalculateMemPoolAncestorsMatt Corallo2017-01-201-0/+2
| |/
* | Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm2017-01-271-5/+3
* | mempool: add notification for added/removed entriesWladimir J. van der Laan2017-01-231-10/+13
|/
* Merge #9380: Separate different uses of minimum feesWladimir J. van der Laan2017-01-161-4/+3
|\
| * Introduce -incrementalrelayfeeAlex Morcos2017-01-161-4/+3
* | Fix use-after-free in CTxMemPool::removeConflicts()Suhas Daftuar2017-01-101-1/+1
* | Pass pointers to existing CTxMemPoolEntries to fee estimationAlex Morcos2017-01-041-2/+2
* | Always update fee estimates on new blocks.Alex Morcos2017-01-041-3/+2
* | rename bool to validFeeEstimateAlex Morcos2017-01-041-4/+4
* | Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos2017-01-041-4/+4
|/
* Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounderWladimir J. van der Laan2017-01-041-1/+1
|\
| * Avoid rollingMinimumFeeRate never being able to decay below halfAlex Morcos2016-12-081-1/+1
* | Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan2017-01-041-5/+5
|\ \
| * | Make AcceptToMemoryPool take CTransactionRefPieter Wuille2016-12-211-5/+5
* | | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/ /
* | Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...Wladimir J. van der Laan2016-12-201-0/+7
|\ \
| * | reduce number of lookups in TransactionWithinChainLimitGregory Sanders2016-12-191-3/+3
| * | SelectCoinsMinConf: Prefer coins with fewer ancestorsGregory Sanders2016-12-131-0/+7
* | | remove internal tracking of mempool conflicts for reporting to walletAlex Morcos2016-12-051-8/+3