Skip to content

Commit

Permalink
refactor(bdk_hwi)!: remove bdk_hwi
Browse files Browse the repository at this point in the history
- removes `bdk_hwi` crate, as `HWISigner`'s being moved to
rust-hwi.
- please refer to: bitcoindevkit/rust-hwi#104
  • Loading branch information
oleonardolima authored and notmandatory committed Sep 11, 2024
1 parent 43257cf commit feb4391
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 153 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ members = [
"crates/electrum",
"crates/esplora",
"crates/bitcoind_rpc",
"crates/hwi",
"crates/testenv",
"example-crates/example_cli",
"example-crates/example_electrum",
Expand Down
16 changes: 0 additions & 16 deletions crates/hwi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +0,0 @@
[package]
name = "bdk_hwi"
version = "0.5.0"
edition = "2021"
homepage = "https://bitcoindevkit.org"
repository = "https://github.com/bitcoindevkit/bdk"
description = "Utilities to use bdk with hardware wallets"
license = "MIT OR Apache-2.0"
readme = "README.md"

[lints]
workspace = true

[dependencies]
bdk_wallet = { path = "../wallet", version = "1.0.0-beta.2" }
hwi = { version = "0.9.0", features = [ "miniscript" ] }
3 changes: 0 additions & 3 deletions crates/hwi/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions crates/hwi/src/lib.rs

This file was deleted.

94 changes: 0 additions & 94 deletions crates/hwi/src/signer.rs

This file was deleted.

0 comments on commit feb4391

Please sign in to comment.