aboutsummaryrefslogtreecommitdiff
path: root/src/miner.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Chainparams: Refactor: Decouple main::GetBlockValue() from Params() [renamed ...Jorge Timón2015-05-151-1/+2
|/
* Avoid crash on start in TestBlockValidity with gen=1.Gregory Maxwell2015-05-121-1/+14
* Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-0/+1
* Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getterJorge Timón2015-04-151-10/+12
* Revert mining changes in #5957Wladimir J. van der Laan2015-04-101-66/+56
* Bugfix: make CreateNewBlock return pindexPrevPieter Wuille2015-04-011-8/+8
* Introduce separate 'generate' RPC callPieter Wuille2015-04-011-32/+54
* Simplify hash loop codePieter Wuille2015-04-011-21/+9
* Consensus: Refactor: Decouple pow.o from chainparams.oJorge Timón2015-03-261-2/+2
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-1/+1
* Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-3/+3
* Merge pull request #5599Wladimir J. van der Laan2015-01-241-40/+2
|\
| * Get rid of the internal miner's hashmeterjtimon2015-01-041-40/+2
* | MOVEONLY: Move struct CBlockTemplate to miner.h (from main.h)Luke Dashjr2015-01-121-1/+0
* | Use arith_uint256 where necessaryWladimir J. van der Laan2015-01-051-2/+2
* | Remove declaration of no longer existent CheckWorkWladimir J. van der Laan2015-01-021-1/+1
* | Decouple miner.o and txmempool.o from CTxUndojtimon2014-12-271-2/+1
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* | Merge pull request #5470Wladimir J. van der Laan2014-12-191-1/+1
|\ \
| * | Remove references to X11 licenceMichael Ford2014-12-161-1/+1
| |/
* / make all catch() arguments constPhilip Kaufmann2014-12-171-1/+1
|/
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-2/+2
* Merge pull request #1816Wladimir J. van der Laan2014-11-241-11/+8
|\
| * CreateNewBlock: Stick height in coinbase so we pass template sanity checkLuke Dashjr2014-11-201-5/+6
| * TestBlockValidity function for CBlock proposals (used by CreateNewBlock)Luke Dashjr2014-11-181-15/+2
| * CreateNewBlock and miner_tests: Also check generated template is valid by Che...Luke Dashjr2014-11-181-0/+9
* | Merge pull request #5170Wladimir J. van der Laan2014-11-211-0/+10
|\ \ | |/ |/|
| * MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include main...jtimon2014-10-291-0/+10
* | Merge pull request #5106Wladimir J. van der Laan2014-11-031-2/+2
|\ \ | |/ |/|
| * Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...Luke Dashjr2014-10-281-2/+2
* | MOVEONLY: core.o -> core/block.ojtimon2014-10-271-1/+1
* | MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-0/+1
* | MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon2014-10-271-0/+1
* | Merge pull request #4981Wladimir J. van der Laan2014-10-221-1/+1
|\ \
| * | script: add ToByteVector() for converting anything with begin/endCory Fields2014-10-171-1/+1
| |/
* / Fixes for missing boost tuple.hpp header include.randy-waterhouse2014-10-211-0/+1
|/
* Merge pull request #5059Gavin Andresen2014-10-091-0/+5
|\
| * Trigger -alertnotify if network is upgrading without youGavin Andresen2014-10-091-0/+5
* | Merge pull request #4834Pieter Wuille2014-10-081-2/+2
|\ \ | |/ |/|
| * Get rid of the dummy CCoinsViewCache constructor argPieter Wuille2014-09-241-2/+2
* | Replace SCRIPT_VERIFY_NOCACHE by flag directly to checkerPieter Wuille2014-10-021-1/+1
* | Use a typedef for monetary valuesMark Friedenbach2014-09-261-5/+5
|/
* Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.Pieter Wuille2014-09-031-3/+4
* Merge pull request #4377Pieter Wuille2014-08-271-2/+2
|\
| * Move UpdateTime to powjtimon2014-08-231-2/+2
* | Split up util.cpp/hWladimir J. van der Laan2014-08-261-2/+4
|/