Kaynağa Gözat

add info on genesis event

x 3 yıl önce
ebeveyn
işleme
6d8e868edd
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      doc/src/misc/event_graph/event_graph.md

+ 6 - 0
doc/src/misc/event_graph/event_graph.md

@@ -63,3 +63,9 @@ So in this diagram, A will send `event` to $B_1, \dots, B_6$. Each $B_i$ will re
 back to A with `inv`, and A will stop sending `event`. Each one of $C_1, \dots, C_3$
 also receive `inv`, and since they don't have the event, they will send back to $B_3$,
 a `getevent` message. $B_3$ will send them the `event`.
+
+## Genesis Event
+
+All nodes start with a single hardcoded genesis event in their graph. The application
+layer should ignore this event. This serves as the origin event for synchronization.
+