101 Commits (ed7068302c7490e8061cb3a558a0f83a465beeea)

Author SHA1 Message Date
Gregory Maxwell f2d3ba7386 Eliminate TX trickle bypass, sort TX invs for privacy and priority. 9 years ago
Alex Morcos 9e072a6e66 Implement "feefilter" P2P message. 9 years ago
Alex Morcos 982670c333 Add LockPoints 9 years ago
Suhas Daftuar ce019bf90f Check all ancestor state in CTxMemPool::check() 9 years ago
Suhas Daftuar e2eeb5dda7 Add ancestor feerate index to mempool 9 years ago
Suhas Daftuar 72abd2ce3c Add ancestor tracking to mempool 9 years ago
Suhas Daftuar 76a76321d2 Remove work limit in UpdateForDescendants() 9 years ago
Suhas Daftuar 5de2baa138 Rename CTxMemPool::remove -> removeRecursive 9 years ago
Suhas Daftuar 7659438a63 CTxMemPool::removeForBlock now uses RemoveStaged 9 years ago
Suhas Daftuar 086da92ea7 Add tags to mempool's mapTx indices 9 years ago
Alex Morcos c6c2f0fd78 Implement SequenceLocks functions 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Suhas Daftuar eb306664e7 Fix mempool limiting for PrioritiseTransaction 9 years ago
Matt Corallo b2e74bd292 Get the set of now-uncacheable-txn from CTxMemPool::TrimToSize 9 years ago
Alex Morcos f3fe83673e Add a score index to the mempool. 9 years ago
Alex Morcos c49d5bc9e6 Store the total sig op count of a tx. 9 years ago
Suhas Daftuar 2d8860e820 Fix removeForReorg to use MedianTimePast 9 years ago
Suhas Daftuar 7e49f5f8b4 Track coinbase spends in CTxMemPoolEntry 9 years ago
Matt Corallo b0a064c4b8 Fix comment in removeForReorg 9 years ago
Matt Corallo 9b060e5cfb Fix removal of time-locked transactions during reorg 9 years ago
Suhas Daftuar e30443244a Pass reference to estimateSmartFee and cleanup whitespace 9 years ago
Alex Morcos c0353064dd Change GetPriority calculation. 9 years ago
Alex Morcos 71f1d9fd4a Modify variable names for entry height and priority 9 years ago
Alex Morcos 6303051470 EstimateSmart functions consider mempool min fee 9 years ago
Alex Morcos 22eca7da22 Add smart fee estimation functions 9 years ago
Jonas Schnelli 0d699fc821
fix locking issue with new mempool limiting 9 years ago
Pieter Wuille ab1f56072a Support -checkmempool=N, which runs checks on average once every N transactions 9 years ago
Matt Corallo 58254aa3bc Fix stale comment in CTxMemPool::TrimToSize. 9 years ago
Matt Corallo 8abe0f5658 Undo GetMinFee-requires-extra-call-to-hit-0 9 years ago
Matt Corallo 794a8cec5d Implement on-the-fly mempool size limitation. 9 years ago
Matt Corallo e8bcdce8a2 Track (and define) ::minRelayTxFee in CTxMemPool 9 years ago
Matt Corallo 9c9b66f771 Fix calling mempool directly, instead of pool, in ATMP 9 years ago
Pieter Wuille 49b6fd5663 Add Mempool Expire function to remove old transactions 9 years ago
Suhas Daftuar 60de0d5826 Fix mempool package tracking edge case 9 years ago
Suhas Daftuar 5add7a74a6 Track transaction packages in CTxMemPoolEntry 9 years ago
Ashley Holman 34628a1807 TxMemPool: Change mapTx to a boost::multi_index_container 9 years ago
Casey Rodarmor 2d8c49d126 Clean up tx prioritization when conflict mined 9 years ago
Wladimir J. van der Laan f18b8ec7cf Make sure LogPrintf strings are line-terminated 9 years ago
Pieter Wuille 9e38d0f745 Separate core memory usage computation in core_memusage.h 9 years ago
Pieter Wuille 5098c47b24 Implement accurate memory accounting for mempool 9 years ago
Luke Dashjr e617fe2578 Fix various warnings 9 years ago
jtimon da29ecbcc6 Consensus: MOVEONLY: Move CValidationState from main consensus/validation 9 years ago
Alex Morcos b649e03954 Create new BlockPolicyEstimator for fee estimates 9 years ago
jtimon 691161d419 Consensus: Create consensus/consensus.h with some constants 10 years ago
Gavin Andresen ad9e86dca1
Keep mempool consistent during block-reorgs 10 years ago
Wladimir J. van der Laan 9f4fac98c4 src/txmempool.cpp: make numEntries a uint32_t 10 years ago
Pavel Janík 5262fde0ec Remove whitespaces before double colon in errors and logs 10 years ago
jtimon d7621ccf9d Decouple miner.o and txmempool.o from CTxUndo 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago