This modifies some recently-updated modules to use a valid prerelease version so they can be used in require statements in consumer code that is also under development. Several commits are needed since there is a dependency chain that involves transitive deps. The updated direct dependencies are as follows: - github.com/decred/dcrd/dcrec/secp256k1/v4@v4.0.0-20210127014238-b33b46cf1a24 |
||
|---|---|---|
| .. | ||
| txsort | ||
| address_test.go | ||
| address.go | ||
| amount_test.go | ||
| amount.go | ||
| appdata_test.go | ||
| appdata.go | ||
| bitflags.go | ||
| block_test.go | ||
| block.go | ||
| const.go | ||
| doc.go | ||
| example_test.go | ||
| go.mod | ||
| go.sum | ||
| hash160.go | ||
| README.md | ||
| tx_test.go | ||
| tx.go | ||
| util_test.go | ||
| util.go | ||
| wif_test.go | ||
| wif.go | ||
dcrutil
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
This package is part of the github.com/decred/dcrd/dcrutil/v3 module. Use the
standard go tooling for working with modules to incorporate it.
License
Package dcrutil is licensed under the copyfree ISC License.