BDK v1.0.0-alpha.6: TxBuilder Fix

The BDK libraries aims to provide well engineered and reviewed components for Bitcoin based applications. The Bitcoin Dev Kit developers are in the process of releasing a v1.0 which is a fundamental re-write of how the library works.

BDK v1.0.0-alpha.6: TxBuilder Fix
  • "This small bi-weekly release fixes TxBuilder to support setting explicit nSequence for foreign inputs and a bug in tx_graph::ChangeSet::is_empty where is returns true even when it wasn't empty. We also added a new option for Esplora APIs to include floating TxOuts in pudates for fee calculations."

What's new

Fixed

  • TxBuilder now supports setting explicit nSequence for foreign inputs. #1316

Added

  • New Option for Esplora APIs to include floating TxOuts in updates for fee calculation. #1308
  • Fix bug in tx_graph::ChangeSet::is_empty where is returns true even when it wasn't empty. #1335

Full Changelogv1.0.0-alpha.5...v1.0.0-alpha.6

GitHub Repo