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
- Clean up clippy allows by @ValuedMammal in #1186
- chore: typos by @storopoli in #1319
- tx_builder: Support setting explicit nSequence for foreign inputs by @stevenroose in #1316
- feat(esplora): include previous
TxOut
s for fee calculation by @LagginTimes in #1308 - Reorder fields in ConfirmationHeightAnchor fields so Ord DWIM by @LLFourn in #1334
- fix(chain): tx_graph::ChangeSet::is_empty by @LLFourn in #1335
- Bump bdk version to 1.0.0-alpha.6 by @notmandatory in #1347
New Contributors
- @stevenroose made their first contribution in #1316
Full Changelog: v1.0.0-alpha.5...v1.0.0-alpha.6