aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
AgeCommit message (Expand)Author
2016-03-18Add LockPointsAlex Morcos
2016-03-18Implement SequenceLocks functionsAlex Morcos
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-12-21[Mempool] Fix mempool limiting and replace-by-fee for PrioritiseTransactionSuhas Daftuar
2015-12-01Get the set of now-uncacheable-txn from CTxMemPool::TrimToSizeMatt Corallo
2015-12-01Add a score index to the mempool.Alex Morcos
2015-12-01Store the total sig op count of a tx.Alex Morcos
2015-11-30Fix removeForReorg to use MedianTimePastSuhas Daftuar
2015-11-30Track coinbase spends in CTxMemPoolEntrySuhas Daftuar
2015-11-30Fix comment in removeForReorgMatt Corallo
2015-11-30Fix removal of time-locked transactions during reorgMatt Corallo
2015-11-19Change GetPriority calculation.Alex Morcos
2015-11-19Modify variable names for entry height and priorityAlex Morcos
2015-11-24Pass reference to estimateSmartFee and cleanup whitespaceSuhas Daftuar
2015-11-16EstimateSmart functions consider mempool min feeAlex Morcos
2015-11-16Add smart fee estimation functionsAlex Morcos
2015-10-28Merge pull request #6776Pieter Wuille
2015-10-27Merge pull request #6464Wladimir J. van der Laan
2015-10-26fix locking issue with new mempool limitingJonas Schnelli
2015-10-20Support -checkmempool=N, which runs checks on average once every N transactionsPieter Wuille
2015-10-19Fix stale comment in CTxMemPool::TrimToSize.Matt Corallo
2015-10-14Undo GetMinFee-requires-extra-call-to-hit-0Matt Corallo
2015-10-13Implement on-the-fly mempool size limitation.Matt Corallo
2015-10-13Track (and define) ::minRelayTxFee in CTxMemPoolMatt Corallo
2015-10-13Fix calling mempool directly, instead of pool, in ATMPMatt Corallo
2015-10-13Add Mempool Expire function to remove old transactionsPieter Wuille
2015-09-23Fix mempool package tracking edge caseSuhas Daftuar
2015-09-19Track transaction packages in CTxMemPoolEntrySuhas Daftuar
2015-09-19TxMemPool: Change mapTx to a boost::multi_index_containerAshley Holman
2015-08-03Clean up tx prioritization when conflict minedCasey Rodarmor
2015-08-03Make sure LogPrintf strings are line-terminatedWladimir J. van der Laan
2015-07-20Separate core memory usage computation in core_memusage.hPieter Wuille
2015-07-10Implement accurate memory accounting for mempoolPieter Wuille
2015-06-23Fix various warningsLuke Dashjr
2015-05-15Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon
2015-05-13Merge pull request #5159Wladimir J. van der Laan
2015-05-13Create new BlockPolicyEstimator for fee estimatesAlex Morcos
2015-04-20Consensus: Create consensus/consensus.h with some constantsjtimon
2015-03-26Keep mempool consistent during block-reorgsGavin Andresen
2015-03-06src/txmempool.cpp: make numEntries a uint32_tWladimir J. van der Laan
2015-01-31Remove whitespaces before double colon in errors and logsPavel Janík
2014-12-27Decouple miner.o and txmempool.o from CTxUndojtimon
2014-12-23Merge pull request #5481Wladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-17make all catch() arguments constPhilip Kaufmann
2014-12-16Fix small typos in comments and error messagesPavel Janík
2014-12-15Apply AreSane() checks to the fees from the network.Gregory Maxwell
2014-12-08Make CTxMemPool::remove more effecient by avoiding recursionMatt Corallo
2014-12-08Make CTxMemPool::check more thourough by using CheckInputsMatt Corallo
2014-12-08Remove txn which are invalidated by coinbase maturity during reorgMatt Corallo