60 Commits (5de2baa138cda501038a4558bc169b2cfe5b7d6b)

Author SHA1 Message Date
Suhas Daftuar 5de2baa138 Rename CTxMemPool::remove -> removeRecursive 9 years ago
Suhas Daftuar 086da92ea7 Add tags to mempool's mapTx indices 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 1f09287c66 Make accessing mempool parents and children public 9 years ago
Alex Morcos 7230187b1d Add TxPriority class and comparator 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 9b060e5cfb Fix removal of time-locked transactions during reorg 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 5945819717 Remove default arguments for CTxMemPoolEntry() 9 years ago
Alex Morcos 22eca7da22 Add smart fee estimation functions 9 years ago
Suhas Daftuar 73d904009d Improve RBF replacement criteria 9 years ago
Pieter Wuille e9e616323b Make -checkmempool=1 not fail through int32 overflow 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 2bc50187ee Fix comment formatting tabs 9 years ago
Matt Corallo 074cb155c2 Add reasonable test case for mempool trimming 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 78b82f4a16 Reverse the sort on the mempool's feerate index 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
Pieter Wuille 5098c47b24 Implement accurate memory accounting for mempool 9 years ago
Alex Morcos b649e03954 Create new BlockPolicyEstimator for fee estimates 9 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Matt Corallo 723d12c098 Remove txn which are invalidated by coinbase maturity during reorg 10 years ago
Luke Dashjr d227011184 MOVEONLY: core/ -> primitives/ 10 years ago
Cozz Lovan c1c9d5b415 [Qt] Add Smartfee to GUI 10 years ago
Michael Ford 7329fdd1ba Update comments in txmempool to be doxygen compatible 10 years ago
jtimon 4a3587d8db MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
jtimon eda3733091 MOVEONLY: Move CFeeRate and Amount constants to amount.o 10 years ago
Cory Fields fa7361907a boost: split stream classes out of serialize.h 10 years ago
jtimon e8ea0fd19e MOVEONLY: CInPoint from core to txmempool 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Pieter Wuille 7c70438dc6 Get rid of the dummy CCoinsViewCache constructor arg 10 years ago
Alex Morcos c26649f9ed Track modified size in TxMemPoolEntry so that we can correctly compute priority. 10 years ago
Philip Kaufmann 093303a887 add missing header end comments 10 years ago
Daniel Kraft d0867acb0e Use const CCoinsView's at some places. 10 years ago
Daniel Kraft a3dc587a62 Make appropriate getter-routines "const" in CCoinsView. 10 years ago
Jeff Garzik 6f2c26a457 Closely track mempool byte total. Add "getmempoolinfo" RPC. 10 years ago
Gavin Andresen 13fc83c77b
Move fee policy out of core 10 years ago
Luke Dashjr 2a72d4591f JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> 10 years ago