mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Move message_queue over to deduplication via intents
Due to each service having multiple distinct clocks, we can't expect a stable ordering except the ordering an intact message-queue provides. The messages emitted should be consistent however, solely with unknown order, which is why we can craft intents based on their contents (already implemented by processor-messages).
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -8689,6 +8689,7 @@ dependencies = [
|
||||
name = "serai-message-queue"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bincode",
|
||||
"ciphersuite",
|
||||
"flexible-transcript",
|
||||
"hex",
|
||||
|
||||
Reference in New Issue
Block a user