diff options
author | cheshirecatnick <cheshirecatnick@gmail.com> | 2018-08-29 10:36:59 +0800 |
---|---|---|
committer | cheshirecatnick <cheshirecatnick@gmail.com> | 2018-08-29 10:36:59 +0800 |
commit | 54b46c0a3dd8c2a97e9eeede246abb96efb75983 (patch) | |
tree | aa761905dbfaf73417707311a2ec76f240b94364 | |
parent | c156aba536aa1fc506a48ca4404f9c932509df53 (diff) | |
download | dexon-wiki-54b46c0a3dd8c2a97e9eeede246abb96efb75983.tar dexon-wiki-54b46c0a3dd8c2a97e9eeede246abb96efb75983.tar.gz dexon-wiki-54b46c0a3dd8c2a97e9eeede246abb96efb75983.tar.bz2 dexon-wiki-54b46c0a3dd8c2a97e9eeede246abb96efb75983.tar.lz dexon-wiki-54b46c0a3dd8c2a97e9eeede246abb96efb75983.tar.xz dexon-wiki-54b46c0a3dd8c2a97e9eeede246abb96efb75983.tar.zst dexon-wiki-54b46c0a3dd8c2a97e9eeede246abb96efb75983.zip |
test
-rw-r--r-- | Home.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,11 +6,13 @@ This document explains how DEXON is different compared to other blockchain infra 2. The comparison is based on our up-to-date understanding, and projects can be updated frequently. We will update this document if necessary. ### Definition +<script type="text/javascript" src="http://latex.codecogs.com/latexit.js"></script> - 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 - $T_{network}$: network delay between nodes - <img src="https://latex.codecogs.com/svg.latex?T_{network}" />: network delay +- <span lang="latex">T_{network}</span> - $n$: number of nodes - $b$: number of blocks to be confirmed - $f$: ack frequency |