Skip to content

Commit cfac2e9

Browse files
committed
replace electrum-client with bp-electrum
1 parent ac1036d commit cfac2e9

File tree

3 files changed

+65
-103
lines changed

3 files changed

+65
-103
lines changed

Cargo.lock

+51-76
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-10
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,17 @@ license = "Apache-2.0"
2525
[workspace.dependencies]
2626
amplify = "4.6.0"
2727
baid58 = "0.4.4"
28-
bitcoin = "0.31.1"
2928
commit_verify = "0.11.0-beta.4"
3029
strict_encoding = "2.7.0-beta.1"
3130
strict_types = "2.7.0-beta.2"
3231
bp-core = "0.11.0-beta.4"
32+
bp-electrum = "0.11.0-beta.5"
3333
bp-seals = "0.11.0-beta.4"
3434
bp-std = "0.11.0-beta.4"
3535
bp-wallet = "0.11.0-beta.4"
3636
bp-util = "0.11.0-beta.4"
3737
bp-esplora = "0.11.0-beta.4"
3838
descriptors = "0.11.0-beta.4"
39-
electrum-client = "0.19.0"
4039
psbt = { version = "0.11.0-beta.4", features = ["client-side-validation"] }
4140
rgb-std = { version = "0.11.0-beta.4", features = ["fs"] }
4241
rgb-psbt = { version = "0.11.0-beta.4", path = "psbt" }
@@ -68,15 +67,14 @@ crate-type = ["cdylib", "rlib"]
6867
[dependencies]
6968
amplify = { workspace = true }
7069
baid58 = { workspace = true }
71-
bitcoin = { workspace = true, optional = true }
70+
bp-electrum = { workspace = true, optional = true }
7271
commit_verify = { workspace = true }
7372
strict_types = { workspace = true }
7473
bp-core = { workspace = true }
7574
bp-std = { workspace = true }
7675
bp-wallet = { workspace = true, features = ["fs"] }
7776
bp-esplora = { workspace = true, optional = true }
7877
descriptors = { workspace = true }
79-
electrum-client = { workspace = true, optional = true }
8078
rgb-std = { workspace = true }
8179
rgb-psbt = { workspace = true }
8280
rgb-persist-fs = { version = "0.11.0", path = "fs" }
@@ -91,18 +89,13 @@ log = { workspace = true, optional = true }
9189
default = ["esplora_blocking"]
9290
all = ["esplora_blocking", "electrum", "serde", "log"]
9391
esplora_blocking = ["bp-esplora", "bp-wallet/esplora"]
94-
electrum = ["electrum-client", "bitcoin"]
92+
electrum = ["bp-electrum"]
9593
serde = ["serde_crate", "serde_with", "serde_yaml", "bp-std/serde", "bp-wallet/serde", "descriptors/serde", "rgb-psbt/serde"]
9694

9795
[package.metadata.docs.rs]
9896
features = ["all"]
9997

10098
[patch.crates-io]
101-
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "master" }
102-
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "master" }
103-
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "master" }
104-
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "master" }
105-
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "master" }
10699
bp-util = { git = "https://github.com/BP-WG/bp-wallet", branch = "master" }
107100
bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "master" }
108101
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "master" }

0 commit comments

Comments
 (0)