This modifies the majority of the tests that make use of chain parameters and the RPC tests to use the resurrected regression test network. It also bumps the affected module versions as follows: - github.com/decred/dcrd/txscript@v1.0.2 - github.com/decred/dcrd/blockchain/stake@v1.0.3 - github.com/decred/dcrd/mempool@v1.0.2 The blockchain and dcrutil modules are also affected, but since their version has already been bumped since their last release tags, they are not bumped again. |
||
|---|---|---|
| .. | ||
| 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 | ||
| internal_test.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.