dcrd/dcrutil
Dave Collins 9536f0c88f
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-09 14:30:22 -05:00
..
txsort txsort: Implement stable tx sorting package. 2017-12-08 11:22:21 -06:00
address_test.go multi: Reset testnet and bump to version 3. 2018-08-08 08:09:32 -05:00
address.go multi: Reset testnet and bump to version 3. 2018-08-08 08:09:32 -05:00
amount_test.go Merge remaining dcrutil code into a dcrd package. 2017-10-11 22:06:36 -04:00
amount.go multi: Properly capitalize Decred. 2018-03-01 17:41:35 -06:00
appdata_test.go Merge remaining dcrutil code into a dcrd package. 2017-10-11 22:06:36 -04:00
appdata.go travis: add gosimple linter 2017-11-20 18:49:55 -06:00
bitflags.go Import dcrutil repo under dcrutil directory. 2017-10-11 21:29:08 -04:00
block_test.go Merge remaining dcrutil code into a dcrd package. 2017-10-11 22:06:36 -04:00
block.go travis: add gosimple linter 2017-11-20 18:49:55 -06:00
const.go Import dcrutil repo under dcrutil directory. 2017-10-11 21:29:08 -04:00
doc.go multi: Properly capitalize Decred. 2018-03-01 17:41:35 -06:00
example_test.go Merge remaining dcrutil code into a dcrd package. 2017-10-11 22:06:36 -04:00
go.mod release: Bump module versions and deps. 2018-08-09 14:30:22 -05:00
go.sum build: Refine build module support. 2018-08-05 20:45:45 -05:00
hash160.go Import dcrutil repo under dcrutil directory. 2017-10-11 21:29:08 -04:00
internal_test.go multi: Continue conversion from chainec to dcrec. 2018-07-04 11:21:43 -04:00
README.md Merge remaining dcrutil code into a dcrd package. 2017-10-11 22:06:36 -04:00
tx_test.go Merge remaining dcrutil code into a dcrd package. 2017-10-11 22:06:36 -04:00
tx.go travis: add gosimple linter 2017-11-20 18:49:55 -06:00
wif_test.go multi: Reset testnet and bump to version 3. 2018-08-08 08:09:32 -05:00
wif.go multi: Continue conversion from chainec to dcrec. 2018-07-04 11:21:43 -04:00

dcrutil

Build Status ISC License GoDoc

Package dcrutil provides decred-specific convenience functions and types. A comprehensive suite of tests is provided to ensure proper functionality.

This package was developed for dcrd, a full-node implementation of Decred which is under active development by Company 0. Although it was primarily written for dcrd, this package has intentionally been designed so it can be used as a standalone package for any projects needing the functionality provided.

Installation and Updating

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

License

Package dcrutil is licensed under the copyfree ISC License.