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

View File

@@ -10,9 +10,17 @@ edition = "2021"
[dependencies]
thiserror = "1"
rand_core = { version = "0.6", optional = true }
blake2 = "0.10"
ciphersuite = { package = "ciphersuite", path = "../../crypto/ciphersuite", features = ["ristretto"] }
schnorr = { package = "schnorr-signatures", path = "../../crypto/schnorr" }
tendermint = { package = "tendermint-machine", path = "./tendermint" }
[dev-dependencies]
rand_core = "0.6"
[features]
tests = ["rand_core"]