lbcd/integration/rpctest
2021-09-10 16:51:53 -04:00
..
blockgen.go use newer lbcutil, rename refs for it 2021-09-10 16:51:53 -04:00
btcd.go sanitizing readmes for lbcd 2021-08-31 15:53:55 -04:00
doc.go rpctest: Make subpackage of integration. 2017-05-11 15:17:29 -05:00
memwallet.go use newer lbcutil, rename refs for it 2021-09-10 16:51:53 -04:00
node.go use newer lbcutil, rename refs for it 2021-09-10 16:51:53 -04:00
README.md sanitizing readmes for lbcd 2021-08-31 15:53:55 -04:00
rpc_harness.go use newer lbcutil, rename refs for it 2021-09-10 16:51:53 -04:00
utils.go step 1 of updating module paths to not use replace 2021-09-10 16:23:04 -04:00

rpctest

ISC License

Package rpctest provides a btcd-specific RPC testing harness crafting and executing integration tests by driving a btcd 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 btcd. However, the constructs presented are general enough to be adapted to any project wishing to programmatically drive a btcd instance of its systems/integration tests.