Skip to content

Commit

Permalink
Remove the unnecessary pp from TICKN
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdiaz72 committed May 7, 2024
1 parent 7779c7e commit 7c07c27
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions docs/formal-spec/chain.tex
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,16 @@ \subsection{$\mathsf{TICKN}$ Transition}

The Tick Nonce Transition ($\mathsf{TICKN}$) is responsible for updating the epoch nonce and the
previous epoch's hash nonce at the start of an epoch. Its environment is shown in
Figure~\ref{fig:ts-types:ticknonce} and consists of the protocol parameters
$\var{pp}$, the candidate nonce $\eta_c$ and the previous epoch's last block
header hash as a nonce. Its state consists of the epoch nonce $\eta_0$ and
the previous epoch's last block header hash nonce $\eta_h$.
Figure~\ref{fig:ts-types:ticknonce} and consists of the candidate nonce $\eta_c$
and the previous epoch's last block header hash as a nonce $\eta_\var{ph}$.
Its state consists of the epoch nonce $\eta_0$ and the previous epoch's last block header hash nonce $\eta_h$.

\begin{figure}
\emph{Tick Nonce environments}
\begin{equation*}
\TickNonceEnv =
\left(
\begin{array}{r@{~\in~}lr}
\var{pp} & \PParams & \text{protocol parameters} \\
\eta_c & \Nonce & \text{candidate nonce} \\
\eta_\var{ph} & \Nonce & \text{previous header hash as nonce} \\
\end{array}
Expand Down Expand Up @@ -178,7 +176,6 @@ \subsection{$\mathsf{TICKN}$ Transition}
{ }
{
{\begin{array}{c}
\var{pp} \\
\eta_c \\
\eta_\var{ph} \\
\end{array}}
Expand All @@ -202,7 +199,6 @@ \subsection{$\mathsf{TICKN}$ Transition}
{}
{
{\begin{array}{c}
\var{pp} \\
\eta_c \\
\eta_\var{ph} \\
\end{array}}
Expand Down Expand Up @@ -898,7 +894,6 @@ \subsection{$\mathsf{CHAINHEAD}$ Transition}
\var{bh}\\~\\
{
{\begin{array}{c}
\var{pp} \\
\eta_c \\
\eta_\var{ph} \\
\end{array}}
Expand Down

0 comments on commit 7c07c27

Please sign in to comment.