Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredCorduan committed Oct 11, 2019
1 parent a10b58d commit 4a0ff84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shelley/chain-and-ledger/formal-spec/chain.tex
Expand Up @@ -830,7 +830,7 @@ \subsection{Operational Certificate Transition}
\item If the KES period is less than the KES period start in the certificate,
there is a \emph{KESBeforeStart} failure.
\item If the KES period is greater than or equal to the KES period end (start +
90) in the certificate, there is a \emph{KESAfterEnd} failure.
$\MaxKESEvo$) in the certificate, there is a \emph{KESAfterEnd} failure.
\item If the period counter in the original key hash counter mapping is larger
than the period number in the certificate, there is a \emph{KESPeriodWrong}
failure.
Expand Down
5 changes: 4 additions & 1 deletion shelley/chain-and-ledger/formal-spec/protocol-parameters.tex
Expand Up @@ -20,6 +20,9 @@ \section{Protocol Parameters}
The constants $\SlotsPrior$ and $\StartRewards$ concern the chain stability.
The maximum number of time a KES key can be evolved before a pool operator
must create a new operational certificate is given by $\MaxKESEvo$.
\textbf{Note that if } $\MaxKESEvo$
\textbf{is changed, the KES signature format may have to change as well.}

Finally, $\Quorum$ determines the quorum amount needed for votes on the
protocol parameter updates and the application version updates.

Expand Down Expand Up @@ -135,7 +138,7 @@ \section{Protocol Parameters}
\SlotsPerKESPeriod & \N & \text{slots per KES period} \\
\SlotsPrior & \Duration & \tau\text{ in \cite{ouroboros_praos}}\\
\StartRewards & \Duration & \text{duration to start reward calculations}\\
\MaxKESEvo & \N & \text{duration to start reward calculations}\\
\MaxKESEvo & \N & \text{maximum KES key evolutions}\\
\Quorum & \N & \text{quorum for update system votes}\\
\end{array}
\end{equation*}
Expand Down
2 changes: 1 addition & 1 deletion shelley/chain-and-ledger/formal-spec/utxo.tex
Expand Up @@ -659,7 +659,7 @@ \subsection{Witnesses}
\\
\left\{
c\in\txcerts{tx}~\cap\DCertMir
\right\} \neq\emptyset \implies \vert genSig\vert \geq 5 \wedge
\right\} \neq\emptyset \implies \vert genSig\vert \geq \Quorum \wedge
\fun{d}~\var{pp} > 0
\\~\\
{
Expand Down

0 comments on commit 4a0ff84

Please sign in to comment.