bitcoindevkit / bitcoindevkit/bdk-tx
Unconfirmed ancestor data through `InputCandidates` and `Selector` for CPFP
Open
enhancement
- Dominant language
- Rust
- Stars
- 13
- Forks
- 17
- Avg merge
- 17h 22m
- Merged PRs (30d)
- 1
Description
**Describe the enhancement**
`bdk-tx` currently has no way to pass unconfirmed ancestor data through to `CoinSelector`. `bdk_coin_select` [PR #43](https://github.com/bitcoindevkit/coin-select/pull/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`.
Contributor guide
Assessment
This issue has not been assessed yet.