Use MessageQueue instead of MemCoordinator in processor

Also has it use RocksDB.
This commit is contained in:
Luke Parker
2023-07-17 18:01:56 -04:00
parent 344ac9cbfc
commit acc9495429
5 changed files with 56 additions and 39 deletions

1
Cargo.lock generated
View File

@@ -8739,6 +8739,7 @@ dependencies = [
"rand_chacha 0.3.1",
"rand_core 0.6.4",
"reqwest",
"rocksdb",
"schnorr-signatures",
"secp256k1",
"serai-client",