| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | Merge #7311: MOVEONLY: Move non-consensus functions out of pow | Wladimir J. van der Laan | 2016-02-02 | 1 | -5/+0 |
| |\ | | | | | | | e867561 MOVEONLY: non-consensus: from pow to chain: (Jorge Timón) | ||||
| | * | MOVEONLY: non-consensus: from pow to chain: | Jorge Timón | 2016-01-12 | 1 | -5/+0 |
| | | | | | | | | | | | - GetBlockProof - GetBlockProofEquivalentTime | ||||
| * | | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| |/ | |||||
| * | Use equivalent PoW for non-main-chain requests | Pieter Wuille | 2015-04-22 | 1 | -0/+3 |
| | | |||||
| * | Consensus: Refactor: Decouple pow.o from chainparams.o | Jorge Timón | 2015-03-26 | 1 | -3/+5 |
| | | |||||
| * | Add unit tests for next difficulty calculations | Ross Nicoll | 2015-02-21 | 1 | -0/+1 |
| | | | | | | | | 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. | ||||
| * | Use arith_uint256 where necessary | Wladimir J. van der Laan | 2015-01-05 | 1 | -1/+2 |
| | | | | | Also add conversion from/to uint256 where needed. | ||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Remove references to X11 licence | Michael Ford | 2014-12-16 | 1 | -1/+1 |
| | | |||||
| * | CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> ↵ | jtimon | 2014-10-29 | 1 | -2/+1 |
| | | | | | GetBlockProof(CBlockIndex) | ||||
| * | MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include ↵ | jtimon | 2014-10-29 | 1 | -2/+0 |
| | | | | | main.h -> chain.h) | ||||
| * | Remove CheckMinWork, as we always know all parent headers | Pieter Wuille | 2014-10-14 | 1 | -2/+0 |
| | | |||||
| * | header include cleanup | Philip Kaufmann | 2014-09-14 | 1 | -1/+1 |
| | | | | | - ensures alphabetical ordering for includes etc. in source file headers | ||||
| * | add missing header end comments | Philip Kaufmann | 2014-08-28 | 1 | -2/+1 |
| | | | | | | | - 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 | ||||
| * | replace ComputeMinWork with CheckMinWork | jtimon | 2014-08-23 | 1 | -2/+2 |
| | | |||||
| * | Move CBlockIndex::GetBlockWork() to pow::GetProofIncrement(nBits) | jtimon | 2014-08-23 | 1 | -0/+2 |
| | | |||||
| * | Move UpdateTime to pow | jtimon | 2014-08-23 | 1 | -0/+2 |
| | | |||||
| * | Refactor proof of work related functions out of main | jtimon | 2014-06-23 | 1 | -0/+23 |