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

View File

@@ -55,6 +55,7 @@ monero-serai = { path = "../coins/monero", features = ["multisig"], optional = t
log = "0.4"
tokio = { version = "1", features = ["full"] }
rocksdb = "0.21"
serai-db = { path = "../common/db", default-features = false }
serai-env = { path = "../common/env" }
serai-client = { path = "../substrate/client", default-features = false }