aboutsummaryrefslogtreecommitdiff
path: root/src/pow.cpp
AgeCommit message (Expand)Author
2014-12-03MOVEONLY: core/ -> primitives/Luke Dashjr
2014-10-29CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockProof(CBloc...jtimon
2014-10-29MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include main...jtimon
2014-10-27MOVEONLY: core.o -> core/block.ojtimon
2014-10-14Remove CheckMinWork, as we always know all parent headersPieter Wuille
2014-10-02Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner
2014-10-02Revert merge of pull #4845Wladimir J. van der Laan
2014-09-29Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner
2014-08-27Merge pull request #4377Pieter Wuille
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-23replace ComputeMinWork with CheckMinWorkjtimon
2014-08-23Move CBlockIndex::GetBlockWork() to pow::GetProofIncrement(nBits)jtimon
2014-08-23Move UpdateTime to powjtimon
2014-07-07Use GetBlockTime() morejtimon
2014-06-23move pow constants to chainparamsjtimon
2014-06-23Refactor proof of work related functions out of mainjtimon