forked from IntersectMBO/cardano-ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprotocol-parameters.tex
31 lines (27 loc) · 1017 Bytes
/
protocol-parameters.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
\section{Protocol Parameters}
In Shelley, the size of a UTxO entry was bounded from above, which
will not be the case anymore. The protocol parameter
$\var{minUTxOValue}$ was used to prevent an attack on the UTxO size,
but as there is no upper bound on the memory usage of a UTxO entry
anymore, this parameter will be retired in favor of two new
parameters, $\var{adaPerUTxOByte}$ and $\var{outputSizeConstants}$.
\begin{figure*}[htb]
\emph{Protocol Parameters}
%
\begin{equation*}
\begin{array}{r@{~\in~}lr}
\var{adaPerUTxOByte} \mapsto \nonnegReals & \PParams & \text{conversion factor for UTxO storage space}\\
\var{outputSizeConstants} \mapsto \Z \times \Z \times \Z & \PParams & \text{constants for outputSize}
\end{array}
\end{equation*}
%
\emph{Accessor Functions}
%
\begin{center}
\fun{adaPerUTxOByte},
\fun{outputSizeConstants}
\end{center}
%
\caption{Definitions Used in Protocol Parameters}
\label{fig:defs:protocol-parameters}
\end{figure*}