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-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
2015-11-27
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille
2015-11-11
Chainparams: Explicit CChainParams arg for miner:
Jorge Timón
2015-11-11
Chainparams: Explicit CChainParams arg for main (pre miner):
Jorge Timón
2015-11-03
Restore MedianTimePast for locktime.
Gregory Maxwell
2015-11-01
Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoin...
Gregory Maxwell
2015-10-23
Add rules--presently disabled--for using GetMedianTimePast as endpoint for lo...
Mark Friedenbach
2015-09-22
Do not store Merkle branches in the wallet.
Pieter Wuille
2015-09-19
TxMemPool: Change mapTx to a boost::multi_index_container
Ashley Holman
2015-08-18
Fix crash when mining with empty keypool.
Daniel Kraft
2015-08-08
Add some const declarations where they are appropriate.
Daniel Kraft
[next]