aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge #8346: Mempool: Use Consensus::CheckTxInputs direclty over main::CheckI...Pieter Wuille2016-08-011-2/+7
|\
| * Mempool: Use Consensus::CheckTxInputs direclty over main::CheckInputsJorge Timón2016-07-291-2/+7
* | Treat high-sigop transactions as larger rather than rejecting themPieter Wuille2016-07-191-1/+1
* | Rename "block cost" to "block weight"Suhas Daftuar2016-07-181-2/+2
|/
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-19/+25
* Provide a flat list of txid/terators to txn in CTxMemPoolMatt Corallo2016-06-191-1/+13
* Stop trimming when mapTx is emptyPieter Wuille2016-06-191-1/+1
* Get rid of CTxMempool::lookup() entirelyPieter Wuille2016-06-071-13/+3
* Switch CTransaction storage in mempool to std::shared_ptrPieter Wuille2016-06-051-24/+60
* Merge #7997: replace mapNextTx with slimmer setSpendsPieter Wuille2016-06-031-24/+22
|\
| * mapNextTx: use pointer as key, simplify valueKaz Wesley2016-06-021-24/+22
* | Do not use mempool for GETDATA for tx accepted after the last mempool req.Gregory Maxwell2016-05-251-1/+9
* | 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