rust-bitcoin / bitcoind

Utility to launch a regtest bitcoind process in a rust test
MIT License
40 stars 33 forks source link

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

Open tcharding opened 3 months ago

tcharding commented 3 months ago

Throwing this up so its public, please see https://github.com/rust-bitcoin/rust-bitcoin/discussions/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.