Commit Graph

3 Commits

Author SHA1 Message Date
Alex Yocom-Piatt
3285b88ce3 docs: Add/update doc.go in a few spots (#277) 2016-07-08 11:09:32 -05:00
Dave Collins
42550a5a10 mining: Create skeleton package.
Upstream commit ce981f45c2.
2016-05-26 16:53:26 -05:00
Dave Collins
ce981f45c2 mining: Create skeleton package.
This creates a skeleton mining package that simply contains a few of the
definitions used by the mining and mempool code.

This is a step towards decoupling the mining code from the internals of
btcd and ultimately will house all of the code related to creating block
templates and CPU mining.

The main reason a skeleton package is being created before the full
blown package is ready is to avoid blocking mempool separation which
relies on these type definitions.
2015-11-30 12:23:50 -06:00