aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement accurate memory accounting for mempoolPieter Wuille2015-07-101-1/+13
* Fix various warningsLuke Dashjr2015-06-231-1/+1
* Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-0/+1
* Merge pull request #5159Wladimir J. van der Laan2015-05-131-353/+29
|\
| * Create new BlockPolicyEstimator for fee estimatesAlex Morcos2015-05-131-353/+29
* | Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-0/+1
|/
* Keep mempool consistent during block-reorgsGavin Andresen2015-03-261-0/+12
* src/txmempool.cpp: make numEntries a uint32_tWladimir J. van der Laan2015-03-061-2/+2
* Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-4/+4
* Decouple miner.o and txmempool.o from CTxUndojtimon2014-12-271-4/+3
* Merge pull request #5481Wladimir J. van der Laan2014-12-231-8/+18
|\
| * Apply AreSane() checks to the fees from the network.Gregory Maxwell2014-12-151-8/+18
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* | make all catch() arguments constPhilip Kaufmann2014-12-171-2/+2
* | Fix small typos in comments and error messagesPavel Janík2014-12-161-2/+2
|/
* Make CTxMemPool::remove more effecient by avoiding recursionMatt Corallo2014-12-081-12/+18
* Make CTxMemPool::check more thourough by using CheckInputsMatt Corallo2014-12-081-1/+29
* Remove txn which are invalidated by coinbase maturity during reorgMatt Corallo2014-12-081-0/+26
* Update comments in txmempool to be doxygen compatibleMichael Ford2014-11-171-14/+24
* minor cleanup: include orders, end comments etc.Philip Kaufmann2014-10-311-3/+3
* Separate protocol versioning from clientversionCory Fields2014-10-291-0/+1
* MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+0
* boost: split stream classes out of serialize.hCory Fields2014-10-221-0/+1
* script: add a slew of includes all around and drop includes from script.hCory Fields2014-10-171-0/+1
* Merge pull request #4834Pieter Wuille2014-10-081-1/+1
|\