Skip to content

Commit 973ca32

Browse files
committed
Remove old stuff about psi_k
1 parent 5efa727 commit 973ca32

3 files changed

Lines changed: 9 additions & 18 deletions

File tree

graypaper.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
\color{white}
55

66
%\pagecolor{white}
7-
\AddToShipoutPicture{
8-
\checkoddpage
9-
\ifoddpage
10-
\put(-1 mm,0){\includegraphics[width=\paperwidth,height=\paperheight]{assets/grayr.png}}
11-
\else
12-
\put(-1 mm,0){\includegraphics[width=\paperwidth,height=\paperheight]{assets/grayl.png}}
13-
\fi
14-
}
7+
%\AddToShipoutPicture{
8+
% \checkoddpage
9+
% \ifoddpage
10+
% \put(-1 mm,0){\includegraphics[width=\paperwidth,height=\paperheight]{assets/grayr.png}}
11+
% \else
12+
% \put(-1 mm,0){\includegraphics[width=\paperwidth,height=\paperheight]{assets/grayl.png}}
13+
%\fi
14+
%}
1515

1616
\begin{document}
1717

text/judgements.tex

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,7 @@ \subsection{State}
1717
\psi \equiv \tup{\psi_\mathbf{a}, \psi_\mathbf{b}, \psi_\mathbf{p}, \psi_\mathbf{k}}
1818
\end{equation}
1919

20-
We store the last epoch's validator set in $\psi_\mathbf{k}$:
21-
\begin{equation}
22-
\psi'_\mathbf{k} = \begin{cases}
23-
\kappa &\when \displaystyle\ffrac{\tau'}{\mathsf{E}} \ne \ffrac{\tau}{\mathsf{E}}\\
24-
\psi_\mathbf{k} &\otherwise
25-
\end{cases}
26-
\end{equation}
27-
28-
\subsection{Extrinsic}
20+
`\subsection{Extrinsic}
2921

3022
The judgements extrinsic, $\mathbf{E}_J$ may contain one or more judgements as a compilation of signatures coming from exactly two-thirds plus one of either the active validator set (\ie the Ed25519 keys of $\kappa$) or the previous epoch's validator set (\ie the keys of $\psi_\mathbf{k}$):
3123
\begin{equation}

text/safrole.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ \subsection{Key Rotation}\label{sec:keyrotation}
103103
\end{aligned}
104104
\end{equation}
105105

106-
107106
Note that the posterior active validator key set $\kappa'$ is defined such that keys belonging to the historical judgement punish set $\psi'_\mathbf{p}$ are replaced with a null key containing only zeroes. The origin of this punish set is explained in section \ref{sec:judgements}.
108107

109108

0 commit comments

Comments
 (0)