Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial RPC calls using jsonrcp-client #358

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tcharding
Copy link
Member

We would like to test the bitcoincore-rpc-json crate without depending on bitcoincore-rpc - the point being that users of the crate should be able to use what ever RCP client they want.

Add infrastructure and a few initial RPC calls to see what it looks like to test json using the jsonrpc-client crate.

The run.sh script is just a quick copy and hack of the other one here.

The aim is to eventually test the json RPC types against specific versions of Core to make sure we have them correct as Core changes.

We would like to test the `bitcoincore-rpc-json` crate without
depending on `bitcoincore-rpc` - the point being that users of the
crate should be able to use what ever RCP client they want.

Add infrastructure and a few initial RPC calls to see what it looks
like to test `json` using the `jsonrpc-client` crate.

The `run.sh` script is just a quick copy and hack of the other one here.

The aim is to eventually test the `json` RPC types against specific
versions of Core to make sure we have them correct as Core changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant