Going to try out the bdk

This commit is contained in:
Dave Hrycyszyn
2024-06-21 16:34:53 +01:00
parent 14f24c6d34
commit 933fea76df
4 changed files with 89 additions and 200 deletions

View File

@@ -7,11 +7,10 @@ edition = "2021"
[dependencies]
async-trait = "0.1.52"
bdk_wallet = { version = "1.0.0-alpha.13", features = ["all-keys"] }
bft-json-crdt = { path = "../crates/bft-json-crdt" }
bft-crdt-derive = { path = "../crates/bft-json-crdt/bft-crdt-derive" }
bitcoin = { version = "0.32.2", features = ["rand"] }
bitcoincore-rpc = "0.19.0"
bitcoincore-rpc-json = "0.19.0"
clap = { version = "4.5.4", features = ["derive"] }
dirs = "5.0.1"
ezsockets = { version = "*", features = ["client"] }
@@ -25,7 +24,6 @@ tracing = "0.1.32"
# tracing-subscriber = "0.3.9"
toml = "0.8.14"
indexmap = { version = "2.2.6", features = ["serde"] }
bdk_wallet = { version = "1.0.0-alpha.13", features = ["all-keys"] }
[dev-dependencies]
uuid = { version = "1.8.0", features = ["v4"] }