20 Commits (a2d7c036e0c5590a86296c17a65e3a980d81f411)

Author SHA1 Message Date
jl777 f2dd868d93 test 8 years ago
Jack Grigg 4b37cfd5b8 Remove unnecessary method 8 years ago
Jack Grigg 29842505cc Adjust from average difficulty instead of previous difficulty 8 years ago
Jack Grigg e99731b4a4 Reinstate previous testnet adjustment behaviour 8 years ago
Jack Grigg fdda3c5085 Use Equihash for Proof-of-Work 8 years ago
Pieter Wuille f7303f9793 Use equivalent PoW for non-main-chain requests 9 years ago
Jorge Timón d698ef690f Consensus: Refactor: Decouple pow.o from chainparams.o 9 years ago
Ross Nicoll 34e5015cd2
Add unit tests for next difficulty calculations 9 years ago
Wladimir J. van der Laan 734f85c4f0 Use arith_uint256 where necessary 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
jtimon 092b58d13d CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockProof(CBlockIndex) 10 years ago
jtimon 22c4272bf4 MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include main.h -> chain.h) 10 years ago
Pieter Wuille f244c99c96 Remove CheckMinWork, as we always know all parent headers 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Philip Kaufmann 093303a887 add missing header end comments 10 years ago
jtimon 654871d436 replace ComputeMinWork with CheckMinWork 10 years ago
jtimon b343c1a1e3 Move CBlockIndex::GetBlockWork() to pow::GetProofIncrement(nBits) 10 years ago
jtimon c2c02f3fa9 Move UpdateTime to pow 10 years ago
jtimon df852d2bcc Refactor proof of work related functions out of main 10 years ago