aboutsummaryrefslogtreecommitdiff
path: root/src/miner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #8362: Scale legacy sigop count in CreateNewBlockWladimir J. van der Laan2016-07-251-1/+1
|\
| * Scale legacy sigop count in CreateNewBlockSuhas Daftuar2016-07-181-1/+1
* | Rename "block cost" to "block weight"Suhas Daftuar2016-07-181-21/+21
|/
* Remove -blockminsize optionSuhas Daftuar2016-06-301-6/+1
* Remove addScoreTxs()Suhas Daftuar2016-06-301-60/+0
* Exclude witness transactions in addPackageTxs() pre-segwit activationSuhas Daftuar2016-06-301-4/+9
* CreateNewBlock: add support for size-accounting to addPackageTxsSuhas Daftuar2016-06-271-10/+15
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-26/+75
* BIP141: Commitment structure and deploymentPieter Wuille2016-06-221-0/+18
* Use ancestor-feerate based transaction selection for miningSuhas Daftuar2016-06-161-1/+205
* FIX: correctly measure size of priority blockAlex Morcos2016-06-011-1/+1
* FIX: Account for txs already added to block in addPriorityTxsAlex Morcos2016-05-241-1/+6
* Refactor CreateNewBlock to be a method of the BlockAssembler classAlex Morcos2016-05-181-188/+256
* auto_ptr → unique_ptrWladimir J. van der Laan2016-04-281-1/+1
* BIP9 ImplementationPieter Wuille2016-03-151-5/+6
* Merge #7507: Remove internal minerWladimir J. van der Laan2016-03-141-203/+0
|\
| * Remove internal minerLeviathn2016-02-101-203/+0
* | Add tags to mempool's mapTx indicesSuhas Daftuar2016-02-161-2/+2
|/
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Update miner.cpp: Fix typo in commentantonio-fr2015-12-021-1/+1
* Rewrite CreateNewBlockAlex Morcos2015-12-011-181/+120
* Merge pull request #6508Pieter Wuille2015-11-281-1/+2
|\
| * Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille2015-11-271-1/+2
* | Constrain constant values to a single location in codeLuke Dashjr2015-11-281-1/+1
|/
* Chainparams: Explicit CChainParams arg for miner:Jorge Timón2015-11-111-6/+5
* Chainparams: Explicit CChainParams arg for main (pre miner):Jorge Timón2015-11-111-2/+2
* Restore MedianTimePast for locktime.Gregory Maxwell2015-11-031-1/+7
* Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoin...Gregory Maxwell2015-11-011-7/+1
* Add rules--presently disabled--for using GetMedianTimePast as endpoint for lo...Mark Friedenbach2015-10-231-1/+7
* Do not store Merkle branches in the wallet.Pieter Wuille2015-09-221-1/+1
* TxMemPool: Change mapTx to a boost::multi_index_containerAshley Holman2015-09-191-4/+4
* Fix crash when mining with empty keypool.Daniel Kraft2015-08-181-2/+4
* Add some const declarations where they are appropriate.Daniel Kraft2015-08-081-2/+2
* Merge pull request #6177Wladimir J. van der Laan2015-08-061-3/+11
|\
| * Prevent block.nTime from decreasingMark Friedenbach2015-05-271-4/+13
* | TRIVIAL: Missing includesJorge Timón2015-07-231-0/+4
* | Merge pull request #6370Wladimir J. van der Laan2015-07-101-7/+2
|\ \
| * | Remove ChainParams::DefaultMinerThreadsWladimir J. van der Laan2015-07-031-7/+2
* | | Merge pull request #6335Wladimir J. van der Laan2015-07-061-0/+1
|\ \ \ | |/ / |/| |
| * | Policy: MOVEONLY: Create policy/policy.h with some constantsJorge Timón2015-06-261-0/+1
* | | Merge pull request #6361Wladimir J. van der Laan2015-07-021-1/+1
|\ \ \
| * | | Use real number of cores for default -par, ignore virtual coresWladimir J. van der Laan2015-07-011-1/+1
| |/ /
* | | miner: rename UpdateRequestCount signal to ResetRequestCountJonas Schnelli2015-07-011-1/+1
* | | add CReserveScript to allow modular script keeping/returningJonas Schnelli2015-07-011-10/+11
* | | detach wallet from minerJonas Schnelli2015-06-301-33/+16
|/ /
* | Be stricter in processing unrequested blocksSuhas Daftuar2015-06-021-1/+1
* | Merge pull request #6183Wladimir J. van der Laan2015-06-011-1/+2
|\ \ | |/ |/|
| * Fix off-by-one error w/ nLockTime in the walletPeter Todd2015-05-271-1/+2
* | Merge pull request #5669Wladimir J. van der Laan2015-05-271-0/+1
|\ \ | |/ |/|
| * Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-0/+1