forked from MetaMask/bdk-wasm
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
P1high priorityhigh priority
Description
Summary
Audit BDK wallet public API and identify unwrapped methods. The current wrapper covers core wallet operations but many useful APIs are missing.
Potential Areas
- Coin selection: Custom coin selection strategies
- PSBT utilities: combine, merge, extract_tx, more Psbt methods
- Descriptor templates: Standard descriptor templates (BIP44/49/84/86)
- TxBuilder options: add_utxo, add_foreign_utxo, set_exact_sequence, enable_rbf, etc.
- Wallet introspection: More query methods, spending policies
Tasks
- Audit
bdk_wallet::Walletpublic API and list all unwrapped methods - Audit
bdk_wallet::TxBuilderpublic API - Prioritize by consumer demand and MetaMask Snap usage
- Implement wrappers in focused PRs (grouped by area)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1high priorityhigh priority