dcrd/rpctest
Donald Adu-Poku 1bae334dd9 multi: remove getblocktemplate.
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.
2019-09-05 09:23:56 -05:00
..
doc.go rpctest: Upstream create new rpctest package sync. 2017-07-19 14:24:27 -05:00
memwallet.go gcs: Start v2 module dev cycle. 2019-08-20 09:07:07 -05:00
node.go gcs: Start v2 module dev cycle. 2019-08-20 09:07:07 -05:00
README.md multi: Use https links where available. 2019-06-18 14:20:06 -05:00
rpc_harness_test.go multi: remove getblocktemplate. 2019-09-05 09:23:56 -05:00
rpc_harness.go gcs: Start v2 module dev cycle. 2019-08-20 09:07:07 -05:00
utils.go multi: remove getblocktemplate. 2019-09-05 09:23:56 -05:00
votingwallet_test.go gcs: Start v2 module dev cycle. 2019-08-20 09:07:07 -05:00
votingwallet.go multi: remove getblocktemplate. 2019-09-05 09:23:56 -05:00

rpctest

Build Status ISC License GoDoc

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.