Looking for docs or reasoning behind this change? Also what migration strategies are needed. Not a complete answer but just a general direction. Currently all of my testing infrastructure is dependent on the bdk_wallet signer.
Thanks in advance.
warning: use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
--> cove/tests/██████:5:32
|
5 | use bdk_wallet::{CreateParams, SignOptions, Wallet};
| ^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default