| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch testing framework from MAIN to new UNITTEST network | SergioDemianLerner | 2014-10-02 | 1 | -0/+4 |
| | | | | | UNITTEST inherites from MAIN but allows synamically changing its parameters using the ModifiableParams() interface | ||||
| * | Revert merge of pull #4845 | Wladimir J. van der Laan | 2014-10-02 | 1 | -4/+0 |
| | | | | | | | | | | | | It breaks the new mingw tests! See - https://travis-ci.org/bitcoin/bitcoin/jobs/36845581 - https://travis-ci.org/bitcoin/bitcoin/jobs/36845582 This reverts commit 470590277782cce2fe73275c74523aef59a51eab, 5e2e7fcb99738d9254d4030d53e4f711b2fc5ee0, a25fd6be138ff2bff7e2ad6a1a789db523c0193f. | ||||
| * | Switch testing framework from MAIN to new UNITTEST network | SergioDemianLerner | 2014-09-29 | 1 | -0/+4 |
| | | | | | UNITTEST inherites from MAIN but allows synamically changing its parameters using the ModifiableParams() interface | ||||
| * | Merge pull request #4377 | Pieter Wuille | 2014-08-27 | 1 | -8/+40 |
| |\ | | | | | | | | | | | 654871d replace ComputeMinWork with CheckMinWork (jtimon) b343c1a Move CBlockIndex::GetBlockWork() to pow::GetProofIncrement(nBits) (jtimon) c2c02f3 Move UpdateTime to pow (jtimon) | ||||
| | * | 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 |
| |/ | | | | | | | | | | | | | | | | Split up util.cpp/h into: - string utilities (hex, base32, base64): no internal dependencies, no dependency on boost (apart from foreach) - money utilities (parsesmoney, formatmoney) - time utilities (gettime*, sleep, format date): - and the rest (logging, argument parsing, config file parsing) The latter is basically the environment and OS handling, and is stripped of all utility functions, so we may want to rename it to something else than util.cpp/h for clarity (Matt suggested osinterface). Breaks dependency of sha256.cpp on all the things pulled in by util. | ||||
| * | 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 |