Define all coordinator transaction types

This commit is contained in:
Luke Parker
2023-04-11 19:04:53 -04:00
parent 90f67b5e54
commit 2cfee536f6
10 changed files with 372 additions and 0 deletions

10
Cargo.lock generated
View File

@@ -1313,7 +1313,12 @@ dependencies = [
name = "coordinator"
version = "0.1.0"
dependencies = [
"blake2",
"modular-frost",
"processor-messages",
"rand_core 0.6.4",
"tokio",
"tributary-chain",
]
[[package]]
@@ -10673,7 +10678,12 @@ dependencies = [
name = "tributary-chain"
version = "0.1.0"
dependencies = [
"blake2",
"ciphersuite",
"rand_core 0.6.4",
"schnorr-signatures",
"tendermint-machine",
"thiserror",
]
[[package]]