dcrd/mining
Dave Collins 85f0c09df2
secp256k1: Start v3 module dev cycle.
Upcoming changes constitute breaking public API changes to the secp256k1
module, therefore, this follows the process for introducing major API
breaks which consists of:

- Bump the major version in the go.mod of the affected module if not
  already done since the last release tag
- Add a replacement to the go.mod in the main module if not already done
  since the last release tag
- Update all imports in the repo to use the new major version as
  necessary
- Make necessary modifications to allow all other modules to use the new
  version in the same commit
- Repeat the process for any other modules the require a new major as a
  result of consuming the new major(s)
2020-01-29 13:45:59 -06:00
..
doc.go docs: Add/update doc.go in a few spots (#277) 2016-07-08 11:09:32 -05:00
go.mod secp256k1: Start v3 module dev cycle. 2020-01-29 13:45:59 -06:00
go.sum chaincfg: Start v3 module dev cycle. 2020-01-29 13:24:14 -06: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.