Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 701 Bytes

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 701 Bytes

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.4.0] - 2023-02-06

Added

  • Utility functions for DLC channels.

Fixed

  • Use checked additions and multiplications to avoid panicking on bad use inputs.

[0.3.0] - 2022-10-28

Changed

  • Rename local_payout to offer_payout in Payout structure.

[0.2.0] - 2022-06-06

Fixed

  • Fix build issue caused by breaking minor update of rust-secp256k1-sys crate.

Changed

  • Discard dust outputs on the refund transaction.