tcharding / rust-psbt

Partially Signed Bitcoin Transactions
Creative Commons Zero v1.0 Universal
13 stars 6 forks source link

Add initial `bitcoind` integration testing infrastructure #21

Closed tcharding closed 8 months ago

tcharding commented 8 months ago

Add a Client type to wrap the bitcoind type and also wrap the bitcoincore-rpc API. Add initial integration tests, basically testing functionality of the Client.

QA here we go!