mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Define all coordinator transaction types
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user