Merge branch 'master' of github.com:basho/machi
This commit is contained in:
commit
8c85f925ab
1 changed files with 4 additions and 3 deletions
|
@ -364,10 +364,11 @@ document presents a detailed example.)
|
||||||
{epoch #, hash of the entire projection (minus hash field itself)}
|
{epoch #, hash of the entire projection (minus hash field itself)}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* 9. Sketch of the self-management algorithm
|
* 9. Diagram of the self-management algorithm
|
||||||
** Introduction
|
** Introduction
|
||||||
Refer to the diagram `chain-self-management-sketch.Diagram1.pdf`, a
|
Refer to the diagram
|
||||||
flowchart of the
|
[[https://github.com/basho/machi/blob/master/doc/chain-self-management-sketch.Diagram1.pdf][chain-self-management-sketch.Diagram1.pdf]],
|
||||||
|
a flowchart of the
|
||||||
algorithm. The code is structured as a state machine where function
|
algorithm. The code is structured as a state machine where function
|
||||||
executing for the flowchart's state is named by the approximate
|
executing for the flowchart's state is named by the approximate
|
||||||
location of the state within the flowchart. The flowchart has three
|
location of the state within the flowchart. The flowchart has three
|
||||||
|
|
Loading…
Reference in a new issue