## Summary TBD ## Commit d14f14401929574d20c0365dab18b9acabb93d47 ## What's changed * Fix clippy by @evanlinjin in https://github.com/bitcoindevkit/bdk-tx/pull/11 * feat(selector): allow multiple change sources with ChangeDescriptor by @nymius in https://github.com/bitcoindevkit/bdk-tx/pull/18 * feat: update signer impl for XOnlyPubkey by @chaitika in https://github.com/bitcoindevkit/bdk-tx/pull/20 * chore: bump MSRV to 1.85.0 by @aagbotemi in https://github.com/bitcoindevkit/bdk-tx/pull/23 * ci: pin `home` to 0.5.11 by @ValuedMammal in https://github.com/bitcoindevkit/bdk-tx/pull/27 * Include `fallback_locktime` in locktime accumulation by @ValuedMammal in https://github.com/bitcoindevkit/bdk-tx/pull/24 * feat(selection)!: Add member `PsbtParams::sighash_type` by @ValuedMammal in https://github.com/bitcoindevkit/bdk-tx/pull/25 * selector!: Swap `ChangePolicyType` for `bdk_coin_select::ChangePolicy` by @ValuedMammal in https://github.com/bitcoindevkit/bdk-tx/pull/32 * feat(selector): implement absolute fee targeting strategy by @aagbotemi in https://github.com/bitcoindevkit/bdk-tx/pull/31 * docs: Improve documentation of `Finalizer` by @ValuedMammal in https://github.com/bitcoindevkit/bdk-tx/pull/34 * feat: enable random anti-fee sniping by @aagbotemi in https://github.com/bitcoindevkit/bdk-tx/pull/5 * Pin `time` and `time-core` for MSRV by @evanlinjin in https://github.com/bitcoindevkit/bdk-tx/pull/37 * Fix locktime calculations and improve API by @evanlinjin in https://github.com/bitcoindevkit/bdk-tx/pull/36 * refactor!: Remove FeeStrategy add ChangeScript and improve SelectorParams by @evanlinjin in https://github.com/bitcoindevkit/bdk-tx/pull/39 * fix(selection): Improve handling of fallback locktime by @ValuedMammal in https://github.com/bitcoindevkit/bdk-tx/pull/43 * fix(finalizer): set finalized to false on error and add full coverage by @noahjoeris in https://github.com/bitcoindevkit/bdk-tx/pull/44 * ci: update CI actions and enable caching by @noahjoeris in https://github.com/bitcoindevkit/bdk-tx/pull/46 * ci: add code coverage workflow by @noahjoeris in https://github.com/bitcoindevkit/bdk-tx/pull/45 * fix(deps): replace deprecated FeeRate::from_sat_per_vb_unchecked by @noahjoeris in https://github.com/bitcoindevkit/bdk-tx/pull/51 * refactor(input-candidates): clarify caches and drop unused errors by @noahjoeris in https://github.com/bitcoindevkit/bdk-tx/pull/53 * chore: add GitHub issue and PR templates by @noahjoeris in https://github.com/bitcoindevkit/bdk-tx/pull/55 * feat(input): add set_sequence for per-input sequence override by @aagbotemi in https://github.com/bitcoindevkit/bdk-tx/pull/66 * fix(rbf)!: include evicted descendants in replacement fee floor by @noahjoeris in https://github.com/bitcoindevkit/bdk-tx/pull/50 * fix(afs)!: preserve input timelock requirements by @aagbotemi in https://github.com/bitcoindevkit/bdk-tx/pull/65 * refactor(selection)!: encapsulate Selection and fail-fast on mixed-unit locktimes by @evanlinjin in https://github.com/bitcoindevkit/bdk-tx/pull/72
Summary
TBD
Commit
d14f144
What's changed
hometo 0.5.11 by @ValuedMammal in ci: pinhometo 0.5.11 #27fallback_locktimein locktime accumulation by @ValuedMammal in Includefallback_locktimein locktime accumulation #24PsbtParams::sighash_typeby @ValuedMammal in feat(selection)!: Add memberPsbtParams::sighash_type#25ChangePolicyTypeforbdk_coin_select::ChangePolicyby @ValuedMammal in selector!: SwapChangePolicyTypeforbdk_coin_select::ChangePolicy#32Finalizerby @ValuedMammal in docs: Improve documentation ofFinalizer#34timeandtime-corefor MSRV by @evanlinjin in Pintimeandtime-corefor MSRV #37