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
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
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-19
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-17
Merge #8838: Calculate size and weight of block correctly in CreateNewBlock()
Wladimir J. van der Laan
2016-10-18
Merge #8223: [c++11] Use std::unique_ptr for block creation.
Wladimir J. van der Laan
2016-10-03
log block size and weight correctly.
jnewbery
2016-07-25
Merge #8362: Scale legacy sigop count in CreateNewBlock
Wladimir J. van der Laan
2016-07-18
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
Scale legacy sigop count in CreateNewBlock
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-06-01
FIX: correctly measure size of priority block
Alex Morcos
2016-05-24
FIX: Account for txs already added to block in addPriorityTxs
Alex Morcos
2016-05-18
Refactor CreateNewBlock to be a method of the BlockAssembler class
Alex Morcos
2016-04-28
auto_ptr → unique_ptr
Wladimir J. van der Laan
2016-03-15
BIP9 Implementation
Pieter Wuille
2016-03-14
Merge #7507: Remove internal miner
Wladimir J. van der Laan
2016-02-16
Add tags to mempool's mapTx indices
Suhas Daftuar
2016-02-10
Remove internal miner
Leviathn
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-02
Update miner.cpp: Fix typo in comment
antonio-fr
2015-12-01
Rewrite CreateNewBlock
Alex Morcos
2015-11-28
Merge pull request #6508
Pieter Wuille
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
[next]