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
...
*
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
|
\
|
*
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
-8
/
+9
|
/
*
add nModSize init to default constructor of CTxMemPoolEntry
Philip Kaufmann
2014-09-16
1
-1
/
+1
*
Merge pull request #4911
Pieter Wuille
2014-09-16
1
-2
/
+2
|
\
|
*
header include cleanup
Philip Kaufmann
2014-09-14
1
-2
/
+2
*
|
Fixing compiler warning C4101
ENikS
2014-09-15
1
-2
/
+2
*
|
Merge pull request #4817
Pieter Wuille
2014-09-15
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Track modified size in TxMemPoolEntry so that we can correctly compute priority.
Alex Morcos
2014-09-08
1
-1
/
+3
*
|
Merge pull request #4822
Pieter Wuille
2014-09-10
1
-2
/
+2
|
\
\
|
*
|
Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.
Pieter Wuille
2014-09-03
1
-2
/
+2
|
|
/
*
/
Remove some unnecessary c_strs() in logging and the GUI
Philip Kaufmann
2014-09-09
1
-1
/
+1
|
/
*
Fix a few "Uninitialized scalar field" warnings
Wladimir J. van der Laan
2014-08-28
1
-2
/
+5
*
Merge pull request #4748
Pieter Wuille
2014-08-26
1
-0
/
+1
|
\
|
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+1
*
|
Use const CCoinsView's at some places.
Daniel Kraft
2014-08-26
1
-2
/
+2
*
|
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
/
+9
*
Process fee estimate file into temporary vector first to let sanity checking ...
Alex Morcos
2014-07-29
1
-4
/
+15
*
Fix minor bug which only affected log messages.
Alex Morcos
2014-07-28
1
-2
/
+6
*
Fixed a bug with index bounds checking
Alex Morcos
2014-07-27
1
-1
/
+1
*
Bugfix: make CCoinsViewMemPool support pruned entries in underlying cache
Pieter Wuille
2014-07-23
1
-3
/
+4
*
Revert "Relay double-spends, subject to anti-DOS"
Wladimir J. van der Laan
2014-07-21
1
-0
/
+1
*
Move fee policy out of core
Gavin Andresen
2014-07-03
1
-13
/
+13
*
Sanity checks for estimates
Gavin Andresen
2014-07-03
1
-2
/
+7
*
Relay double-spends, subject to anti-DOS
Tom Harding
2014-06-27
1
-1
/
+0
[prev]
[next]