aboutsummaryrefslogtreecommitdiff
path: root/src/miner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-3/+13
* Add Dogecoin block subsidy calculations.Ross Nicoll2019-04-031-1/+3
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | Merge #13527: policy: Remove promiscuousmempoolflagsWladimir J. van der Laan2018-08-071-2/+5
|\ \
| * | policy: Remove promiscuousmempoolflagsMarcoFalke2018-06-231-2/+5
* | | Remove unused argument to DefaultOptions(...)practicalswift2018-07-101-2/+2
| |/ |/|
* | cleanup: avoid hidden copies in range-for loopsCory Fields2018-06-151-2/+2
|/
* Add Clang thread safety analysis annotationspracticalswift2018-05-051-1/+0
* Remove duplicate includespracticalswift2018-04-091-1/+0
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | [config] Remove blockmaxsize optionJohn Newbery2018-03-221-3/+1
* | Remove unused variable in SortForBlockDrew Rasmussen2018-03-141-2/+2
* | [doc] dev-notes: Members should be initializedMarcoFalke2018-02-161-6/+0
|/
* Use mempool's ancestor sort in transaction selectionSuhas Daftuar2018-01-131-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-1/+0
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-23/+23
* Deprecate confusing blockmaxsize, fix getmininginfo outputMatt Corallo2017-09-111-36/+2
* Fix potential null dereferencesMeshCollider2017-08-231-0/+1
* Merge #9964: Add const to methods that do not modify the object for which it ...MarcoFalke2017-08-161-1/+1
|\
| * Add const to methods that do not modify the object for which it is calledpracticalswift2017-07-251-1/+1
* | scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-8/+8
|/
* scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-3/+3
* Merge #8329: Consensus: MOVEONLY: Move functions for tx verificationWladimir J. van der Laan2017-05-181-0/+1
|\
| * MOVEONLY: tx functions to consensus/tx_verify.oJorge Timón2017-04-061-0/+1
* | Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus moduleJorge Timón2017-05-031-0/+1
* | Remove excess logic.practicalswift2017-04-101-3/+1
|/
* Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-1/+1
* Merge #9959: Mining: Prevent slowdown in CreateNewBlock on large mempoolsWladimir J. van der Laan2017-03-301-4/+36
|\
| * Update benchmarking with package statisticsSuhas Daftuar2017-03-291-5/+12
| * Add benchmarking for CreateNewBlockSuhas Daftuar2017-03-291-0/+7
| * Mining: return early when block is almost fullSuhas Daftuar2017-03-291-0/+18
* | [trivial] Dead code removalThomas Snider2017-03-231-13/+0
* | Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar2017-03-141-2/+2
|/
* Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-071-156/+3
|\
| * [debug] Change -printpriority optionAlex Morcos2017-02-271-5/+1
| * [mining] Remove -blockprioritysize.Alex Morcos2017-02-271-151/+2
* | Abstract out BlockAssembler optionsPieter Wuille2017-02-261-17/+30
|/
* Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm2017-01-271-4/+2
* Introduce -blockmintxfeeAlex Morcos2017-01-041-2/+8
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Introduce (and use) an IsArgSet accessor methodMatt Corallo2016-12-231-2/+2
* Move CTxInWitness inside CTxInPieter Wuille2016-12-041-2/+2
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Introduce convenience type CTransactionRefPieter Wuille2016-11-191-2/+2
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-6/+6
* Merge #8838: Calculate size and weight of block correctly in CreateNewBlock()Wladimir J. van der Laan2016-11-171-1/+3
|\
| * log block size and weight correctly.jnewbery2016-10-031-1/+3