-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrasica-technical-whitepaper-new.tex
167 lines (104 loc) · 2.97 KB
/
rasica-technical-whitepaper-new.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
\documentclass{article}
\usepackage{graphicx}
\usepackage{pdfpages}
\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{placeins}
\usepackage{enumitem}
\usepackage[margin=1.2in]{geometry}
\usepackage{authblk}
\usepackage{caption}
\graphicspath{{./Figures/state-figures/} {../../Figures/state-figures/} }
\title{\textbf{Rasica Network - Technical White Paper (DRAFT - V2)}}
\date{\today}
\author[1]{Darren Oliveiro-Priestnall\thanks{darren@ourfamily.io}}
\author[2]{Joseph Kearney\thanks{joseph.kearney@rasicanetwork.io}}
\affil[1]{Rasica Foundation}
\begin{document}
\includepdf [fitpaper=true] {Figures/cover-image}
\maketitle
\abstract
\input{tex-files/abstract}
\begin{center}
\vspace{50mm}
\textbf{This document is a work in progress and is subject to change.}
\end{center}
\newpage
{
\hypersetup{linkcolor=black}
\tableofcontents
}
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Introduction}
\input{tex-files/intro}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\section{Rasica Consensus Mechanism}
\input{tex-files/consensus/consensus-intro}
\subsection{Producer Node Selection}
\input{tex-files/consensus/producer-node-selection-1}
\subsection{Notation}
\input{tex-files/consensus/notation}
\subsection{Construction Phase}
\input{tex-files/consensus/construction-phase}
\subsection{Campaigning Phase}
\input{tex-files/consensus/campaigning-phase}
\subsection{Voting Phase}
\input{tex-files/consensus/voting-phase}
\subsection{Synchronisation Phase}
\input{tex-files/consensus/synchronisation-phase}
\subsection{Bloom Filters in Further Detail}
\input{tex-files/consensus/bloom-filter}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\section{Distributed File System}
\input{tex-files/DFS/dfs-intro}
\subsection{IPFS}
\input{tex-files/DFS/ipfs}
\subsection{Integrating the DFS}
\input{tex-files/DFS/integrating-dfs}
\subsection{The Marketplace}
\input{tex-files/DFS/marketplace}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\section{Global Ledger State}
\input{tex-files/state/state-intro}
\subsection{Account State}
\input{tex-files/state/account-state}
\subsection{Ledger Storage}
\input{tex-files/state/ledger-storage}
\subsection{Updating the State}
\input{tex-files/state/updating-state}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\section{RVM}
\input{tex-files/RVM/RVM-intro}
\subsection{From the SVM}
\input{tex-files/RVM/SVM}
\subsection{To the RVM}
\input{tex-files/RVM/RVM}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\section*{Conclusion}
\input{tex-files/conclusion}
\bibliography{Rasica-technical-whitepaper}
\bibliographystyle{ieeetr}
\end{document}