mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Move message-queue to a fully binary representation (#454)
* Move message-queue to a fully binary representation Additionally adds a timeout to the message queue test. * coordinator clippy * Remove contention for the message-queue socket by using per-request sockets * clippy
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -7719,7 +7719,6 @@ dependencies = [
|
||||
"env_logger",
|
||||
"flexible-transcript",
|
||||
"hex",
|
||||
"jsonrpsee",
|
||||
"log",
|
||||
"once_cell",
|
||||
"rand_core",
|
||||
@@ -7727,9 +7726,6 @@ dependencies = [
|
||||
"serai-db",
|
||||
"serai-env",
|
||||
"serai-primitives",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"simple-request",
|
||||
"tokio",
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user