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
...
*
Fix removeForReorg to use MedianTimePast
Suhas Daftuar
2015-11-30
1
-2
/
+2
*
Track coinbase spends in CTxMemPoolEntry
Suhas Daftuar
2015-11-30
1
-3
/
+5
*
Fix comment in removeForReorg
Matt Corallo
2015-11-30
1
-1
/
+1
*
Fix removal of time-locked transactions during reorg
Matt Corallo
2015-11-30
1
-10
/
+15
*
Change GetPriority calculation.
Alex Morcos
2015-11-19
1
-5
/
+8
*
Modify variable names for entry height and priority
Alex Morcos
2015-11-19
1
-5
/
+5
*
Pass reference to estimateSmartFee and cleanup whitespace
Suhas Daftuar
2015-11-24
1
-2
/
+2
*
EstimateSmart functions consider mempool min fee
Alex Morcos
2015-11-16
1
-2
/
+2
*
Add smart fee estimation functions
Alex Morcos
2015-11-16
1
-0
/
+10
*
Merge pull request #6776
Pieter Wuille
2015-10-28
1
-3
/
+6
|
\
|
*
Support -checkmempool=N, which runs checks on average once every N transactions
Pieter Wuille
2015-10-20
1
-3
/
+6
*
|
Merge pull request #6464
Wladimir J. van der Laan
2015-10-27
1
-0
/
+1
|
\
\
|
*
|
Clean up tx prioritization when conflict mined
Casey Rodarmor
2015-08-03
1
-0
/
+1
*
|
|
fix locking issue with new mempool limiting
Jonas Schnelli
2015-10-26
1
-3
/
+8
*
|
|
Fix stale comment in CTxMemPool::TrimToSize.
Matt Corallo
2015-10-19
1
-4
/
+4
*
|
|
Undo GetMinFee-requires-extra-call-to-hit-0
Matt Corallo
2015-10-14
1
-1
/
+3
*
|
|
Implement on-the-fly mempool size limitation.
Matt Corallo
2015-10-13
1
-0
/
+65
*
|
|
Track (and define) ::minRelayTxFee in CTxMemPool
Matt Corallo
2015-10-13
1
-2
/
+3
*
|
|
Fix calling mempool directly, instead of pool, in ATMP
Matt Corallo
2015-10-13
1
-2
/
+2
*
|
|
Add Mempool Expire function to remove old transactions
Pieter Wuille
2015-10-13
1
-0
/
+16
|
|
/
|
/
|
*
|
Fix mempool package tracking edge case
Suhas Daftuar
2015-09-23
1
-15
/
+36
*
|
Track transaction packages in CTxMemPoolEntry
Suhas Daftuar
2015-09-19
1
-42
/
+423
*
|
TxMemPool: Change mapTx to a boost::multi_index_container
Ashley Holman
2015-09-19
1
-24
/
+28
*
|
Make sure LogPrintf strings are line-terminated
Wladimir J. van der Laan
2015-08-03
1
-2
/
+2
|
/
*
Separate core memory usage computation in core_memusage.h
Pieter Wuille
2015-07-20
1
-1
/
+1
*
Implement accurate memory accounting for mempool
Pieter Wuille
2015-07-10
1
-1
/
+13
*
Fix various warnings
Luke Dashjr
2015-06-23
1
-1
/
+1
*
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-15
1
-0
/
+1
*
Merge pull request #5159
Wladimir J. van der Laan
2015-05-13
1
-353
/
+29
|
\
|
*
Create new BlockPolicyEstimator for fee estimates
Alex Morcos
2015-05-13
1
-353
/
+29
*
|
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-04-20
1
-0
/
+1
|
/
*
Keep mempool consistent during block-reorgs
Gavin Andresen
2015-03-26
1
-0
/
+12
*
src/txmempool.cpp: make numEntries a uint32_t
Wladimir J. van der Laan
2015-03-06
1
-2
/
+2
*
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-31
1
-4
/
+4
*
Decouple miner.o and txmempool.o from CTxUndo
jtimon
2014-12-27
1
-4
/
+3
*
Merge pull request #5481
Wladimir J. van der Laan
2014-12-23
1
-8
/
+18
|
\
|
*
Apply AreSane() checks to the fees from the network.
Gregory Maxwell
2014-12-15
1
-8
/
+18
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
|
make all catch() arguments const
Philip Kaufmann
2014-12-17
1
-2
/
+2
*
|
Fix small typos in comments and error messages
Pavel Janík
2014-12-16
1
-2
/
+2
|
/
*
Make CTxMemPool::remove more effecient by avoiding recursion
Matt Corallo
2014-12-08
1
-12
/
+18
*
Make CTxMemPool::check more thourough by using CheckInputs
Matt Corallo
2014-12-08
1
-1
/
+29
*
Remove txn which are invalidated by coinbase maturity during reorg
Matt Corallo
2014-12-08
1
-0
/
+26
*
Update comments in txmempool to be doxygen compatible
Michael Ford
2014-11-17
1
-14
/
+24
*
minor cleanup: include orders, end comments etc.
Philip Kaufmann
2014-10-31
1
-3
/
+3
*
Separate protocol versioning from clientversion
Cory Fields
2014-10-29
1
-0
/
+1
*
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-27
1
-1
/
+0
*
boost: split stream classes out of serialize.h
Cory Fields
2014-10-22
1
-0
/
+1
*
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-17
1
-0
/
+1
*
Merge pull request #4834
Pieter Wuille
2014-10-08
1
-1
/
+1
|
\
[prev]
[next]