aboutsummaryrefslogtreecommitdiff
path: root/src/pow.h
AgeCommit message (Expand)Author
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-04-22Use equivalent PoW for non-main-chain requestsPieter Wuille
2015-03-26Consensus: Refactor: Decouple pow.o from chainparams.oJorge Timón
2015-02-21Add unit tests for next difficulty calculationsRoss Nicoll
2015-01-05Use arith_uint256 where necessaryWladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
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-14Remove CheckMinWork, as we always know all parent headersPieter Wuille
2014-09-14header include cleanupPhilip Kaufmann
2014-08-28add missing header end commentsPhilip Kaufmann
2014-08-23replace ComputeMinWork with CheckMinWorkjtimon
2014-08-23Move CBlockIndex::GetBlockWork() to pow::GetProofIncrement(nBits)jtimon
2014-08-23Move UpdateTime to powjtimon
2014-06-23Refactor proof of work related functions out of mainjtimon