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
/
miner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make mining fee policy match relay fee policy.
Mike Hearn
2014-03-10
1
-2
/
+2
*
Get rid of C99 PRI?64 usage in source files
Wladimir J. van der Laan
2014-02-24
1
-1
/
+1
*
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
*
Fix off-by-one errors in use of IsFinalTx()
Peter Todd
2014-01-26
1
-1
/
+1
*
Remove redundant .c_str()s
Wladimir J. van der Laan
2014-01-23
1
-5
/
+5
*
Make bitcoin compile without wallet if "db_cxx.h" is not present
Thomas Holenstein
2013-12-19
1
-1
/
+2
*
Merge pull request #3326
Wladimir J. van der Laan
2013-12-13
1
-1
/
+1
|
\
|
*
Increase default -blockmaxsize/prioritysize to 750K/50K
Gavin Andresen
2013-11-30
1
-1
/
+1
*
|
Move internal miner functionality together
Wladimir J. van der Laan
2013-12-09
1
-53
/
+52
*
|
Allow mining RPCs with --disable-wallet
Wladimir J. van der Laan
2013-12-09
1
-2
/
+7
*
|
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-30
1
-21
/
+10
*
|
Refactor: move GetValueIn(tx) to tx.GetValueIn()
Gavin Andresen
2013-11-30
1
-2
/
+2
|
/
*
setgenerate creates multiple blocks in -regtest mode
Gavin Andresen
2013-11-22
1
-2
/
+1
*
core: remove includes in .cpp, if header is already in .h
Philip Kaufmann
2013-11-15
1
-2
/
+0
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-13
/
+19
*
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen
2013-11-04
1
-2
/
+2
*
Merge pull request #3119
Pieter Wuille
2013-10-20
1
-1
/
+1
|
\
|
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
|
Merge pull request #2945 from gmaxwell/fee-logic_encourage_sweeping
Gavin Andresen
2013-10-19
1
-2
/
+14
|
\
\
|
*
|
[Fee logic] Don't count txins for priority to encourage sweeping.
Gregory Maxwell
2013-09-17
1
-2
/
+14
*
|
|
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-11
1
-4
/
+4
|
|
/
|
/
|
*
|
internal miner: move 2 globals from main to miner
Philip Kaufmann
2013-09-25
1
-6
/
+2
*
|
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-12
/
+12
|
/
*
miner: constify CreateNewBlock() arg scriptPubKeyIn
Jeff Garzik
2013-08-25
1
-1
/
+1
*
CreateNewBlock() now takes scriptPubKey argument,
Jeff Garzik
2013-08-24
1
-6
/
+12
*
Move internal miner/block creation to separate miner.cpp module.
Jeff Garzik
2013-07-31
1
-0
/
+663
[prev]