This commit is contained in:
Luke Parker
2023-10-23 07:25:00 -04:00
parent c4bdbdde11
commit 08180cc563
5 changed files with 119 additions and 60 deletions

View File

@@ -70,6 +70,9 @@ frost = { package = "modular-frost", path = "../crypto/frost", features = ["test
env_logger = "0.10"
dockertest = "0.4"
serai-docker-tests = { path = "../tests/docker" }
[features]
secp256k1 = ["k256", "frost/secp256k1"]
bitcoin = ["dep:secp256k1", "secp256k1", "bitcoin-serai", "serai-client/bitcoin"]