aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge #7187: Keep reorgs fast for SequenceLocks checksWladimir J. van der Laan2016-03-161-1/+31
|\ \ | |/ |/|
| * Add LockPointsAlex Morcos2016-03-161-1/+31
* | Add tags to mempool's mapTx indicesSuhas Daftuar2016-02-161-0/+8
|/
* Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | Fix mempool limiting for PrioritiseTransactionSuhas Daftuar2015-12-021-21/+22
|/
* Get the set of now-uncacheable-txn from CTxMemPool::TrimToSizeMatt Corallo2015-12-011-2/+5
* Make accessing mempool parents and children publicAlex Morcos2015-12-011-2/+2
* Add TxPriority class and comparatorAlex Morcos2015-12-011-0/+13
* Add a score index to the mempool.Alex Morcos2015-12-011-1/+39
* Store the total sig op count of a tx.Alex Morcos2015-12-011-1/+4
* Fix removeForReorg to use MedianTimePastSuhas Daftuar2015-11-301-1/+1
* Track coinbase spends in CTxMemPoolEntrySuhas Daftuar2015-11-301-1/+4
* Fix removal of time-locked transactions during reorgMatt Corallo2015-11-301-1/+1
* Change GetPriority calculation.Alex Morcos2015-11-191-1/+7
* Modify variable names for entry height and priorityAlex Morcos2015-11-191-4/+4
* Remove default arguments for CTxMemPoolEntry()Alex Morcos2015-11-191-1/+1
* Merge pull request #6871Wladimir J. van der Laan2015-11-271-4/+5
|\
| * Improve RBF replacement criteriaSuhas Daftuar2015-11-101-4/+5
* | Add smart fee estimation functionsAlex Morcos2015-11-161-0/+12
|/
* Make -checkmempool=1 not fail through int32 overflowPieter Wuille2015-10-281-1/+1
* Merge pull request #6776Pieter Wuille2015-10-281-2/+2
|\
| * Support -checkmempool=N, which runs checks on average once every N transactionsPieter Wuille2015-10-201-2/+2
* | fix locking issue with new mempool limitingJonas Schnelli2015-10-261-0/+1
* | Fix comment formatting tabsMatt Corallo2015-10-141-5/+5
* | Add reasonable test case for mempool trimmingMatt Corallo2015-10-131-1/+3
* | Implement on-the-fly mempool size limitation.Matt Corallo2015-10-131-0/+18
* | Track (and define) ::minRelayTxFee in CTxMemPoolMatt Corallo2015-10-131-1/+8
* | Fix calling mempool directly, instead of pool, in ATMPMatt Corallo2015-10-131-2/+2
* | Add Mempool Expire function to remove old transactionsPieter Wuille2015-10-131-1/+10
* | Reverse the sort on the mempool's feerate indexSuhas Daftuar2015-10-131-2/+2
|/
* Fix mempool package tracking edge caseSuhas Daftuar2015-09-231-1/+3
* Track transaction packages in CTxMemPoolEntrySuhas Daftuar2015-09-191-7/+266
* TxMemPool: Change mapTx to a boost::multi_index_containerAshley Holman2015-09-191-1/+41
* Implement accurate memory accounting for mempoolPieter Wuille2015-07-101-0/+7
* Create new BlockPolicyEstimator for fee estimatesAlex Morcos2015-05-131-7/+13
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove txn which are invalidated by coinbase maturity during reorgMatt Corallo2014-12-081-0/+1
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
* [Qt] Add Smartfee to GUICozz Lovan2014-11-191-1/+6
* Update comments in txmempool to be doxygen compatibleMichael Ford2014-11-171-21/+23
* MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+1
* MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon2014-10-271-0/+1
* boost: split stream classes out of serialize.hCory Fields2014-10-221-0/+2
* MOVEONLY: CInPoint from core to txmempooljtimon2014-10-171-0/+13
* Merge pull request #4834Pieter Wuille2014-10-081-1/+1
|\
| * Get rid of the dummy CCoinsViewCache constructor argPieter Wuille2014-09-241-1/+1
* | Use a typedef for monetary valuesMark Friedenbach2014-09-261-6/+6
|/
* Track modified size in TxMemPoolEntry so that we can correctly compute priority.Alex Morcos2014-09-081-0/+1
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+2