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
*
Clean up RPC tests (#1465)
Ross Nicoll
2018-09-19
1
-2
/
+3
*
Move COINBASE_MATURITY to the consensus parameters (#1426)
Ross Nicoll
2018-09-19
1
-1
/
+3
*
Bugfix: PrioritiseTransaction updates the mempool tx counter
Suhas Daftuar
2017-04-19
1
-0
/
+1
*
Bugfix: ancestor modifed fees were incorrect for descendants
Suhas Daftuar
2017-04-05
1
-0
/
+7
*
[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
*
|
|
remove external usage of mempool conflict tracking
Alex Morcos
2016-12-05
1
-2
/
+2
|
|
/
|
/
|
*
|
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
|
/
*
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
1
-7
/
+7
*
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
1
-7
/
+7
*
Remove priority estimation
Alex Morcos
2016-11-07
1
-3
/
+2
*
Add feedelta to TxMempoolInfo
Pieter Wuille
2016-10-30
1
-2
/
+6
*
Return shared_ptr<CTransaction> from mempool removes
Pieter Wuille
2016-10-21
1
-4
/
+4
*
Make removed and conflicted arguments optional to remove
Pieter Wuille
2016-10-21
1
-5
/
+7
*
Bypass removeRecursive in removeForReorg
Pieter Wuille
2016-10-21
1
-7
/
+8
*
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-1
/
+1
*
Use cmpctblock type 2 for segwit-enabled transfer
Pieter Wuille
2016-10-04
1
-1
/
+1
*
Do not shadow variables
Pavel Janík
2016-09-27
1
-4
/
+4
*
Remove unused variables
MarcoFalke
2016-08-25
1
-1
/
+0
*
Merge #8346: Mempool: Use Consensus::CheckTxInputs direclty over main::CheckI...
Pieter Wuille
2016-08-01
1
-2
/
+7
|
\
|
*
Mempool: Use Consensus::CheckTxInputs direclty over main::CheckInputs
Jorge Timón
2016-07-29
1
-2
/
+7
*
|
Treat high-sigop transactions as larger rather than rejecting them
Pieter Wuille
2016-07-19
1
-1
/
+1
*
|
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
-19
/
+25
*
Provide a flat list of txid/terators to txn in CTxMemPool
Matt Corallo
2016-06-19
1
-1
/
+13
*
Stop trimming when mapTx is empty
Pieter Wuille
2016-06-19
1
-1
/
+1
*
Get rid of CTxMempool::lookup() entirely
Pieter Wuille
2016-06-07
1
-13
/
+3
*
Switch CTransaction storage in mempool to std::shared_ptr
Pieter Wuille
2016-06-05
1
-24
/
+60
*
Merge #7997: replace mapNextTx with slimmer setSpends
Pieter Wuille
2016-06-03
1
-24
/
+22
|
\
|
*
mapNextTx: use pointer as key, simplify value
Kaz Wesley
2016-06-02
1
-24
/
+22
*
|
Do not use mempool for GETDATA for tx accepted after the last mempool req.
Gregory Maxwell
2016-05-25
1
-1
/
+9
[next]