Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 1.14 KB

Changelog

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

Changed

  • Replace JSON RPC Client with thomaseizinger/rust-jsonrpc-client

0.2.0 - 2020-12-04

Changed

  • Breaking Change: Use bitcoincore_rpc_json::GetRawTransactionVerboseResponse as return type for get_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

Added

  • A library to spin up a bitcoind node and do the things we always do: activate segwit, fund addresses, mine blocks.