mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 10:56:47 +00:00
This removes the getblocktemplate and its helpers from the codebase. Ongoing mining updates focused on the voting/block validation process with respect to generating block templates for getwork makes it the better option for decred. Also getblocktemplate rpc was buggy and has been disabled for a while. Some lint related issues have been addressed as well. |
||
|---|---|---|
| .. | ||
| doc.go | ||
| memwallet.go | ||
| node.go | ||
| README.md | ||
| rpc_harness_test.go | ||
| rpc_harness.go | ||
| utils.go | ||
| votingwallet_test.go | ||
| votingwallet.go | ||
rpctest
Package rpctest provides a dcrd-specific RPC testing harness crafting and
executing integration tests by driving a dcrd instance via the RPC
interface. Each instance of an active harness comes equipped with a simple
in-memory HD wallet capable of properly syncing to the generated chain,
creating new addresses, and crafting fully signed transactions paying to an
arbitrary set of outputs.
This package was designed specifically to act as an RPC testing harness for
dcrd. However, the constructs presented are general enough to be adapted to
any project wishing to programmatically drive a dcrd instance of its
systems/integration tests.
Installation and Updating
$ go get -u github.com/decred/dcrd/rpctest
License
Package rpctest is licensed under the copyfree ISC License.