dcrd/mining
Dave Collins 073ed91d69
mining: Add priority calculation tests.
This adds tests to ensure the priority calculation produces the expected
values.  In order to accomplish this, it introduces a mock priority
input source which implements the newly introduced PriorityInputser
interface.
2019-10-26 01:49:24 -05:00
..
doc.go docs: Add/update doc.go in a few spots (#277) 2016-07-08 11:09:32 -05:00
go.mod stake: Start v3 module dev cycle. 2019-10-24 22:10:39 -05:00
go.sum mining: Start v3 module dev cycle. 2019-10-24 21:29:10 -05:00
mining.go stake: Start v3 module dev cycle. 2019-10-24 22:10:39 -05:00
policy_test.go mining: Add priority calculation tests. 2019-10-26 01:49:24 -05:00
policy.go mining: Correct priority calcs for Decred sizes. 2019-10-26 01:46:57 -05:00
README.md build: Replace TravisCI with CI via Github actions. 2019-09-20 19:59:04 -05:00

mining

Build Status ISC License GoDoc

Overview

This package is currently a work in progress.

Installation and Updating

$ go get -u github.com/decred/dcrd/mining

License

Package mining is licensed under the copyfree ISC License.