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
2016-10-18
Merge #8223: [c++11] Use std::unique_ptr for block creation.
Wladimir J. van der Laan
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
2015-08-06
Merge pull request #6177
Wladimir J. van der Laan
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-07-10
Merge pull request #6370
Wladimir J. van der Laan
2015-07-06
Merge pull request #6335
Wladimir J. van der Laan
2015-07-03
Remove ChainParams::DefaultMinerThreads
Wladimir J. van der Laan
2015-07-02
Merge pull request #6361
Wladimir J. van der Laan
2015-07-01
Use real number of cores for default -par, ignore virtual cores
Wladimir J. van der Laan
2015-07-01
miner: rename UpdateRequestCount signal to ResetRequestCount
Jonas Schnelli
2015-07-01
add CReserveScript to allow modular script keeping/returning
Jonas Schnelli
2015-06-30
detach wallet from miner
Jonas Schnelli
2015-06-26
Policy: MOVEONLY: Create policy/policy.h with some constants
Jorge Timón
2015-06-02
Be stricter in processing unrequested blocks
Suhas Daftuar
2015-06-01
Merge pull request #6183
Wladimir J. van der Laan
2015-05-27
Prevent block.nTime from decreasing
Mark Friedenbach
2015-05-27
Merge pull request #5669
Wladimir J. van der Laan
[next]