From 6c21f499e80dc1b72fefbcc1ebd0ca2c20118bb6 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Fri, 6 Feb 2015 13:08:12 +0000 Subject: [PATCH] Final syntax fixes --- drafts/state_resolution.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/drafts/state_resolution.rst b/drafts/state_resolution.rst index fec290dd..3c570b8e 100644 --- a/drafts/state_resolution.rst +++ b/drafts/state_resolution.rst @@ -27,6 +27,7 @@ all state events eventually. Algorithm requirements ---------------------- We want the algorithm to have the following properties: + - Since we aren't guaranteed what order we receive state events in, except that we see parents before children, the state resolution algorithm must not depend on the order and must always come to the same result.