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