dcrd/dcrutil
peterzen c102e54b41
dcrutil: Use os.UserHomeDir in appDataDir.
Obtain user home directory from os.UserHomeDir() instead of
user.Current().HomeDir.
2023-10-04 19:08:13 -05:00
..
txsort docs: Update dcrutil/v3 references to v4. 2022-08-02 18:40:03 -05:00
amount_test.go dcrutil: Consolidate tests into package. 2019-03-16 20:41:23 -05:00
amount.go multi: replace godoc.org with pkg.go.dev 2020-02-18 19:35:19 -06:00
appdata_test.go dcrutil: Consolidate tests into package. 2019-03-16 20:41:23 -05:00
appdata.go dcrutil: Use os.UserHomeDir in appDataDir. 2023-10-04 19:08:13 -05:00
bitflags.go Import dcrutil repo under dcrutil directory. 2017-10-11 21:29:08 -04:00
block_test.go dcrutil: Prepare v4.0.1. 2023-06-08 13:21:09 -05:00
block.go dcrutil: Remove unused block assertion. 2023-04-26 11:50:14 -05:00
const.go Import dcrutil repo under dcrutil directory. 2017-10-11 21:29:08 -04:00
doc.go multi: Go 1.19 doc comment formatting. 2022-07-30 04:08:58 -05:00
example_test.go dcrutil: Remove all code related to Address. 2021-04-15 16:58:35 -05:00
go.mod dcrutil: Prepare v4.0.1. 2023-06-08 13:21:09 -05:00
go.sum dcrutil: Prepare v4.0.1. 2023-06-08 13:21:09 -05:00
hash160.go multi: Use crypto/ripemd160 module. 2019-10-08 10:21:03 -05:00
README.md docs: Update dcrutil/v3 references to v4. 2022-08-02 18:40:03 -05:00
tx_test.go dcrutil: Prepare v4.0.0. 2021-11-19 11:54:59 -06:00
tx.go dcrutil: Prepare v4.0.0. 2021-11-19 11:54:59 -06:00
util_test.go dcrutil: Move address params iface and mock impls. 2021-04-15 16:51:52 -05:00
util.go multi: Wrap errors for better errors.Is/As support. 2023-08-25 16:31:11 -05:00
wif_test.go build: Add errorlint linter. 2023-08-28 14:53:30 -05:00
wif.go multi: Go 1.19 doc comment formatting. 2022-07-30 04:08:58 -05:00

dcrutil

Build Status ISC License Doc

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/v4 module. Use the standard go tooling for working with modules to incorporate it.

License

Package dcrutil is licensed under the copyfree ISC License.