Describe the enhancement
bdk-tx currently has no way to pass unconfirmed ancestor data through to CoinSelector. bdk_coin_select PR #43 makes the coin selector to now correctly account for package-level fee deficits and bdk-tx need to feeds that data in.
Use case
This is a prerequisite for bdk_wallet::Wallet::create_cpfp.
Describe the enhancement
bdk-txcurrently has no way to pass unconfirmed ancestor data through toCoinSelector.bdk_coin_selectPR #43 makes the coin selector to now correctly account for package-level fee deficits andbdk-txneed to feeds that data in.Use case
This is a prerequisite for
bdk_wallet::Wallet::create_cpfp.