index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pow.cpp
Age
Commit message (
Expand
)
Author
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-10-29
CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockProof(CBloc...
jtimon
2014-10-29
MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include main...
jtimon
2014-10-27
MOVEONLY: core.o -> core/block.o
jtimon
2014-10-14
Remove CheckMinWork, as we always know all parent headers
Pieter Wuille
2014-10-02
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-10-02
Revert merge of pull #4845
Wladimir J. van der Laan
2014-09-29
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-08-27
Merge pull request #4377
Pieter Wuille
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-23
replace ComputeMinWork with CheckMinWork
jtimon
2014-08-23
Move CBlockIndex::GetBlockWork() to pow::GetProofIncrement(nBits)
jtimon
2014-08-23
Move UpdateTime to pow
jtimon
2014-07-07
Use GetBlockTime() more
jtimon
2014-06-23
move pow constants to chainparams
jtimon
2014-06-23
Refactor proof of work related functions out of main
jtimon