Summary
BDK 2.2.0 deprecated SignOptions and the signer module in favor of bitcoin::psbt::Psbt::sign().
Currently bdk-wasm wraps SignOptions with #[allow(deprecated)] as a stopgap (PR #14). Need to investigate the replacement API and migrate Wallet::sign + SignOptions wrapper accordingly.
References
Acceptance Criteria
Summary
BDK 2.2.0 deprecated
SignOptionsand thesignermodule in favor ofbitcoin::psbt::Psbt::sign().Currently bdk-wasm wraps
SignOptionswith#[allow(deprecated)]as a stopgap (PR #14). Need to investigate the replacement API and migrateWallet::sign+SignOptionswrapper accordingly.References
src/bitcoin/wallet.rsAcceptance Criteria
SignOptionsusage with the newbitcoin::psbtsigning API#[allow(deprecated)]annotations