]> Untitled Git - bdk-cli/commit
fix(bip322): Re-enable bip322 feature
authorVihiga Tyonum <withtvpeter@gmail.com>
Tue, 14 Jul 2026 01:37:57 +0000 (02:37 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Thu, 16 Jul 2026 16:07:07 +0000 (17:07 +0100)
commit90270f74bf3f3b7b9c96a4e85e911878d6ec3698
treeb04b0a41fd781f4362e65f6145366f5bef6c02b4
parentaba6c6605bd2943dc6c831532d1a581e4bc1ace1
fix(bip322): Re-enable bip322 feature

- update bdk_bip322 crate with replacement crate
bdk_message_signer
- re-enable bip322 feature
- update documentation for add_global_xpubs fn
Cargo.lock
Cargo.toml
src/commands.rs
src/error.rs
src/handlers/offline.rs
src/utils/common.rs
src/utils/types.rs
tests/integration/offline.rs
tests/integration/online.rs