Skip to content

Commit

Permalink
Add a bunch of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djordon committed May 6, 2024
1 parent 3e22949 commit 2745055
Show file tree
Hide file tree
Showing 2 changed files with 480 additions and 16 deletions.
3 changes: 2 additions & 1 deletion signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bench = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bitcoin = { workspace = true }
bitcoin = { workspace = true, features = ["rand-std"] }
p256k1.workspace = true
thiserror.workspace = true
tracing.workspace = true
Expand All @@ -24,6 +24,7 @@ tracing-subscriber.workspace = true
wsts.workspace = true

[dependencies.secp256k1]
version = "*"
features = ["rand-std", "global-context"]

[dev-dependencies]
Expand Down
Loading

0 comments on commit 2745055

Please sign in to comment.