Skip to content

Commit 7117f3d

Browse files
Implement test for electrum scanning logic
1 parent 5a090fa commit 7117f3d

File tree

2 files changed

+610
-0
lines changed

2 files changed

+610
-0
lines changed

crates/electrum/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ readme = "README.md"
1414
[dependencies]
1515
bdk_chain = { path = "../chain", version = "0.4.0", features = ["serde", "miniscript"] }
1616
electrum-client = { version = "0.12" }
17+
18+
[dev-dependencies]
19+
anyhow = "1"
20+
electrsd = { version= "0.22", features = ["bitcoind_22_0", "electrs_0_9_1"] }
21+
# zip versions after 0.6.3 don't work with our MSRV 1.57.0
22+
zip = "=0.6.3"
23+
# base64ct versions at 1.6.0 and higher have MSRV 1.60.0
24+
base64ct = "<1.6.0"

0 commit comments

Comments
 (0)