dcrd/mining
Dave Collins 4968cd7ef0
mining: Prepare v1.1.1.
This updates the mining module dependencies and serves as a base for
mining/v1.1.1.

The updated direct dependencies in this commit are as follows:

- github.com/decred/dcrd/blockchain@v1.2.0
- github.com/decred/dcrd/blockchain/stake@v1.2.1
- github.com/decred/dcrd/chaincfg/chainhash@v1.0.2
- github.com/decred/dcrd/dcrutil@v1.4.0

The full list of updated direct dependencies since the previous
mining/v1.1.0 release are as follows:

- github.com/decred/dcrd/blockchain@v1.2.0
- github.com/decred/dcrd/blockchain/stake@v1.2.1
- github.com/decred/dcrd/chaincfg/chainhash@v1.0.2
- github.com/decred/dcrd/dcrutil@v1.4.0
2019-08-08 11:24:09 -05:00
..
doc.go docs: Add/update doc.go in a few spots (#277) 2016-07-08 11:09:32 -05:00
go.mod mining: Prepare v1.1.1. 2019-08-08 11:24:09 -05:00
go.sum mining: Prepare v1.1.1. 2019-08-08 11:24:09 -05:00
mining.go blockchain: Reverse utxo set semantics. 2018-11-09 17:23:46 -06:00
policy.go mining/mempool: Move priority code to mining pkg. 2018-03-03 00:18:01 -06:00
README.md multi: Use https links where available. 2019-06-18 14:20:06 -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.