]> Untitled Git - bdk/commit
fix(wallet)!: Change method `LoadParams::descriptors`
authorvalued mammal <valuedmammal@protonmail.com>
Fri, 9 Aug 2024 13:09:22 +0000 (09:09 -0400)
committervalued mammal <valuedmammal@protonmail.com>
Tue, 13 Aug 2024 23:25:09 +0000 (19:25 -0400)
commit3951110bb596d56a30ddc4cf09903cee4eebedea
treef78d137977851d61a4f9f56c134e06be802ccbb4
parentb8027147056bf78beab5e1c606d7fd93c2a57872
fix(wallet)!: Change method `LoadParams::descriptors`

to just `descriptor` that takes a `KeychainKind` and optional
`D: IntoWalletDescriptor` representing the expected value of
the descriptor in the changeset.

Add method `LoadParams::extract_keys` that will use any private
keys in the provided descriptors to add a signer to the wallet.
crates/wallet/README.md
crates/wallet/src/wallet/mod.rs
crates/wallet/src/wallet/params.rs
crates/wallet/tests/wallet.rs
example-crates/wallet_electrum/src/main.rs
example-crates/wallet_esplora_async/src/main.rs
example-crates/wallet_esplora_blocking/src/main.rs
example-crates/wallet_rpc/src/main.rs