Open
Description
My hackmd proposal for the txbuilder redesign: https://hackmd.io/YJFF7q_lTDiYoQGzgT8ogw
All the txbuilder-related github issues:
- Redesign
TxBuilder
#164 - CS fallback algorithm can't be changed (we probably never created an issue for this? But the idea is that we once had the bnb algorithm with the single random draw fallback, and the fallback wasn't customizable)
- (Somewhat related) Remove Database type paramter from CoinSelectionAlgorithm bdk#281
- Let
TxBuilder
avoid previously used UTXOs (UTXO locking) #166 - Substitute
enable_rbf
inTxBuilder
withdisable_rbf
bdk#791 - Support merging multiple transactions while bumping the fees (https://github.com/bitcoindevkit/bdk/blob/master/crates/bdk/src/wallet/mod.rs#L1017)
- TxBuilder::add_psbt #194
- Coin selection should include checks to avoid creating ambiguous transaction history. #178
- Expose way to select only (n-)confirmed UTXOs for TX creation #143
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo