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

Commit 93979df

Browse files
committed
DLCs
1 parent 298cc2f commit 93979df

19 files changed

+2150
-96
lines changed

Cargo.lock

+122-32
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"
@@ -57,6 +58,11 @@ anyhow = "1.0"
5758
# explict dep due to nightly - https://github.com/rust-lang/rust/issues/113152
5859
proc-macro2 = "1.0.64"
5960

61+
dlc = { git = "https://github.com/benthecarman/rust-dlc", branch = "mutiny", features = ["use-serde"] }
62+
dlc-manager = { git = "https://github.com/benthecarman/rust-dlc", branch = "mutiny", features = ["use-serde"] }
63+
dlc-messages = { git = "https://github.com/benthecarman/rust-dlc", branch = "mutiny", features = [ "use-serde"] }
64+
dlc-trie = { git = "https://github.com/benthecarman/rust-dlc", branch = "mutiny", features = ["use-serde"] }
65+
6066
[dev-dependencies]
6167
wasm-bindgen-test = "0.3.33"
6268
mockall = "0.11.2"

0 commit comments

Comments
 (0)