1 Matching Annotations
- Apr 2024
-
github.com github.com
-
When Alice and Bob are both bidding in an auction protocol, each of them marks their first bid with sender_order: 1, their second bid with sender_order: 2, and so forth.
If we were to use causal broadcast / Cordial Dissemination - they would not arrive out-of-order.
Cordial Dissemination would require gossip-about-gossip though.
-