[BREAKGLASS] Append-only mirror of github.com/seedhammer/dcrd
Go to file
Dave Collins e47deda418
docs: Make various README.md files consistent.
Contains the following upstream commits:
- 5fd45e8085
  - Reverted because txsort needs a decred-specific spec
- 98fd0a0661
  - Reverted because txsort needs a decred-specific spec
- e0e9257790
  - Reverted because txsort needs a decred-specific spec
- 0df67ee064
  - Reverted because txsort needs a decred-specific spec
- d6989ebc71
  - Reverted because txsort needs a decred-specific spec
- e8bab6bc19

As noted, the merge commit reverts all of the txsort-related commits in
between.  It also modifies the paths in the README updates to
decred-specific paths.
2016-11-15 13:02:05 -06:00
base58 docs: Make various README.md files consistent. 2016-11-15 13:02:05 -06:00
bloom docs: Make various README.md files consistent. 2016-11-15 13:02:05 -06:00
coinset docs: Make various README.md files consistent. 2016-11-15 13:02:05 -06:00
hdkeychain docs: Make various README.md files consistent. 2016-11-15 13:02:05 -06:00
.gitignore Initial commit. 2013-05-28 17:20:28 -05:00
.travis.yml Update travis to test against golang 1.7 (#14) 2016-08-29 14:42:11 -05:00
address_test.go Update to all dcrutil tests so they successfully pass. 2016-03-22 14:51:52 -05:00
address.go Update to all dcrutil tests so they successfully pass. 2016-03-22 14:51:52 -05:00
amount_test.go Add AmountSorter, which implements the sort.Interface, for Amount. (#12) 2016-06-01 15:20:04 -05:00
amount.go Add AmountSorter, which implements the sort.Interface, for Amount. (#12) 2016-06-01 15:20:04 -05:00
appdata_test.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
appdata.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
bitflags.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
block_test.go Revert sync commit 2016-03-09 15:18:18 +00:00
block.go Remove TxTree definitions in favor of wire defs. (#18) 2016-11-14 15:00:06 -06:00
certgen_test.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
certgen.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
const.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
cov_report.sh Initial implementation. 2013-05-28 18:21:26 -05:00
doc.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
example_test.go Sync with upstream 1c7f05922f 2016-03-01 22:31:25 +00:00
goclean.sh Initial Decred Commit. 2016-02-07 13:54:36 -05:00
hash160.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
internal_test.go Update to all dcrutil tests so they successfully pass. 2016-03-22 14:51:52 -05:00
LICENSE Initial Decred Commit. 2016-02-07 13:54:36 -05:00
net_noop.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
net.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
README.md docs: Make various README.md files consistent. 2016-11-15 13:02:05 -06:00
test_coverage.txt Add PEM encode error checking 2014-12-13 10:29:36 -05:00
tx_test.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
tx.go Remove TxTree definitions in favor of wire defs. (#18) 2016-11-14 15:00:06 -06:00
wif_test.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
wif.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00

dcrutil

[Build Status] (https://travis-ci.org/decred/dcrutil) [![Coverage Status] (http://img.shields.io/coveralls/decred/dcrutil.svg)] (https://coveralls.io/r/decred/dcrutil?branch=master) ![ISC License] (http://img.shields.io/badge/license-ISC-blue.svg) [GoDoc] (http://godoc.org/github.com/decred/dcrutil)

Package dcrutil provides decred-specific convenience functions and types. A comprehensive suite of tests is provided to ensure proper functionality. See test_coverage.txt for the gocov coverage report. Alternatively, if you are running a POSIX OS, you can run the cov_report.sh script for a real-time report.

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/dcrutil

License

Package dcrutil is licensed under the copyfree ISC License.