Test the Coordinator emits KeyGen

Mainly just a test that the full stack is properly set up and we've hit basic
functioning for further testing.
This commit is contained in:
Luke Parker
2023-08-06 12:38:44 -04:00
parent bebe2fae0e
commit cee788eac3
7 changed files with 224 additions and 35 deletions

2
Cargo.lock generated
View File

@@ -7975,6 +7975,7 @@ name = "serai-coordinator-tests"
version = "0.1.0"
dependencies = [
"ciphersuite",
"dkg",
"dockertest",
"hex",
"serai-client",
@@ -7985,6 +7986,7 @@ dependencies = [
"serde",
"serde_json",
"tokio",
"zeroize",
]
[[package]]