189 Commits (53a6590f496b25174c740927243bf8307541b0b9)

Author SHA1 Message Date
Dan Raviv b426e24678 Remove redundant explicitly defined copy ctors 7 years ago
Pieter Wuille 21180ff734 Simplify return values of GetCoin/HaveCoin(InCache) 8 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 8 years ago
Jorge Timón 3eff827f89
scripted-diff: Remove BOOST_REVERSE_FOREACH 8 years ago
Jorge Timón 300851ec16
Introduce src/reverse_iterator.hpp and include it... 8 years ago
Matt Corallo ec1271f2be Remove useless mapNextTx lookup in CTxMemPool::TrimToSize. 8 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 8 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 8 years ago
Pieter Wuille 5083079688 Switch CCoinsView and chainstate db from per-txid to per-txout 8 years ago
Pieter Wuille 13870b56fc Replace CCoins-based CTxMemPool::pruneSpent with isSpent 8 years ago
practicalswift 5a9b508279 [trivial] Add end of namespace comments 8 years ago
Alex Morcos c7447ec303 Track failures in fee estimation. 8 years ago
Suhas Daftuar acc2e4bc96 Bugfix: PrioritiseTransaction updates the mempool tx counter 8 years ago
Russell Yanofsky c1235e3f2d Add RecursiveDynamicUsage overload for std::shared_ptr 8 years ago
Alex Morcos 5ba81e54e0 Read and Write fee estimate file directly from CBlockPolicyEstimator 8 years ago
Alex Morcos 14e10aa842 Call estimate(Smart)Fee directly from CBlockPolicyEstimator 8 years ago
Alex Morcos dbb9e3699b Give CBlockPolicyEstimator it's own lock 8 years ago
Alex Morcos ae7327b832 Make feeEstimator its own global instance of CBlockPolicyEstimator 8 years ago
Jorge Timón 618d07faa2
MOVEONLY: tx functions to consensus/tx_verify.o 8 years ago
Suhas Daftuar 9bef02e365 Bugfix: ancestor modifed fees were incorrect for descendants 8 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
practicalswift 97b8213674 Fix parameter naming inconsistencies between .h and .cpp files 8 years ago
Alex Morcos 359e8a03d1 [cleanup] Remove coin age priority completely. 8 years ago
Alex Morcos f9b9371c60 [rpc] Remove priorityDelta from prioritisetransaction 8 years ago
Alex Morcos fe282acd76 [cleanup] Remove estimatePriority and estimateSmartPriority 8 years ago
gubatron eaea2bbb41 Removed redundant parameter from mempool.PrioritiseTransaction 8 years ago
CryptAxe 00e623d0b8 [Trivial] Update comments referencing main.cpp 8 years ago
Karl-Johan Alm b7b48c8bbd Refactor: Remove using namespace <xxx> from src/*.cpp. 8 years ago
Wladimir J. van der Laan ff25c32392 mempool: add notification for added/removed entries 8 years ago
Matt Corallo 003cd60cc3 Add missing mempool lock for CalculateMemPoolAncestors 8 years ago
Alex Morcos ad82cb06ce Remove unnecessary min fee argument in CTxMemPool constructor 8 years ago
Alex Morcos 2a7b56cc0e CBlockPolicyEstimator now uses hard coded minimum bucket feerate 8 years ago
Alex Morcos 7b1add3c28 Introduce -incrementalrelayfee 8 years ago
Suhas Daftuar fe7e593b24 Fix use-after-free in CTxMemPool::removeConflicts() 8 years ago
Alex Morcos ebafdcabb1 Pass pointers to existing CTxMemPoolEntries to fee estimation 8 years ago
Alex Morcos d825838e64 Always update fee estimates on new blocks. 8 years ago
Alex Morcos 6f06b268c1 rename bool to validFeeEstimate 8 years ago
Alex Morcos 84f7ab08d2 Remove member variable hadNoDependencies from CTxMemPoolEntry 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Pieter Wuille c44e4c467c Make AcceptToMemoryPool take CTransactionRef 8 years ago
Gregory Sanders cee16123f5 reduce number of lookups in TransactionWithinChainLimit 8 years ago
Gregory Sanders 0b2294a980 SelectCoinsMinConf: Prefer coins with fewer ancestors 8 years ago
Alex Morcos f8d43b8081 Avoid rollingMinimumFeeRate never being able to decay below half 8 years ago
Alex Morcos a874ab5ccf remove internal tracking of mempool conflicts for reporting to wallet 8 years ago
Alex Morcos bf663f8e93 remove external usage of mempool conflict tracking 8 years ago
Matt Corallo 76faa3cdfe Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
Pieter Wuille b4e4ba475a Introduce convenience type CTransactionRef 8 years ago
Pieter Wuille 1662b437b3 Make CBlock::vtx a vector of shared_ptr<CTransaction> 8 years ago
Alex Morcos b2322e0fc6 Remove priority estimation 8 years ago
Pieter Wuille c3efb58622 Add feedelta to TxMempoolInfo 8 years ago