Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 4bd3be9

Browse files
committed
DLCs
1 parent e8e22b8 commit 4bd3be9

19 files changed

+2353
-282
lines changed

Cargo.lock

Lines changed: 330 additions & 221 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mutiny-core/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ bitcoin = { version = "0.29.2", default-features = false, features = ["std", "se
2020
bdk = { version = "=1.0.0-alpha.1" }
2121
bdk_esplora = { version = "=0.3.0", default-features = false, features = ["std", "async-https"] }
2222
bdk_chain = { version = "=0.5.0", features = ["std"] }
23+
bdk_coin_select = "0.1.1"
2324
bdk-macros = "0.6.0"
2425
getrandom = { version = "0.2" }
2526
itertools = "0.11.0"
@@ -68,6 +69,11 @@ futures = "0.3.25"
6869
thiserror = "1.0"
6970
anyhow = "1.0"
7071

72+
dlc = { git = "https://github.com/benthecarman/rust-dlc", branch = "mutiny", features = ["use-serde"] }
73+
dlc-manager = { git = "https://github.com/benthecarman/rust-dlc", branch = "mutiny", features = ["use-serde"] }
74+
dlc-messages = { git = "https://github.com/benthecarman/rust-dlc", branch = "mutiny", features = [ "use-serde"] }
75+
dlc-trie = { git = "https://github.com/benthecarman/rust-dlc", branch = "mutiny", features = ["use-serde"] }
76+
7177
[dev-dependencies]
7278
wasm-bindgen-test = "0.3.33"
7379
mockall = "0.11.2"

0 commit comments

Comments
 (0)