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

Commit 8091df5

Browse files
committed
DLCs
1 parent b9e5c29 commit 8091df5

19 files changed

+2353
-282
lines changed

Cargo.lock

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

mutiny-core/Cargo.toml

+6
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"
@@ -67,6 +68,11 @@ futures = "0.3.25"
6768
thiserror = "1.0"
6869
anyhow = "1.0"
6970

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

0 commit comments

Comments
 (0)