index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added fPowNoRetargeting field to Consensus::Params that disables nBits recalc...
Eric Lombrozo
2015-10-19
1
-0
/
+3
*
Use equivalent PoW for non-main-chain requests
Pieter Wuille
2015-04-22
1
-0
/
+17
*
consensus: don't use arith_uint256 in consensus.h
Cory Fields
2015-04-10
1
-4
/
+5
*
Trivial optimization: use GetAncestor to compute new target
Pieter Wuille
2015-03-26
1
-3
/
+3
*
Consensus: Refactor: Decouple pow.o from chainparams.o
Jorge Timón
2015-03-26
1
-20
/
+19
*
test: remove fSkipProofOfWork
Wladimir J. van der Laan
2015-03-09
1
-3
/
+0
*
Add unit tests for next difficulty calculations
Ross Nicoll
2015-02-21
1
-1
/
+6
*
Rename Interval() to DifficultyAdjustmentInterval()
Shaul Kfir
2015-02-17
1
-4
/
+4
*
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-31
1
-2
/
+2
*
Use arith_uint256 where necessary
Wladimir J. van der Laan
2015-01-05
1
-7
/
+8
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-12-03
1
-1
/
+1
*
CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockProof(CBloc...
jtimon
2014-10-29
1
-2
/
+2
*
MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include main...
jtimon
2014-10-29
1
-11
/
+1
*
MOVEONLY: core.o -> core/block.o
jtimon
2014-10-27
1
-1
/
+1
*
Remove CheckMinWork, as we always know all parent headers
Pieter Wuille
2014-10-14
1
-33
/
+0
*
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-10-02
1
-0
/
+4
*
Revert merge of pull #4845
Wladimir J. van der Laan
2014-10-02
1
-4
/
+0
*
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-09-29
1
-0
/
+4
*
Merge pull request #4377
Pieter Wuille
2014-08-27
1
-8
/
+40
|
\
|
*
replace ComputeMinWork with CheckMinWork
jtimon
2014-08-23
1
-8
/
+15
|
*
Move CBlockIndex::GetBlockWork() to pow::GetProofIncrement(nBits)
jtimon
2014-08-23
1
-0
/
+15
|
*
Move UpdateTime to pow
jtimon
2014-08-23
1
-0
/
+10
*
|
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+1
|
/
*
Use GetBlockTime() more
jtimon
2014-07-07
1
-1
/
+1
*
move pow constants to chainparams
jtimon
2014-06-23
1
-17
/
+13
*
Refactor proof of work related functions out of main
jtimon
2014-06-23
1
-0
/
+123