This modifies all prelease modules to use the latest commit to work out more transitive dependency issues. Several of these are needed due to the dependency chain. The updated direct dependencies are as follows: - github.com/decred/dcrd/blockchain/stake/v3@v3.0.0-20200215031403-6b2ce76f0986 - github.com/decred/dcrd/blockchain/v3@v3.0.0-20200215031403-6b2ce76f0986 - github.com/decred/dcrd/chaincfg/v3@v3.0.0-20200215031403-6b2ce76f0986 - github.com/decred/dcrd/connmgr/v3@v3.0.0-20200215031403-6b2ce76f0986 - github.com/decred/dcrd/dcrec/secp256k1/v3@v3.0.0-20200215031403-6b2ce76f0986 - github.com/decred/dcrd/dcrutil/v3@v3.0.0-20200215031403-6b2ce76f0986 - github.com/decred/dcrd/hdkeychain/v3@v3.0.0-20200215031403-6b2ce76f0986 - github.com/decred/dcrd/mempool/v4@v4.0.0-20200215031403-6b2ce76f0986 - github.com/decred/dcrd/mining/v3@v3.0.0-20200215031403-6b2ce76f0986 - github.com/decred/dcrd/txscript/v3@v3.0.0-20200215031403-6b2ce76f0986 |
||
|---|---|---|
| .. | ||
| 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 | ||
| 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
$ go get -u github.com/decred/dcrd/dcrutil
License
Package dcrutil is licensed under the copyfree ISC License.