Send to a processor from a test

Mainly here to build out the infra. Does not automate checking
recipience/batch creation yet.
This commit is contained in:
Luke Parker
2023-07-24 20:06:05 -04:00
parent f05e909d0e
commit 7990ee689a
8 changed files with 848 additions and 289 deletions

5
Cargo.lock generated
View File

@@ -8845,17 +8845,22 @@ dependencies = [
name = "serai-processor-tests"
version = "0.1.0"
dependencies = [
"bitcoin-serai",
"ciphersuite",
"curve25519-dalek 3.2.0",
"dkg",
"dockertest",
"hex",
"monero-serai",
"rand_core 0.6.4",
"serai-docker-tests",
"serai-message-queue",
"serai-message-queue-tests",
"serai-primitives",
"serai-processor",
"serai-processor-messages",
"serai-validator-sets-primitives",
"serde",
"serde_json",
"tokio",
"zeroize",