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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add RecursiveDynamicUsage overload for std::shared_ptr
Russell Yanofsky
2017-05-04
1
-3
/
+3
|
*
Store disconnected block transactions outside mempool during reorg
Suhas Daftuar
2017-05-04
1
-1
/
+98
*
|
Merge #10196: Bugfix: PrioritiseTransaction updates the mempool tx counter
Pieter Wuille
2017-05-17
1
-1
/
+1
|
\
\
|
*
|
Bugfix: PrioritiseTransaction updates the mempool tx counter
Suhas Daftuar
2017-05-06
1
-1
/
+1
|
|
/
*
|
[doc] Removing comments about dirty entries on txmempool
Simone Madeo
2017-05-10
1
-17
/
+2
*
|
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-05-03
1
-0
/
+1
|
/
*
Read and Write fee estimate file directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
1
-4
/
+0
*
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
1
-9
/
+0
*
Make feeEstimator its own global instance of CBlockPolicyEstimator
Alex Morcos
2017-04-10
1
-2
/
+1
*
Fix parameter naming inconsistencies between .h and .cpp files
practicalswift
2017-03-19
1
-4
/
+4
*
Merge #9548: Remove min reasonable fee
Wladimir J. van der Laan
2017-03-07
1
-1
/
+1
|
\
|
*
Remove unnecessary min fee argument in CTxMemPool constructor
Alex Morcos
2017-01-17
1
-1
/
+1
*
|
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-07
1
-47
/
+5
|
\
\
|
*
|
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-03-03
1
-10
/
+2
|
*
|
[rpc] Remove priorityDelta from prioritisetransaction
Alex Morcos
2017-03-03
1
-3
/
+3
|
*
|
No longer allow "free" transactions
Alex Morcos
2017-03-03
1
-12
/
+0
|
*
|
[cleanup] Remove estimatePriority and estimateSmartPriority
Alex Morcos
2017-02-27
1
-9
/
+0
|
*
|
[mining] Remove -blockprioritysize.
Alex Morcos
2017-02-27
1
-13
/
+0
*
|
|
Merge #9732: [Trivial] Remove nonsense #undef foreach
Wladimir J. van der Laan
2017-02-28
1
-1
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove nonsense #undef foreach
John Newbery
2017-02-09
1
-1
/
+0
*
|
|
Removed redundant parameter from mempool.PrioritiseTransaction
gubatron
2017-02-21
1
-1
/
+1
|
/
/
*
|
[trivial] Fix typos in comments
practicalswift
2017-01-27
1
-1
/
+1
*
|
mempool: add notification for added/removed entries
Wladimir J. van der Laan
2017-01-23
1
-3
/
+22
|
/
*
Merge #9380: Separate different uses of minimum fees
Wladimir J. van der Laan
2017-01-16
1
-6
/
+1
|
\
|
*
Introduce -incrementalrelayfee
Alex Morcos
2017-01-16
1
-6
/
+1
*
|
Merge #9138: Improve fee estimation
Pieter Wuille
2017-01-05
1
-7
/
+4
|
\
\
|
*
|
Always update fee estimates on new blocks.
Alex Morcos
2017-01-04
1
-2
/
+1
|
*
|
rename bool to validFeeEstimate
Alex Morcos
2017-01-04
1
-2
/
+2
|
*
|
Remove member variable hadNoDependencies from CTxMemPoolEntry
Alex Morcos
2017-01-04
1
-3
/
+1
|
|
/
*
|
Merge #8747: [rpc] Fix transaction size comments and RPC help text.
Wladimir J. van der Laan
2017-01-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix transaction size comments. Size now refers to virtual size as defined in ...
jonnynewbs
2016-12-08
1
-1
/
+1
*
|
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2017-01-04
1
-1
/
+2
|
\
\
|
*
|
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-12-21
1
-1
/
+2
*
|
|
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
/
+3
|
\
\
|
*
|
SelectCoinsMinConf: Prefer coins with fewer ancestors
Gregory Sanders
2016-12-13
1
-0
/
+3
*
|
|
remove internal tracking of mempool conflicts for reporting to wallet
Alex Morcos
2016-12-05
1
-2
/
+2
*
|
|
remove external usage of mempool conflict tracking
Alex Morcos
2016-12-05
1
-1
/
+1
|
/
/
*
/
Fix some typos
fsb4000
2016-11-28
1
-1
/
+1
|
/
*
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
1
-8
/
+8
*
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
1
-1
/
+1
*
Add feedelta to TxMempoolInfo
Pieter Wuille
2016-10-30
1
-0
/
+3
*
Add some missing includes
Pieter Wuille
2016-10-21
1
-0
/
+4
*
Return shared_ptr<CTransaction> from mempool removes
Pieter Wuille
2016-10-21
1
-4
/
+3
*
Make removed and conflicted arguments optional to remove
Pieter Wuille
2016-10-21
1
-3
/
+3
*
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-0
/
+1
*
Use cmpctblock type 2 for segwit-enabled transfer
Pieter Wuille
2016-10-04
1
-1
/
+1
*
[trivial] fix mempool comment (outdated by BIP125)
jonnynewbs
2016-09-26
1
-7
/
+10
*
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
1
-2
/
+2
*
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-11
/
+12
[prev]
[next]