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
*
really s/Doge/Dis/g this time
Tomo Ueda
2021-09-02
1
-1
/
+1
*
really s/doge/dis/g this time
Tomo Ueda
2021-09-02
1
-1
/
+1
*
Remove relay-only rounding
Ross Nicoll
2021-08-17
1
-1
/
+1
*
Check only the base block version (#1411)
Ross Nicoll
2018-09-19
1
-2
/
+2
*
Modify chain consensus parameters to be height aware (#1396)
Ross Nicoll
2018-09-19
1
-7
/
+8
*
Sync mining code from Namecore to resolve unit test failures (#1385)
Ross Nicoll
2018-09-19
1
-1
/
+4
*
Merge AuxPoW support from Namecore
Ross Nicoll
2018-09-19
1
-2
/
+3
*
Add Dogecoin block subsidy calculations.
Ross Nicoll
2018-09-19
1
-1
/
+3
*
Update benchmarking with package statistics
Suhas Daftuar
2017-03-30
1
-5
/
+12
*
Add benchmarking for CreateNewBlock
Suhas Daftuar
2017-03-30
1
-0
/
+7
*
Mining: return early when block is almost full
Suhas Daftuar
2017-03-30
1
-0
/
+18
*
Don't require segwit in getblocktemplate for segwit signalling or mining
Suhas Daftuar
2017-03-16
1
-2
/
+2
*
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-27
1
-4
/
+2
*
Introduce -blockmintxfee
Alex Morcos
2017-01-04
1
-2
/
+8
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-23
1
-2
/
+2
*
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-04
1
-2
/
+2
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
1
-2
/
+2
*
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
1
-6
/
+6
*
Merge #8838: Calculate size and weight of block correctly in CreateNewBlock()
Wladimir J. van der Laan
2016-11-17
1
-1
/
+3
|
\
|
*
log block size and weight correctly.
jnewbery
2016-10-03
1
-1
/
+3
*
|
Merge #8223: [c++11] Use std::unique_ptr for block creation.
Wladimir J. van der Laan
2016-10-18
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
[c++11] Use std::unique_ptr for block creation.
Daniel Kraft
2016-06-18
1
-3
/
+4
*
|
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
[next]