aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
Commit message (Expand)AuthorAgeFilesLines
...
| * Add RecursiveDynamicUsage overload for std::shared_ptrRussell Yanofsky2017-05-041-3/+3
| * Store disconnected block transactions outside mempool during reorgSuhas Daftuar2017-05-041-1/+98
* | Merge #10196: Bugfix: PrioritiseTransaction updates the mempool tx counterPieter Wuille2017-05-171-1/+1
|\ \
| * | Bugfix: PrioritiseTransaction updates the mempool tx counterSuhas Daftuar2017-05-061-1/+1
| |/
* | [doc] Removing comments about dirty entries on txmempoolSimone Madeo2017-05-101-17/+2
* | Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus moduleJorge Timón2017-05-031-0/+1
|/
* Read and Write fee estimate file directly from CBlockPolicyEstimatorAlex Morcos2017-04-101-4/+0
* Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos2017-04-101-9/+0
* Make feeEstimator its own global instance of CBlockPolicyEstimatorAlex Morcos2017-04-101-2/+1
* Fix parameter naming inconsistencies between .h and .cpp filespracticalswift2017-03-191-4/+4
* Merge #9548: Remove min reasonable feeWladimir J. van der Laan2017-03-071-1/+1
|\
| * Remove unnecessary min fee argument in CTxMemPool constructorAlex Morcos2017-01-171-1/+1
* | Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-071-47/+5
|\ \
| * | [cleanup] Remove coin age priority completely.Alex Morcos2017-03-031-10/+2
| * | [rpc] Remove priorityDelta from prioritisetransactionAlex Morcos2017-03-031-3/+3
| * | No longer allow "free" transactionsAlex Morcos2017-03-031-12/+0
| * | [cleanup] Remove estimatePriority and estimateSmartPriorityAlex Morcos2017-02-271-9/+0
| * | [mining] Remove -blockprioritysize.Alex Morcos2017-02-271-13/+0
* | | Merge #9732: [Trivial] Remove nonsense #undef foreachWladimir J. van der Laan2017-02-281-1/+0
|\ \ \ | |/ / |/| |
| * | Remove nonsense #undef foreachJohn Newbery2017-02-091-1/+0
* | | Removed redundant parameter from mempool.PrioritiseTransactiongubatron2017-02-211-1/+1
|/ /
* | [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
* | mempool: add notification for added/removed entriesWladimir J. van der Laan2017-01-231-3/+22
|/
* Merge #9380: Separate different uses of minimum feesWladimir J. van der Laan2017-01-161-6/+1
|\
| * Introduce -incrementalrelayfeeAlex Morcos2017-01-161-6/+1
* | Merge #9138: Improve fee estimationPieter Wuille2017-01-051-7/+4
|\ \
| * | Always update fee estimates on new blocks.Alex Morcos2017-01-041-2/+1
| * | rename bool to validFeeEstimateAlex Morcos2017-01-041-2/+2
| * | Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos2017-01-041-3/+1
| |/
* | Merge #8747: [rpc] Fix transaction size comments and RPC help text.Wladimir J. van der Laan2017-01-051-1/+1
|\ \ | |/ |/|
| * Fix transaction size comments. Size now refers to virtual size as defined in ...jonnynewbs2016-12-081-1/+1
* | Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan2017-01-041-1/+2
|\ \
| * | Make AcceptToMemoryPool take CTransactionRefPieter Wuille2016-12-211-1/+2
* | | 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/+3
|\ \
| * | SelectCoinsMinConf: Prefer coins with fewer ancestorsGregory Sanders2016-12-131-0/+3
* | | remove internal tracking of mempool conflicts for reporting to walletAlex Morcos2016-12-051-2/+2
* | | remove external usage of mempool conflict trackingAlex Morcos2016-12-051-1/+1
|/ /
* / Fix some typosfsb40002016-11-281-1/+1
|/
* Introduce convenience type CTransactionRefPieter Wuille2016-11-191-8/+8
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-1/+1
* Add feedelta to TxMempoolInfoPieter Wuille2016-10-301-0/+3
* Add some missing includesPieter Wuille2016-10-211-0/+4
* Return shared_ptr<CTransaction> from mempool removesPieter Wuille2016-10-211-4/+3
* Make removed and conflicted arguments optional to removePieter Wuille2016-10-211-3/+3
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-0/+1
* Use cmpctblock type 2 for segwit-enabled transferPieter Wuille2016-10-041-1/+1
* [trivial] fix mempool comment (outdated by BIP125)jonnynewbs2016-09-261-7/+10
* Rename "block cost" to "block weight"Suhas Daftuar2016-07-181-2/+2
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-11/+12