index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
miner.h
Age
Commit message (
Expand
)
Author
2017-09-18
Remove nBlockMaxSize from miner opt struct as it is no longer used.
Gregory Maxwell
2017-09-11
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-08-26
Fix boost headers included as user instead of system headers
Dan Raviv
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-06-12
Remove unnecessary forward class declarations in header files
practicalswift
2017-03-30
Merge #9959: Mining: Prevent slowdown in CreateNewBlock on large mempools
Wladimir J. van der Laan
2017-03-29
Update benchmarking with package statistics
Suhas Daftuar
2017-03-14
Don't require segwit in getblocktemplate for segwit signalling or mining
Suhas Daftuar
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-02-27
[mining] Remove -blockprioritysize.
Alex Morcos
2017-02-26
Abstract out BlockAssembler options
Pieter Wuille
2017-01-04
Introduce -blockmintxfee
Alex Morcos
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-10-18
Merge #8223: [c++11] Use std::unique_ptr for block creation.
Wladimir J. van der Laan
2016-07-18
Rename "block cost" to "block weight"
Suhas Daftuar
2016-06-30
Remove -blockminsize option
Suhas Daftuar
2016-06-30
Remove addScoreTxs()
Suhas Daftuar
2016-06-30
Exclude witness transactions in addPackageTxs() pre-segwit activation
Suhas Daftuar
2016-06-27
CreateNewBlock: add support for size-accounting to addPackageTxs
Suhas Daftuar
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-18
[c++11] Use std::unique_ptr for block creation.
Daniel Kraft
2016-06-16
Use ancestor-feerate based transaction selection for mining
Suhas Daftuar
2016-05-18
Refactor CreateNewBlock to be a method of the BlockAssembler class
Alex Morcos
2016-02-10
Remove internal miner
Leviathn
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-11-11
Chainparams: Explicit CChainParams arg for miner:
Jorge Timón
2015-10-01
Bugfix: If genproclimit is omitted to RPC setgenerate, don't change it; also ...
Luke Dashjr
2015-08-08
Add some const declarations where they are appropriate.
Daniel Kraft
2015-08-06
Merge pull request #6177
Wladimir J. van der Laan
2015-06-30
detach wallet from miner
Jonas Schnelli
2015-05-27
Prevent block.nTime from decreasing
Mark Friedenbach
2015-04-16
miner.h: fix clang warning because of class/struct mix
Jonas Schnelli
2015-04-15
Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getter
Jorge Timón
2015-04-10
Revert mining changes in #5957
Wladimir J. van der Laan
2015-04-01
Bugfix: make CreateNewBlock return pindexPrev
Pieter Wuille
2015-04-01
Introduce separate 'generate' RPC call
Pieter Wuille
2015-01-24
Merge pull request #5599
Wladimir J. van der Laan
2015-01-12
MOVEONLY: Move struct CBlockTemplate to miner.h (from main.h)
Luke Dashjr
2015-01-04
Get rid of the internal miner's hashmeter
jtimon
2015-01-02
Remove declaration of no longer existent CheckWork
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-29
MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include main...
jtimon
2014-06-21
Switch miner.cpp to use sha2 instead of OpenSSL.
Pieter Wuille
2014-06-10
small formatting, indentation and comment fixes
Philip Kaufmann
2013-11-22
setgenerate creates multiple blocks in -regtest mode
Gavin Andresen
2013-11-11
Fix struct/class declaration mismatches
Gavin Andresen
[next]