Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-20 | Bump Year Number to 2013 | super3 | |
2013-09-25 | internal miner: move 2 globals from main to miner | Philip Kaufmann | |
- moves 2 global variables from main.cpp/h to miner.cpp/h - also removes 2 unneded includes in miner.cpp, that come from miner.h already | |||
2013-09-18 | Replace printf with LogPrintf / LogPrint | Gavin Andresen | |
2013-08-25 | miner: constify CreateNewBlock() arg scriptPubKeyIn | Jeff Garzik | |
2013-08-24 | CreateNewBlock() now takes scriptPubKey argument, | Jeff Garzik | |
rather than a key. CreateNewBlockWithKey() helper is added to restore existing functionality, making this an equivalent-transformation change. | |||
2013-07-31 | Move internal miner/block creation to separate miner.cpp module. | Jeff Garzik | |
Public functions referenced elsewhere are added to miner.h. |