dcrd/mining
Dave Collins 54a45520fc
[release-v1.3] release: Bump module versions and deps.
This bumps the various module versions as follows:

- github.com/decred/dcrd/addrmgr@v1.0.2
- github.com/decred/dcrd/wire@v1.1.0
- github.com/decred/dcrd/chaincfg@v1.1.1
- github.com/decred/dcrd/connmgr@v1.0.1
- github.com/decred/dcrd/dcrutil@v1.1.1
- github.com/decred/dcrd/database@v1.0.1
- github.com/decred/dcrd/hdkeychain@v1.1.0
- github.com/decred/dcrd/txscript@v1.0.1
- github.com/decred/dcrd/blockchain/stake@v1.0.1
- github.com/decred/dcrd/gcs@v1.0.1
- github.com/decred/dcrd/blockchain@v1.0.1
- github.com/decred/dcrd/mining@v1.0.1
- github.com/decred/dcrd/mempool@v1.0.1
- github.com/decred/dcrd/peer@v1.0.1
- github.com/decred/dcrd/rpcclient@v1.0.1

It also updates all of the dependencies for every module accordingly and
adds a few missing overrides for transitive dependencies.
2018-08-16 15:45:16 -05:00
..
doc.go docs: Add/update doc.go in a few spots (#277) 2016-07-08 11:09:32 -05:00
go.mod [release-v1.3] release: Bump module versions and deps. 2018-08-16 15:45:16 -05:00
go.sum [release-v1.3] release: Bump module versions and deps. 2018-08-16 15:45:16 -05:00
mining.go mempool/mining: TxSource separation. 2018-03-05 11:38:36 -06:00
policy.go mining/mempool: Move priority code to mining pkg. 2018-03-03 00:18:01 -06:00
README.md multi: Update markdown in README files to match change in github parser. 2017-05-26 12:06:19 -04: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.