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.cpp
Age
Commit message (
Expand
)
Author
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-04-09
[build] Add several util units
John Newbery
2019-02-12
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
MarcoFalke
2018-12-10
[mining] segwit option must be set in GBT
John Newbery
2018-11-05
miner: Default to DEFAULT_BLOCK_MIN_TX_FEE if unable to parse -blockmintxfee
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-07
Merge #13527: policy: Remove promiscuousmempoolflags
Wladimir J. van der Laan
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-10
Remove unused argument to DefaultOptions(...)
practicalswift
2018-06-23
policy: Remove promiscuousmempoolflags
MarcoFalke
2018-06-15
cleanup: avoid hidden copies in range-for loops
Cory Fields
2018-05-05
Add Clang thread safety analysis annotations
practicalswift
2018-04-09
Remove duplicate includes
practicalswift
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-22
[config] Remove blockmaxsize option
John Newbery
2018-03-14
Remove unused variable in SortForBlock
Drew Rasmussen
2018-02-16
[doc] dev-notes: Members should be initialized
MarcoFalke
2018-01-13
Use mempool's ancestor sort in transaction selection
Suhas Daftuar
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-11
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-08-23
Fix potential null dereferences
MeshCollider
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-05-18
Merge #8329: Consensus: MOVEONLY: Move functions for tx verification
Wladimir J. van der Laan
2017-05-03
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-04-10
Remove excess logic.
practicalswift
2017-04-06
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
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-29
Add benchmarking for CreateNewBlock
Suhas Daftuar
2017-03-29
Mining: return early when block is almost full
Suhas Daftuar
2017-03-23
[trivial] Dead code removal
Thomas Snider
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
[debug] Change -printpriority option
Alex Morcos
2017-02-27
[mining] Remove -blockprioritysize.
Alex Morcos
2017-02-26
Abstract out BlockAssembler options
Pieter Wuille
2017-01-27
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-04
Introduce -blockmintxfee
Alex Morcos
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-23
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-04
Move CTxInWitness inside CTxIn
Pieter Wuille
[next]