All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.1 - 2022-09-19
- Replace JSON RPC Client with thomaseizinger/rust-jsonrpc-client
0.2.0 - 2020-12-04
- Breaking Change: Use
bitcoincore_rpc_json::GetRawTransactionVerboseResponse
as return type forget_raw_transaction_verbose
to get all fields. - Expose bitcoind rpc client from wallet.
- Breaking Change: Upgrade rust-bitcoin to 0.25.
0.1.0 - 2020-11-11
- A library to spin up a bitcoind node and do the things we always do: activate segwit, fund addresses, mine blocks.