-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcatalyst-consensus-paper.tex
308 lines (184 loc) · 7.62 KB
/
catalyst-consensus-paper.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
\documentclass[a4paper, 12pt]{book}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{centernot}
\usepackage{verbatim}
\usepackage{graphicx}
\usepackage[colorlinks]{hyperref}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{titlesec}
\usepackage{scrextend}
\usepackage{titlepic}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{lscape}
\usepackage{rotating}
\usepackage{epstopdf}
\usepackage{pdflscape}
\usepackage{ulem}
\usepackage[margin=0.8in]{caption}
\usepackage[margin=0.8in]{geometry}
\usepackage{array,multirow,multicol}
\usepackage[dvipsnames]{xcolor}
\definecolor{bulg}{rgb}{0.5, 0.0, 0.13}
\captionsetup{font=scriptsize}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lfoot{\textcopyright Atlas City Global Limited}
%\rfoot{Private \& Confidential}
\fancypagestyle{plain}{%
\fancyfoot[LO, RE]{\textcopyright Atlas City Global Limited}}
%\fancyfoot[LE, RO]{Private \& Confidential}}
\fancyhead{}
\renewcommand{\footrulewidth}{0.4pt}
\renewcommand{\headrulewidth}{0pt}
\usepackage[spanish,english]{babel}
\usepackage[autostyle]{csquotes}
\usepackage[backend=biber, sorting=none]{biblatex}
\bibliography{catalyst-consensus-paper}
\setcounter{biburlnumpenalty}{9000}
\setcounter{biburlucpenalty}{9000}
\setcounter{biburllcpenalty}{9000}
\definecolor{catalystDarkBlue}{RGB}{22,68,91}
\definecolor{catalystLightBlue}{RGB}{22,172,159}
\hypersetup{
urlcolor = catalystLightBlue ,
citecolor = catalystLightBlue ,
linkcolor = catalystDarkBlue
}
\begin{document}
\begin{titlepage}
\par
\raisebox{-.5\height}{\includegraphics[width=7.5cm]{figures/atlas-logo}}%
\hfill
\raisebox{-.67\height}{\includegraphics[width=9.4cm]{figures/catalyst-logo}}%
\par
\begin{center}
\vspace*{4cm}
\LARGE
\textbf{Catalyst Network Research:\\
a new Consensus Protocol}
%\vspace{0.5cm}
\large
\vspace{1.5cm}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
Authors: Dr. Pauline Bernat\footnote{pauline.bernat@atlascity.io}, Joseph Kearney\footnote{joseph.kearney@atlascity.io} and Francesca Sage-Ling\footnote{fran.sl@atlascity.io}\\
\small
\vspace{.5cm}
\textit{with the contribution of Atlas City's engineer team led by James Kirby\footnote{james.kirby@atlascity.io}}\\
%\textit{with the contribution of Francesca Sage-Ling\footnote{fran.sl@atlascity.io}}\\
\vspace{1.5cm}
Version 1.0
\\
\vspace{0.5cm}
\textit{Last edited: \today}
\end{center}
\end{titlepage}
%\begin{abstract}
%\input{paper-tex-files/abstract/abstract}
%\end{abstract}
%\newpage
\renewcommand{\thefootnote}{\arabic{footnote}}
\chapter*{Abstract}
\input{paper-tex-files/abstract/abstract}
\addcontentsline{toc}{section}{Abstract}
\tableofcontents
%GLOSSARY
\chapter*{Glossary} \label{Cha:Glo}
\addcontentsline{toc}{chapter}{Glossary}
\input{paper-tex-files/glossary/glossary}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%INTRODUCTION
\chapter*{Introduction} \label{Cha:Int}
\addcontentsline{toc}{chapter}{Introduction}
\input{paper-tex-files/introduction/introduction}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Technical Specifications} \label{Cha:Tec}
\input{paper-tex-files/technical-specification/technical-specification}
\section{Choice of Elliptic Curve}\label{Sec:EC}
\input{paper-tex-files/technical-specification/elliptic-curve/elliptic-curve}
\section{Choice of Hashing Algorithm}\label{Sec:Has}
\input{paper-tex-files/technical-specification/hashing-algorithm/hashing-algorithm}
\section{Zero-Knowledge Proofs}\label{Sec:ZKP}
\input{paper-tex-files/technical-specification/zk-proofs/zk-proofs}
\section{Catalyst Tokens}\label{Sec:Tok}
\input{paper-tex-files/technical-specification/tokens/tokens}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Network Access Chapter
\chapter{Peer-to-Peer Catalyst Network} \label{Cha:NAPI}
\input{paper-tex-files/catalyst-network/catalyst-network}
\begin{comment}
\section{Peer Identification Protocol}\label{Sec:PIP}
\input{paper-tex-files/catalyst-network/peer-identification/peer-identification}
\section{Peer Messaging}
\input{paper-tex-files/catalyst-network/peer-messaging/peer-messaging}
\section{Gossip Protocol}
\input{paper-tex-files/catalyst-network/gossip-protocol/gossip-protocol}
\end{comment}
\section{Peer Role Types}\label{Sec:PRT}
\input{paper-tex-files/catalyst-network/node-roles/node-roles}
\begin{comment}
\subsection{Proof of Computing Capabilities}\label{Sec:Pcc}
\input{paper-tex-files/catalyst-network/proof-computing-capabilities/proof-computing-capabilities}
\end{comment}
\section{Nodes Registration}\label{Sec:Reg}
\input{paper-tex-files/catalyst-network/node-role-assignment/node-role-assignment}
%\subsection{Worker Pass Validity}\label{Sec:PassVal}
%\input{paper-tex-files/catalyst-network/worker-pass/worker-pass}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Catalyst Distributed Ledger} \label{Cha:LDA}
\input{paper-tex-files/catalyst-distributed-ledger/catalyst-distributed-ledger}
\section{Ledger Database Architecture} \label{Sec:LDA}
\input{paper-tex-files/catalyst-distributed-ledger/ledger-database-architecture/ledger-database-architecture}
\section{Accounts on Catalyst} \label{Sec:AoC}
\input{paper-tex-files/catalyst-distributed-ledger/accounts-catalyst/accounts-catalyst}
\section{CLS Structure}\label{SecLCS}
\input{paper-tex-files/catalyst-distributed-ledger/ledger-current-state/ledger-current-state}
%\section{Distributed File System}\label{SecDFS}
%\input{paper-tex-files/catalyst-distributed-ledger/ledger-dfs/ledger-dfs}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Catalyst Transactions} \label{Cha:Tra}
\input{paper-tex-files/transactions/transactions}
\section{Transaction Types} \label{Sec:Typ}
\input{paper-tex-files/transactions/types/types}
\section{Transaction Structure} \label{Sec:TStru}
\input{paper-tex-files/transactions/structure/structure}
\section{Transaction Entries}\label{Sec:TEnt}
\input{paper-tex-files/transactions/entries/entries}
\section{Transaction Signature}\label{Sec:Sig}
\input{paper-tex-files/transactions/signature/signature}
\section{Transaction Validity} \label{Sec:Val}
\input{paper-tex-files/transactions/validity/validity}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Catalyst Consensus Mechanism} \label{Cha:CM}
\input{paper-tex-files/consensus-mechanism/consensus-mechanism}
\section{Background}\label{Sec:Cbg}
\input{paper-tex-files/consensus-mechanism/background/background}
\section{Protocol}\label{Sec:Dem}
\input{paper-tex-files/consensus-mechanism/protocol/protocol}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\chapter{Scaling Catalyst} \label{Cha:Sha}
%\input{paper-tex-files/sharding/sharding}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\chapter{Benchmarking} \label{Cha:Ben}
%\input{paper-tex-files/benchmarking/benchmarking}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Security Considerations} \label{Cha:Sec}
\input{paper-tex-files/security/security}
\section{Selection of Worker and Producer Nodes}\label{Sec:ConSec}
\input{paper-tex-files/security/consensus-mechanism-i/consensus-mechanism-i}
\section{Production of a Ledger State Update}\label{Sec:SecLsu}
\input{paper-tex-files/security/consensus-mechanism-ii/consensus-mechanism-ii}
\section{Signature Scheme}\label{Sec:SSS}
\input{paper-tex-files/security/signature-scheme/signature-scheme}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter*{Conclusion} \label{Cha:Con}
\addcontentsline{toc}{chapter}{Conclusion}
\input{paper-tex-files/conclusion/conclusion}
\begin{raggedright}
\normalem
\printbibliography
\end{raggedright}
\end{document}