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
*
Add warning log message if overriding -blockmintxfee
Ross Nicoll
2021-07-11
1
-2
/
+7
*
Cap maximum fee
Ross Nicoll
2021-07-09
1
-1
/
+1
*
Add Dogecoin block subsidies
Ross Nicoll
2021-05-30
1
-1
/
+2
*
refactor: Remove unused BlockAssembler::pblock member var
MarcoFalke
2020-06-15
1
-2
/
+2
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
Add generateblock rpc
Andrew Toth
2020-03-27
1
-0
/
+11
*
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-27
1
-2
/
+1
*
rpc: Remove mempool global from miner
MarcoFalke
2019-12-23
1
-13
/
+15
*
refactor: Remove unused COINBASE_FLAGS
Neha Narula
2019-11-20
1
-1
/
+1
*
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
1
-1
/
+1
*
Remove unused includes
practicalswift
2019-10-15
1
-2
/
+0
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-3
/
+0
*
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
1
-1
/
+1
*
[build] Add several util units
John Newbery
2019-04-09
1
-0
/
+1
*
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
MarcoFalke
2019-02-12
1
-13
/
+8
*
[mining] segwit option must be set in GBT
John Newbery
2018-12-10
1
-2
/
+2
*
miner: Default to DEFAULT_BLOCK_MIN_TX_FEE if unable to parse -blockmintxfee
practicalswift
2018-11-05
1
-3
/
+2
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
Merge #13527: policy: Remove promiscuousmempoolflags
Wladimir J. van der Laan
2018-08-07
1
-2
/
+5
|
\
\
|
*
|
policy: Remove promiscuousmempoolflags
MarcoFalke
2018-06-23
1
-2
/
+5
*
|
|
Remove unused argument to DefaultOptions(...)
practicalswift
2018-07-10
1
-2
/
+2
|
|
/
|
/
|
*
|
cleanup: avoid hidden copies in range-for loops
Cory Fields
2018-06-15
1
-2
/
+2
|
/
*
Add Clang thread safety analysis annotations
practicalswift
2018-05-05
1
-1
/
+0
*
Remove duplicate includes
practicalswift
2018-04-09
1
-1
/
+0
*
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
1
-0
/
+1
|
\
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+1
*
|
[config] Remove blockmaxsize option
John Newbery
2018-03-22
1
-3
/
+1
*
|
Remove unused variable in SortForBlock
Drew Rasmussen
2018-03-14
1
-2
/
+2
*
|
[doc] dev-notes: Members should be initialized
MarcoFalke
2018-02-16
1
-6
/
+0
|
/
*
Use mempool's ancestor sort in transaction selection
Suhas Daftuar
2018-01-13
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-1
/
+0
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-23
/
+23
*
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-09-11
1
-36
/
+2
*
Fix potential null dereferences
MeshCollider
2017-08-23
1
-0
/
+1
*
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-16
1
-1
/
+1
|
\
|
*
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-25
1
-1
/
+1
*
|
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-8
/
+8
|
/
*
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-3
/
+3
*
Merge #8329: Consensus: MOVEONLY: Move functions for tx verification
Wladimir J. van der Laan
2017-05-18
1
-0
/
+1
|
\
|
*
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
2017-04-06
1
-0
/
+1
*
|
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-05-03
1
-0
/
+1
*
|
Remove excess logic.
practicalswift
2017-04-10
1
-3
/
+1
|
/
*
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-1
/
+1
*
Merge #9959: Mining: Prevent slowdown in CreateNewBlock on large mempools
Wladimir J. van der Laan
2017-03-30
1
-4
/
+36
|
\
|
*
Update benchmarking with package statistics
Suhas Daftuar
2017-03-29
1
-5
/
+12
|
*
Add benchmarking for CreateNewBlock
Suhas Daftuar
2017-03-29
1
-0
/
+7
|
*
Mining: return early when block is almost full
Suhas Daftuar
2017-03-29
1
-0
/
+18
[next]