btcd/integration
Olaoluwa Osuntokun caac0f821a
multi: update btcutil imports to point to new sub-module
In this commit, we update all the btcutil imports to point to the new
sub-module.

In the same commit, we also modify the recently added `btcutil/go.mod`
file as we need to continue pointing to the _old_ version of btcd, until
we merge this PR and push a new tag.
2022-01-10 18:44:58 -08:00
..
rpctest multi: update btcutil imports to point to new sub-module 2022-01-10 18:44:58 -08:00
bip0009_test.go Add Batch JSON-RPC support (rpc client & server) 2021-02-09 09:47:46 -05:00
csv_fork_test.go multi: update btcutil imports to point to new sub-module 2022-01-10 18:44:58 -08:00
main.go integration: Initial implementation. 2016-10-25 14:36:23 -05:00
README.md docs: update shields 2021-03-05 07:45:19 -05:00
rpcserver_test.go integration: Add unit tests for all three GetNetworkHashPS client methods 2021-12-14 10:05:52 -05:00

integration

Build Status ISC License

This contains integration tests which make use of the rpctest package to programmatically drive nodes via RPC.

License

This code is licensed under the copyfree ISC License.