aboutsummaryrefslogtreecommitdiff
path: root/src/miner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add warning log message if overriding -blockmintxfeeRoss Nicoll2021-07-111-2/+7
* Cap maximum feeRoss Nicoll2021-07-091-1/+1
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-1/+2
* refactor: Remove unused BlockAssembler::pblock member varMarcoFalke2020-06-151-2/+2
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* Add generateblock rpcAndrew Toth2020-03-271-0/+11
* Refactor FormatStateMessage into ValidationStateJeffrey Czyz2020-02-271-2/+1
* rpc: Remove mempool global from minerMarcoFalke2019-12-231-13/+15
* refactor: Remove unused COINBASE_FLAGSNeha Narula2019-11-201-1/+1
* [validation] Add CValidationState subclassesJohn Newbery2019-10-291-1/+1
* Remove unused includespracticalswift2019-10-151-2/+0
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-3/+0
* scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne2019-05-031-1/+1
* [build] Add several util unitsJohn Newbery2019-04-091-0/+1
* [rpc] mining: Omit uninitialized currentblockweight, currentblocktxMarcoFalke2019-02-121-13/+8
* [mining] segwit option must be set in GBTJohn Newbery2018-12-101-2/+2
* miner: Default to DEFAULT_BLOCK_MIN_TX_FEE if unable to parse -blockmintxfeepracticalswift2018-11-051-3/+2
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* 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