Skip to content

Commit 27947d7

Browse files
committed
Fix up extrinsics after a refactor
1 parent 70a8188 commit 27947d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

text/reporting_assurance.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ \subsection{Guarantor Assignments}\label{sec:coresandvalidators}
184184

185185
\subsection{Work Report Guarantees}\label{sec:workreportguarantees}
186186

187-
We begin by defining the guarantees extrinsic, $\xtguarantees$, a series of \emph{guarantees}, at most one for each core, each of which is a tuple of a core index, \emph{work-report}, a credential $a$ and its corresponding timeslot $t$. The core index of each guarantee must be unique and guarantees must be in ascending order of this. Formally:
187+
We begin by defining the guarantees extrinsic, $\xtguarantees$, a series of \emph{guarantees}, at most one for each core, each of which is a tuple of a \emph{work-report}, a credential $a$ and its corresponding timeslot $t$. The core index of each guarantee must be unique and guarantees must be in ascending order of this. Formally:
188188
\begin{align}\label{eq:guaranteesextrinsic}
189189
\xtguarantees &\in \seq{\tuple{
190190
w \in \mathbb{W},\, t \in \N_T,\, a \in \seq{\tuple{\N_V, \mathbb{E}}}_{2:3}

text/serialization.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ \subsection{Block Serialization}
127127
\var{[(r, a, [(v, \se_2(i), s) \mid (v, i, s) \orderedin \mathbf{v}]) \mid (r, a, \mathbf{v}) \orderedin \mathbf{j}]}, \var{\mathbf{c}}, \var{\mathbf{f}},\ \\
128128
&\var{[\tup{s, \var{p}} \mid \tup{s, p} \orderedin \xtpreimages]},\
129129
\var{\xtassurances},\
130-
\var{[\tup{c, w, \var{a}} \mid \tup{c, w, a} \orderedin \xtguarantees]}
130+
\var{[\tup{w, \se_4(t), \var{a}} \mid \tup{w, t, a} \orderedin \xtguarantees]}
131131
\end{aligned}\;\right\rparen \\
132132
\nonumber &\quad \where \xtdisputes \equiv (\mathbf{j}, \mathbf{c}, \mathbf{f}) \\
133133
\se(\mathbf{H}) &= \se_U(\mathbf{H})\concat\se(\mathbf{H}_s) \\

0 commit comments

Comments
 (0)