Skip to content

Commit feb4391

Browse files
oleonardolimanotmandatory
authored andcommitted
refactor(bdk_hwi)!: remove bdk_hwi
- removes `bdk_hwi` crate, as `HWISigner`'s being moved to rust-hwi. - please refer to: bitcoindevkit/rust-hwi#104
1 parent 43257cf commit feb4391

File tree

5 files changed

+0
-153
lines changed

5 files changed

+0
-153
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ members = [
88
"crates/electrum",
99
"crates/esplora",
1010
"crates/bitcoind_rpc",
11-
"crates/hwi",
1211
"crates/testenv",
1312
"example-crates/example_cli",
1413
"example-crates/example_electrum",

crates/hwi/Cargo.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +0,0 @@
1-
[package]
2-
name = "bdk_hwi"
3-
version = "0.5.0"
4-
edition = "2021"
5-
homepage = "https://bitcoindevkit.org"
6-
repository = "https://github.com/bitcoindevkit/bdk"
7-
description = "Utilities to use bdk with hardware wallets"
8-
license = "MIT OR Apache-2.0"
9-
readme = "README.md"
10-
11-
[lints]
12-
workspace = true
13-
14-
[dependencies]
15-
bdk_wallet = { path = "../wallet", version = "1.0.0-beta.2" }
16-
hwi = { version = "0.9.0", features = [ "miniscript" ] }

crates/hwi/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

crates/hwi/src/lib.rs

Lines changed: 0 additions & 39 deletions
This file was deleted.

crates/hwi/src/signer.rs

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)