aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge #7976: Remove obsolete reference to CValidationState from UpdateCoins.Wladimir J. van der Laan2016-05-091-2/+2
|\ \
| * | Remove obsolete reference to CValidationState from UpdateCoins.21E142016-04-301-2/+2
| |/
* | Merge #7840: Several performance and privacy improvements to inv/mempool hand...Wladimir J. van der Laan2016-05-051-0/+27
|\ \
| * | Return mempool queries in dependency orderPieter Wuille2016-04-211-0/+12
| * | Eliminate TX trickle bypass, sort TX invs for privacy and priority.Gregory Maxwell2016-04-201-0/+15
| |/
* / [trivial] Add missing const qualifiers.Daniel Kraft2016-04-301-1/+1
|/
* Implement "feefilter" P2P message.Alex Morcos2016-03-211-0/+10
* Merge #7594: Mempool: Add tracking of ancestor packagesWladimir J. van der Laan2016-03-171-75/+113
|\
| * Check all ancestor state in CTxMemPool::check()Suhas Daftuar2016-03-141-5/+22
| * Add ancestor feerate index to mempoolSuhas Daftuar2016-03-141-2/+2
| * Add ancestor tracking to mempoolSuhas Daftuar2016-03-141-15/+73
| * Remove work limit in UpdateForDescendants()Suhas Daftuar2016-03-141-48/+11
| * Rename CTxMemPool::remove -> removeRecursiveSuhas Daftuar2016-03-141-11/+7
| * CTxMemPool::removeForBlock now uses RemoveStagedSuhas Daftuar2016-03-141-2/+6
* | Merge #7187: Keep reorgs fast for SequenceLocks checksWladimir J. van der Laan2016-03-161-3/+15
|\ \ | |/ |/|
| * Add LockPointsAlex Morcos2016-03-161-3/+15
* | Add tags to mempool's mapTx indicesSuhas Daftuar2016-02-161-3/+3
|/
* Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan2016-02-121-1/+1
|\
| * Implement SequenceLocks functionsAlex Morcos2016-02-101-1/+1
* | 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-23/+30
|/
* Get the set of now-uncacheable-txn from CTxMemPool::TrimToSizeMatt Corallo2015-12-011-2/+20
* Add a score index to the mempool.Alex Morcos2015-12-011-2/+22
* Store the total sig op count of a tx.Alex Morcos2015-12-011-2/+2
* Fix removeForReorg to use MedianTimePastSuhas Daftuar2015-11-301-2/+2
* Track coinbase spends in CTxMemPoolEntrySuhas Daftuar2015-11-301-3/+5
* Fix comment in removeForReorgMatt Corallo2015-11-301-1/+1
* Fix removal of time-locked transactions during reorgMatt Corallo2015-11-301-10/+15
* Change GetPriority calculation.Alex Morcos2015-11-191-5/+8
* Modify variable names for entry height and priorityAlex Morcos2015-11-191-5/+5
* Pass reference to estimateSmartFee and cleanup whitespaceSuhas Daftuar2015-11-241-2/+2
* EstimateSmart functions consider mempool min feeAlex Morcos2015-11-161-2/+2
* Add smart fee estimation functionsAlex Morcos2015-11-161-0/+10
* Merge pull request #6776Pieter Wuille2015-10-281-3/+6
|\
| * Support -checkmempool=N, which runs checks on average once every N transactionsPieter Wuille2015-10-201-3/+6
* | Merge pull request #6464Wladimir J. van der Laan2015-10-271-0/+1
|\ \
| * | Clean up tx prioritization when conflict minedCasey Rodarmor2015-08-031-0/+1
* | | fix locking issue with new mempool limitingJonas Schnelli2015-10-261-3/+8
* | | Fix stale comment in CTxMemPool::TrimToSize.Matt Corallo2015-10-191-4/+4
* | | Undo GetMinFee-requires-extra-call-to-hit-0Matt Corallo2015-10-141-1/+3
* | | Implement on-the-fly mempool size limitation.Matt Corallo2015-10-131-0/+65
* | | Track (and define) ::minRelayTxFee in CTxMemPoolMatt Corallo2015-10-131-2/+3
* | | 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-0/+16
| |/ |/|
* | Fix mempool package tracking edge caseSuhas Daftuar2015-09-231-15/+36
* | Track transaction packages in CTxMemPoolEntrySuhas Daftuar2015-09-191-42/+423
* | TxMemPool: Change mapTx to a boost::multi_index_containerAshley Holman2015-09-191-24/+28
* | Make sure LogPrintf strings are line-terminatedWladimir J. van der Laan2015-08-031-2/+2
|/
* Separate core memory usage computation in core_memusage.hPieter Wuille2015-07-201-1/+1