dcrd/internal/mining
Ryan Staudt d10904f047 mining: Move block chain functions to Config.
This updates mining.Config to take in the block chain related functions
that it requires rather than requiring a blockchain.BlockChain instance.

This allows for alternate implementations to be provided for these
functions, such as for testing.
2020-10-23 05:54:23 -05:00
..
cpuminer multi: update blockchain and mempool error types. 2020-10-14 20:42:41 -05:00
bgblktmplgenerator.go mining: Move block chain functions to Config. 2020-10-23 05:54:23 -05:00
doc.go cpuminer: Refactor code to its own package. 2020-07-22 20:06:28 -05:00
error.go mining: Add ticket exhaustion check. 2020-10-05 19:29:28 -05:00
interface.go mining: Add method comments to blockManagerFacade. 2020-10-16 15:13:57 -05:00
log.go mining: Move to internal. 2020-07-20 18:07:59 -05:00
mining.go mining: Move block chain functions to Config. 2020-10-23 05:54:23 -05:00
policy_test.go mining: Move to internal. 2020-07-20 18:07:59 -05:00
policy.go mining: Move interfaces to mining/interface.go. 2020-10-16 15:13:57 -05:00
README.md mining: Move to internal. 2020-07-20 18:07:59 -05:00
txpriorityqueue_test.go mining: Cleanup txPriorityQueue tests. 2020-10-16 15:13:57 -05:00
txpriorityqueue.go mining: Move txPriorityQueue to a separate file. 2020-10-16 15:13:57 -05:00

mining

Build Status ISC License Doc

Overview

This package is currently a work in progress.

License

Package mining is licensed under the copyfree ISC License.