Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-27 | Merge pull request #4377 | Pieter Wuille | |
654871d replace ComputeMinWork with CheckMinWork (jtimon) b343c1a Move CBlockIndex::GetBlockWork() to pow::GetProofIncrement(nBits) (jtimon) c2c02f3 Move UpdateTime to pow (jtimon) | |||
2014-08-26 | Split up util.cpp/h | Wladimir J. van der Laan | |
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. | |||
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-07-07 | Use GetBlockTime() more | jtimon | |
2014-06-23 | move pow constants to chainparams | jtimon | |
2014-06-23 | Refactor proof of work related functions out of main | jtimon | |