index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
miner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #8362: Scale legacy sigop count in CreateNewBlock
Wladimir J. van der Laan
2016-07-25
1
-1
/
+1
|
\
|
*
Scale legacy sigop count in CreateNewBlock
Suhas Daftuar
2016-07-18
1
-1
/
+1
*
|
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
1
-21
/
+21
|
/
*
Remove -blockminsize option
Suhas Daftuar
2016-06-30
1
-6
/
+1
*
Remove addScoreTxs()
Suhas Daftuar
2016-06-30
1
-60
/
+0
*
Exclude witness transactions in addPackageTxs() pre-segwit activation
Suhas Daftuar
2016-06-30
1
-4
/
+9
*
CreateNewBlock: add support for size-accounting to addPackageTxs
Suhas Daftuar
2016-06-27
1
-10
/
+15
*
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-26
/
+75
*
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-22
1
-0
/
+18
*
Use ancestor-feerate based transaction selection for mining
Suhas Daftuar
2016-06-16
1
-1
/
+205
*
FIX: correctly measure size of priority block
Alex Morcos
2016-06-01
1
-1
/
+1
*
FIX: Account for txs already added to block in addPriorityTxs
Alex Morcos
2016-05-24
1
-1
/
+6
*
Refactor CreateNewBlock to be a method of the BlockAssembler class
Alex Morcos
2016-05-18
1
-188
/
+256
*
auto_ptr → unique_ptr
Wladimir J. van der Laan
2016-04-28
1
-1
/
+1
*
BIP9 Implementation
Pieter Wuille
2016-03-15
1
-5
/
+6
*
Merge #7507: Remove internal miner
Wladimir J. van der Laan
2016-03-14
1
-203
/
+0
|
\
|
*
Remove internal miner
Leviathn
2016-02-10
1
-203
/
+0
*
|
Add tags to mempool's mapTx indices
Suhas Daftuar
2016-02-16
1
-2
/
+2
|
/
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Update miner.cpp: Fix typo in comment
antonio-fr
2015-12-02
1
-1
/
+1
*
Rewrite CreateNewBlock
Alex Morcos
2015-12-01
1
-181
/
+120
*
Merge pull request #6508
Pieter Wuille
2015-11-28
1
-1
/
+2
|
\
|
*
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille
2015-11-27
1
-1
/
+2
*
|
Constrain constant values to a single location in code
Luke Dashjr
2015-11-28
1
-1
/
+1
|
/
*
Chainparams: Explicit CChainParams arg for miner:
Jorge Timón
2015-11-11
1
-6
/
+5
*
Chainparams: Explicit CChainParams arg for main (pre miner):
Jorge Timón
2015-11-11
1
-2
/
+2
*
Restore MedianTimePast for locktime.
Gregory Maxwell
2015-11-03
1
-1
/
+7
*
Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoin...
Gregory Maxwell
2015-11-01
1
-7
/
+1
*
Add rules--presently disabled--for using GetMedianTimePast as endpoint for lo...
Mark Friedenbach
2015-10-23
1
-1
/
+7
*
Do not store Merkle branches in the wallet.
Pieter Wuille
2015-09-22
1
-1
/
+1
*
TxMemPool: Change mapTx to a boost::multi_index_container
Ashley Holman
2015-09-19
1
-4
/
+4
*
Fix crash when mining with empty keypool.
Daniel Kraft
2015-08-18
1
-2
/
+4
*
Add some const declarations where they are appropriate.
Daniel Kraft
2015-08-08
1
-2
/
+2
*
Merge pull request #6177
Wladimir J. van der Laan
2015-08-06
1
-3
/
+11
|
\
|
*
Prevent block.nTime from decreasing
Mark Friedenbach
2015-05-27
1
-4
/
+13
*
|
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
1
-0
/
+4
*
|
Merge pull request #6370
Wladimir J. van der Laan
2015-07-10
1
-7
/
+2
|
\
\
|
*
|
Remove ChainParams::DefaultMinerThreads
Wladimir J. van der Laan
2015-07-03
1
-7
/
+2
*
|
|
Merge pull request #6335
Wladimir J. van der Laan
2015-07-06
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Policy: MOVEONLY: Create policy/policy.h with some constants
Jorge Timón
2015-06-26
1
-0
/
+1
*
|
|
Merge pull request #6361
Wladimir J. van der Laan
2015-07-02
1
-1
/
+1
|
\
\
\
|
*
|
|
Use real number of cores for default -par, ignore virtual cores
Wladimir J. van der Laan
2015-07-01
1
-1
/
+1
|
|
/
/
*
|
|
miner: rename UpdateRequestCount signal to ResetRequestCount
Jonas Schnelli
2015-07-01
1
-1
/
+1
*
|
|
add CReserveScript to allow modular script keeping/returning
Jonas Schnelli
2015-07-01
1
-10
/
+11
*
|
|
detach wallet from miner
Jonas Schnelli
2015-06-30
1
-33
/
+16
|
/
/
*
|
Be stricter in processing unrequested blocks
Suhas Daftuar
2015-06-02
1
-1
/
+1
*
|
Merge pull request #6183
Wladimir J. van der Laan
2015-06-01
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix off-by-one error w/ nLockTime in the wallet
Peter Todd
2015-05-27
1
-1
/
+2
*
|
Merge pull request #5669
Wladimir J. van der Laan
2015-05-27
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-15
1
-0
/
+1
[next]