Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 498 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 498 Bytes

causal-delivery-verdi

Roadmap

  1. Specify DependencyTracking protocol that only tracks dependencies between messages, we assume that dependency precisely characterize the notion of (potential) causality.
  2. Specify DependencyChecking protocol that extends DependencyTracking but only delivers a message when all its dependencies have been delivered.
  3. Show VectorDependencyChecking is a special case/optimization of DependencyChecking, and CBCAST is an variant of VectorDependencyChecking.