forked from IntersectMBO/cardano-ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
frontmatter.tex
58 lines (49 loc) · 1.41 KB
/
frontmatter.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
\hypersetup{
pdftitle={Formal Specification of the Cardano Ledger with Plutus
Integration},
breaklinks=true,
bookmarks=true,
colorlinks=false,
linkcolor={blue},
citecolor={blue},
urlcolor={blue},
linkbordercolor={white},
citebordercolor={white},
urlbordercolor={white}
}
\floatstyle{boxed}
\restylefloat{figure}
\cleardoublepage
\renewcommand{\thepage}{\arabic{page}}
\setcounter{page}{1}
\title{Formal Specification of the Cardano Ledger with Plutus
Integration}
\author{
Polina Vinogradova \\ {\small \texttt{[email protected]}} \\
Andre Knispel \\ {\small \texttt{[email protected]}} \\
}
\date{}
\maketitle
\begin{abstract}
This document presents modifications to the Shelley ledger
specification~\cite{shelley_spec} that will enable it to support the requirements for Plutus Foundation, within the context of the Goguen era
of Cardano. This specification is based on the Plutus system and the extended
UTxO specification of the mockchain on which it operates, as outlined in~\cite{chakravarty2020extended}.
%
We present a unified way to process both Plutus scripts and Shelley-style multi-signature scripts
(see~\cite{multi_sig}).
\end{abstract}
\section*{List of Contributors}
\label{acknowledgements}
Duncan Coutts,
Philipp Kant,
Michal Peyton Jones,
Jann Mueller,
Jared Corduan,
Matthias Gudemann,
Manuel Chakravarty,
Kevin Hammond,
Tim Sheard,
Nicholas Clarke,
Alex Byaly,
Yun Lu