Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-22 | Use equivalent PoW for non-main-chain requests | Pieter Wuille | |
2015-03-26 | Consensus: Refactor: Decouple pow.o from chainparams.o | Jorge Timón | |
2015-02-21 | Add unit tests for next difficulty calculations | Ross Nicoll | |
Split GetNextWorkRequired() into two functions to allow the difficulty calculations to be tested without requiring a full blockchain. Add unit tests to cover basic difficulty calculation, plus each of the min/max actual time, and maximum difficulty target conditions. | |||
2015-01-05 | Use arith_uint256 where necessary | Wladimir J. van der Laan | |
Also add conversion from/to uint256 where needed. | |||
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-12-16 | Remove references to X11 licence | Michael Ford | |
2014-10-29 | CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> ↵ | jtimon | |
GetBlockProof(CBlockIndex) | |||
2014-10-29 | MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include ↵ | jtimon | |
main.h -> chain.h) | |||
2014-10-14 | Remove CheckMinWork, as we always know all parent headers | Pieter Wuille | |
2014-09-14 | header include cleanup | Philip Kaufmann | |
- ensures alphabetical ordering for includes etc. in source file headers | |||
2014-08-28 | add missing header end comments | Philip Kaufmann | |
- ensures a consistent usage in header files - also add a blank line after the copyright header where missing - also remove orphan new-lines at the end of some files | |||
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-06-23 | Refactor proof of work related functions out of main | jtimon | |