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

WIP: Use new rust-bitcoind-json-rpc crate #164

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

Conversation

tcharding
Copy link
Member

@tcharding tcharding commented Jun 1, 2024

Throwing this up so its public, please see rust-bitcoin/rust-bitcoin#2777 for context. FTR I am not proposing that the new bitcoind-json-rpc crate replace bitcoincore-rpc, I just find it easier to work in a separate crate while I'm developing this (I am copying bits for the original crate as I go).

Use the new rust-bitcoin-json-rpc crate for RPC calls. WIP because currently only works for features "0_17_1" and "22_1".

ref: https://github.com/tcharding/rust-bitcoind-json-rpc

This was required so that in bitcoind-json-rpc I can use BitcoinD to run bitcoind in the integration tests.

Use the new `rust-bitcoin-json-rpc` crate for RPC calls. WIP because
currently only works for features "0_17_1" and "22_1".

ref: https://github.com/tcharding/rust-bitcoind-json-rpc
@tcharding tcharding force-pushed the bitcoind-json-rpc branch from 3c46fe5 to 5b5c8d4 Compare June 1, 2024 23:02
tcharding added a commit to rust-bitcoin/rust-bitcoind-json-rpc that referenced this pull request Jun 6, 2024
The `bitcoind` crate is provided for integration testing, it is tightly
coupled to the `client` and `bitcoin` crates. It might as well just live
here.

Import `bitcoind` at tag `v.036.0` as well as the changes in:

  rust-bitcoin/bitcoind#164
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