Extend Batch test with SubstrateBlock/arb Batch signing

This commit is contained in:
Luke Parker
2023-08-25 21:37:36 -04:00
parent f249e20028
commit c245bcdc9b
3 changed files with 75 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ hex = "0.4"
zeroize = { version = "1", default-features = false }
rand_core = { version = "0.6", default-features = false }
ciphersuite = { path = "../../crypto/ciphersuite", default-features = false, features = ["ristretto"] }
ciphersuite = { path = "../../crypto/ciphersuite", default-features = false, features = ["ristretto", "secp256k1"] }
schnorrkel = { git = "https://github.com/serai-dex/schnorrkel" }
dkg = { path = "../../crypto/dkg", default-features = false, features = ["tests"] }