mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 10:56:47 +00:00
This updates the following modules to use the secp256k1/v2 module: - blockchain - chaincfg/v2 - dcrutil/v2 - hdkeychain/v2 - mempool/v3 - txscript/v2 - main The hdkeychain/v3 and txscript/v2 modules both use types from secp256k1 in their public API. Consequently, in order avoid forcing them to bump their major versions, secp256k1/v1.0.3 was released with the types redefined in terms of the secp256k1/v2 module so callers still using v1 of the module that are not ready to upgrade to the v2 module yet can interoperate by updating to the latest patch version. |
||
|---|---|---|
| .. | ||
| 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.