Skip to content

Commit

Permalink
DLCs
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Dec 12, 2023
1 parent 298cc2f commit eb772f6
Show file tree
Hide file tree
Showing 19 changed files with 2,134 additions and 96 deletions.
154 changes: 122 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions mutiny-core/Cargo.toml
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 @@ -57,6 +58,11 @@ anyhow = "1.0"
# explict dep due to nightly - https://github.com/rust-lang/rust/issues/113152
proc-macro2 = "1.0.64"

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

0 comments on commit eb772f6

Please sign in to comment.