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
*
Implement accurate memory accounting for mempool
Pieter Wuille
2015-07-10
1
-0
/
+7
*
Create new BlockPolicyEstimator for fee estimates
Alex Morcos
2015-05-13
1
-7
/
+13
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Remove txn which are invalidated by coinbase maturity during reorg
Matt Corallo
2014-12-08
1
-0
/
+1
*
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-12-03
1
-1
/
+1
*
[Qt] Add Smartfee to GUI
Cozz Lovan
2014-11-19
1
-1
/
+6
*
Update comments in txmempool to be doxygen compatible
Michael Ford
2014-11-17
1
-21
/
+23
*
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-27
1
-1
/
+1
*
MOVEONLY: Move CFeeRate and Amount constants to amount.o
jtimon
2014-10-27
1
-0
/
+1
*
boost: split stream classes out of serialize.h
Cory Fields
2014-10-22
1
-0
/
+2
*
MOVEONLY: CInPoint from core to txmempool
jtimon
2014-10-17
1
-0
/
+13
*
Merge pull request #4834
Pieter Wuille
2014-10-08
1
-1
/
+1
|
\
|
*
Get rid of the dummy CCoinsViewCache constructor arg
Pieter Wuille
2014-09-24
1
-1
/
+1
*
|
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-6
/
+6
|
/
*
Track modified size in TxMemPoolEntry so that we can correctly compute priority.
Alex Morcos
2014-09-08
1
-0
/
+1
*
add missing header end comments
Philip Kaufmann
2014-08-28
1
-1
/
+2
*
Use const CCoinsView's at some places.
Daniel Kraft
2014-08-26
1
-1
/
+1
*
Make appropriate getter-routines "const" in CCoinsView.
Daniel Kraft
2014-08-26
1
-2
/
+2
*
Closely track mempool byte total. Add "getmempoolinfo" RPC.
Jeff Garzik
2014-08-14
1
-0
/
+6
*
Move fee policy out of core
Gavin Andresen
2014-07-03
1
-1
/
+3
*
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
Luke Dashjr
2014-06-26
1
-0
/
+6
*
estimatefee / estimatepriority RPC methods
Gavin Andresen
2014-06-06
1
-0
/
+23
*
Remove CWalletTx::vfSpent
Gavin Andresen
2014-02-26
1
-2
/
+4
*
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-30
1
-2
/
+29
*
Move CCoins-related logic to coins.{cpp.h}
Pieter Wuille
2013-11-10
1
-2
/
+18
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-0
/
+1
*
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen
2013-11-04
1
-0
/
+67