index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
txmempool.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Fixed multiple typos
Dimitris Tsapakidis
2017-06-22
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge #10537: Few Minor per-utxo assert-semantics re-adds and tweak
Pieter Wuille
2017-06-20
1
-3
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove useless mapNextTx lookup in CTxMemPool::TrimToSize.
Matt Corallo
2017-06-05
1
-3
/
+1
*
|
|
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-27
/
+27
|
/
/
*
|
Merge #10195: Switch chainstate db and cache to per-txout model
Pieter Wuille
2017-06-01
1
-27
/
+24
|
\
\
|
*
|
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
1
-7
/
+7
|
*
|
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
1
-18
/
+22
|
*
|
Replace CCoins-based CTxMemPool::pruneSpent with isSpent
Pieter Wuille
2017-06-01
1
-9
/
+2
*
|
|
Merge #9208: Improve DisconnectTip performance
Wladimir J. van der Laan
2017-05-30
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add RecursiveDynamicUsage overload for std::shared_ptr
Russell Yanofsky
2017-05-04
1
-1
/
+1
|
|
/
*
|
Merge #8329: Consensus: MOVEONLY: Move functions for tx verification
Wladimir J. van der Laan
2017-05-18
1
-0
/
+1
|
\
\
|
*
|
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
2017-04-06
1
-0
/
+1
*
|
|
Merge #10196: Bugfix: PrioritiseTransaction updates the mempool tx counter
Pieter Wuille
2017-05-17
1
-0
/
+1
|
\
\
\
|
*
|
|
Bugfix: PrioritiseTransaction updates the mempool tx counter
Suhas Daftuar
2017-05-06
1
-0
/
+1
|
|
|
/
|
|
/
|
*
/
|
Track failures in fee estimation.
Alex Morcos
2017-05-10
1
-1
/
+1
|
/
/
*
|
Read and Write fee estimate file directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
1
-34
/
+0
*
|
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
1
-9
/
+0
*
|
Give CBlockPolicyEstimator it's own lock
Alex Morcos
2017-04-10
1
-4
/
+0
*
|
Make feeEstimator its own global instance of CBlockPolicyEstimator
Alex Morcos
2017-04-10
1
-12
/
+5
|
/
*
Bugfix: ancestor modifed fees were incorrect for descendants
Suhas Daftuar
2017-04-03
1
-0
/
+7
*
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-3
/
+4
*
Fix parameter naming inconsistencies between .h and .cpp files
practicalswift
2017-03-19
1
-1
/
+1
*
Merge #9548: Remove min reasonable fee
Wladimir J. van der Laan
2017-03-07
1
-2
/
+2
|
\
|
*
Remove unnecessary min fee argument in CTxMemPool constructor
Alex Morcos
2017-01-17
1
-1
/
+1
|
*
CBlockPolicyEstimator now uses hard coded minimum bucket feerate
Alex Morcos
2017-01-17
1
-1
/
+1
*
|
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-03-03
1
-17
/
+2
*
|
[rpc] Remove priorityDelta from prioritisetransaction
Alex Morcos
2017-03-03
1
-15
/
+13
*
|
[cleanup] Remove estimatePriority and estimateSmartPriority
Alex Morcos
2017-02-27
1
-10
/
+0
*
|
Removed redundant parameter from mempool.PrioritiseTransaction
gubatron
2017-02-21
1
-2
/
+2
*
|
[Trivial] Update comments referencing main.cpp
CryptAxe
2017-02-16
1
-1
/
+1
*
|
Merge #9578: Add missing mempool lock for CalculateMemPoolAncestors
Pieter Wuille
2017-02-05
1
-0
/
+2
|
\
\
|
*
|
Add missing mempool lock for CalculateMemPoolAncestors
Matt Corallo
2017-01-20
1
-0
/
+2
|
|
/
*
|
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-27
1
-5
/
+3
*
|
mempool: add notification for added/removed entries
Wladimir J. van der Laan
2017-01-23
1
-10
/
+13
|
/
*
Merge #9380: Separate different uses of minimum fees
Wladimir J. van der Laan
2017-01-16
1
-4
/
+3
|
\
|
*
Introduce -incrementalrelayfee
Alex Morcos
2017-01-16
1
-4
/
+3
*
|
Fix use-after-free in CTxMemPool::removeConflicts()
Suhas Daftuar
2017-01-10
1
-1
/
+1
*
|
Pass pointers to existing CTxMemPoolEntries to fee estimation
Alex Morcos
2017-01-04
1
-2
/
+2
*
|
Always update fee estimates on new blocks.
Alex Morcos
2017-01-04
1
-3
/
+2
*
|
rename bool to validFeeEstimate
Alex Morcos
2017-01-04
1
-4
/
+4
*
|
Remove member variable hadNoDependencies from CTxMemPoolEntry
Alex Morcos
2017-01-04
1
-4
/
+4
|
/
*
Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounder
Wladimir J. van der Laan
2017-01-04
1
-1
/
+1
|
\
|
*
Avoid rollingMinimumFeeRate never being able to decay below half
Alex Morcos
2016-12-08
1
-1
/
+1
*
|
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2017-01-04
1
-5
/
+5
|
\
\
|
*
|
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-12-21
1
-5
/
+5
*
|
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
/
*
|
Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...
Wladimir J. van der Laan
2016-12-20
1
-0
/
+7
|
\
\
|
*
|
reduce number of lookups in TransactionWithinChainLimit
Gregory Sanders
2016-12-19
1
-3
/
+3
|
*
|
SelectCoinsMinConf: Prefer coins with fewer ancestors
Gregory Sanders
2016-12-13
1
-0
/
+7
*
|
|
remove internal tracking of mempool conflicts for reporting to wallet
Alex Morcos
2016-12-05
1
-8
/
+3
[prev]
[next]