Skip to content

Commit

Permalink
DLCs
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Dec 28, 2023
1 parent 2b1cb0e commit cbe52a8
Show file tree
Hide file tree
Showing 19 changed files with 2,353 additions and 282 deletions.
551 changes: 330 additions & 221 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions mutiny-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ bitcoin = { version = "0.29.2", default-features = false, features = ["std", "se
bdk = { version = "=1.0.0-alpha.1" }
bdk_esplora = { version = "=0.3.0", default-features = false, features = ["std", "async-https"] }
bdk_chain = { version = "=0.5.0", features = ["std"] }
bdk_coin_select = "0.1.1"
bdk-macros = "0.6.0"
getrandom = { version = "0.2" }
itertools = "0.11.0"
Expand Down Expand Up @@ -67,6 +68,11 @@ futures = "0.3.25"
thiserror = "1.0"
anyhow = "1.0"

dlc = { git = "https://github.com/benthecarman/rust-dlc", branch = "mutiny", features = ["use-serde"] }
dlc-manager = { git = "https://github.com/benthecarman/rust-dlc", branch = "mutiny", features = ["use-serde"] }
dlc-messages = { git = "https://github.com/benthecarman/rust-dlc", branch = "mutiny", features = [ "use-serde"] }
dlc-trie = { git = "https://github.com/benthecarman/rust-dlc", branch = "mutiny", features = ["use-serde"] }

[dev-dependencies]
wasm-bindgen-test = "0.3.33"
mockall = "0.11.2"
Expand Down
Loading

0 comments on commit cbe52a8

Please sign in to comment.