dcrd/dcrutil
Dave Collins 0f50fd5f8c
multi: Add go 1.11 directive to all modules.
This adds the go 1.11 directive to all of the modules in order to
clearly mark they build and work with that version.  Go 1.12 modified
the tools such that tidy will automatically add the new version to
modules that do not already have a directive and that would prevent
builds on Go 1.11 through Go 1.11.3 which is not desirable.
2019-03-18 02:02:35 -05:00
..
txsort txsort: Implement stable tx sorting package. 2017-12-08 11:22:21 -06:00
address_test.go dcrutil: Consolidate tests into package. 2019-03-16 20:41:23 -05:00
address.go dcrutil: Lookup params by addr prefix in chaincfg. 2019-03-16 19:54:44 -05:00
amount_test.go dcrutil: Consolidate tests into package. 2019-03-16 20:41:23 -05:00
amount.go multi: Properly capitalize Decred. 2018-03-01 17:41:35 -06:00
appdata_test.go dcrutil: Consolidate tests into package. 2019-03-16 20:41:23 -05: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 dcrutil: Consolidate tests into package. 2019-03-16 20:41:23 -05:00
block.go dcrutil: Block does not cache the header bytes 2019-01-18 16:37:30 -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 multi: Add go 1.11 directive to all modules. 2019-03-18 02:02:35 -05:00
go.sum multi: Remove non-root module replacements. 2019-02-08 18:01:43 -06:00
hash160.go Import dcrutil repo under dcrutil directory. 2017-10-11 21:29:08 -04:00
README.md Merge remaining dcrutil code into a dcrd package. 2017-10-11 22:06:36 -04:00
tx_test.go dcrutil: Consolidate tests into package. 2019-03-16 20:41:23 -05:00
tx.go dcrutil: Return deep copied tx in NewTxDeepTxIns. 2019-01-03 20:29:33 -06:00
wif_test.go dcrutil: Consolidate tests into package. 2019-03-16 20:41:23 -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.