You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #183: Add templates for run_bitcoind.sh config
bf7415f Update the README file with the new templates (Jamil Lambert, PhD)
a651062 Add templates (Jamil Lambert, PhD)
Pull request description:
To help save new users of the crate time add a template for the run-bitcoind config file and one with useful aliases.
Update the README to mention them and reorder the directories alphabetically while at it.
Closes#173
ACKs for top commit:
tcharding:
ACK bf7415f
Tree-SHA512: 05a330b4b630796905803befe950fe0352409bdde7c007e97fced0a7bf8c628509bef1492cbb2a7bf821cc0bf9c36c823f87d65196b699f0da8cbca0a097655a
-`client/`: [`corepc-client`](https://crates.io/crates/corepc-client): A blocking JSON-RPC client used to test `corepc-types`.
28
+
-`contrib/`: Contains scripts including one to run local regtest `bitcoind` nodes using versions specified in the config file. A template config file and bitcoind aliases are in the subdirectory `templates/`
30
29
-`integration_test/`: Integration tests that use `corepc-client` and `corepc-node` to test `corepc-types`.
31
-
-`jsonrpc`: [`jsonrpc`](https://crates.io/crates/jsonrpc): Rudimentary support for sending JSONRPC 2.0 requests and receiving responses.
30
+
-`jsonrpc/`: [`jsonrpc`](https://crates.io/crates/jsonrpc): Rudimentary support for sending JSONRPC 2.0 requests and receiving responses.
0 commit comments