aboutsummaryrefslogtreecommitdiffstats
path: root/Home.md
diff options
context:
space:
mode:
authorCheshireCatNick <cheshirecatnick@gmail.com>2018-08-30 16:32:52 +0800
committerCheshireCatNick <cheshirecatnick@gmail.com>2018-08-30 16:32:52 +0800
commit679341fd7f6fe7ae4389303b697a4d73ca32ba7a (patch)
tree6056d63b216e3ad31409a9a93e1c8ac742708c66 /Home.md
parentd606a07b167cc37aec1b1ab088f47cef803a6539 (diff)
downloaddexon-wiki-679341fd7f6fe7ae4389303b697a4d73ca32ba7a.tar
dexon-wiki-679341fd7f6fe7ae4389303b697a4d73ca32ba7a.tar.gz
dexon-wiki-679341fd7f6fe7ae4389303b697a4d73ca32ba7a.tar.bz2
dexon-wiki-679341fd7f6fe7ae4389303b697a4d73ca32ba7a.tar.lz
dexon-wiki-679341fd7f6fe7ae4389303b697a4d73ca32ba7a.tar.xz
dexon-wiki-679341fd7f6fe7ae4389303b697a4d73ca32ba7a.tar.zst
dexon-wiki-679341fd7f6fe7ae4389303b697a4d73ca32ba7a.zip
Updated Home (markdown)
Diffstat (limited to 'Home.md')
-rw-r--r--Home.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/Home.md b/Home.md
index 7a38a02..879277e 100644
--- a/Home.md
+++ b/Home.md
@@ -7,9 +7,8 @@ This document explains how DEXON is different compared to other blockchain infra
### Definition
- Node in this document is a validator or a full node in the network.
-- DAG-blocklattice: a DAG that every vertex has at least one edge and will not diverge (DAG width remains proportional to number of nodes)
-- DAG-tangle-lattice: a DAG that every vertex has exactly two edges and will not diverge
-- DAG-tangle: a DAG that every vertex has exactly two edges
+- DAG-blocklattice(n, m): a DAG that degree of every vertex is from n to m, and will not diverge (DAG width remains proportional to number of nodes)
+- DAG-tangle(n, m): a DAG that degree of every vertex is from n to m, and will possibly diverge
- <img src="https://latex.codecogs.com/svg.latex?T_{network}" />: network delay between nodes
- <img src="https://latex.codecogs.com/svg.latex?n" />: number of nodes
- <img src="https://latex.codecogs.com/svg.latex?b" />: number of blocks to be confirmed