Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |