Skip to content

Release 1.0.0-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@notmandatory notmandatory released this 15 Feb 17:38
· 598 commits to master since this release
v1.0.0-alpha.6
50c549b

Summary

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.

Changelog

Fixed

  • TxBuilder now supports setting explicit nSequence for foreign inputs. #1316
  • Fix bug in tx_graph::ChangeSet::is_empty where is returns true even when it wasn't empty. #1335

Added

  • New Option for Esplora APIs to include floating TxOuts in updates for fee calculation. #1308

What's Changed

New Contributors

Full Changelog: v1.0.0-alpha.5...v1.0.0-alpha.6