Make progres on handling NewSet events

Further bones out the coordinator.
This commit is contained in:
Luke Parker
2023-04-16 00:51:56 -04:00
parent fa2cf03e61
commit 79655672ef
6 changed files with 164 additions and 18 deletions

4
Cargo.lock generated
View File

@@ -1304,7 +1304,10 @@ checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b"
name = "coordinator"
version = "0.1.0"
dependencies = [
"async-trait",
"blake2",
"ciphersuite",
"flexible-transcript",
"log",
"modular-frost",
"processor-messages",
@@ -1313,6 +1316,7 @@ dependencies = [
"serai-db",
"tokio",
"tributary-chain",
"zeroize",
]
[[package]]