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.
- Implement
std::error::Error
fordlc::Error
- Support for
no-std
- Re-export of
secp256k1_zkp
get_fund_outpoint
forDlcTransactions
- Updated bitcoin and secp256k1 dependencies
- Issue with fee computation
- Issue with the
use-serde
feature
- Utility functions for DLC channels.
- Use checked additions and multiplications to avoid panicking on bad use inputs.
- Rename
local_payout
tooffer_payout
inPayout
structure.
- Fix build issue caused by breaking minor update of
rust-secp256k1-sys
crate.
- Discard dust outputs on the refund transaction.