Skip to content

Commit d366a91

Browse files
committed
Add security-group parameters to figure
1 parent fd72f78 commit d366a91

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/Ledger/PParams.lagda

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ record PParams : Type where
150150
drepActivity : Epoch
151151
\end{code}
152152
\end{AgdaMultiCode}
153+
\emph{Security group}
154+
155+
\maxBlockSize{} \maxTxSize{} \maxHeaderSize{} \maxValSize{}
156+
\maxBlockExUnits{} \AgdaField{a}{} \AgdaField{b}{}
157+
\minFeeRefScriptCoinsPerByte{} \coinsPerUTxOByte{} \govActionDeposit{}
153158
\caption{Protocol parameter definitions}
154159
\label{fig:protocol-parameter-declarations}
155160
\end{figure*}

src/latex/agda-latex-macros.sty

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
\newcommand{\ccThreshold}{\AgdaFunction{ccThreshold}\xspace}
183183
\newcommand{\cc}{\AgdaField{cc}\xspace}
184184
\newcommand{\coinThreshold}{\AgdaFunction{coinThreshold}\xspace}
185+
\newcommand{\coinsPerUTxOByte}{\AgdaField{coinsPerUTxOByte}\xspace}
185186
\newcommand{\commaENACTrightBoldParen}{\AgdaDatatype{,ENACT⦈}\xspace}
186187
\newcommand{\compute}{\AgdaField{compute}\xspace}
187188
\newcommand{\constMap}{\AgdaFunction{constMap}\xspace}
@@ -347,11 +348,17 @@
347348
\newcommand{\mapWithKey}{\AgdaFunction{mapWithKey}\xspace}
348349
\newcommand{\mapsubtwo}{\AgdaFunction{map₂}\xspace}
349350
\newcommand{\maximum}{\AgdaFunction{maximum}\xspace}
351+
\newcommand{\maxBlockSize}{\AgdaField{maxBlockSize}\xspace}
352+
\newcommand{\maxBlockExUnits}{\AgdaField{maxBlockExUnits}\xspace}
353+
\newcommand{\maxHeaderSize}{\AgdaField{maxHeaderSize}\xspace}
350354
\newcommand{\maxRefScriptPerTx}{\AgdaField{maxRefScriptPerTx}\xspace}
351355
\newcommand{\maxRefScriptPerBlock}{\AgdaField{maxRefScriptPerBlock}\xspace}
356+
\newcommand{\maxTxSize}{\AgdaField{maxTxSize}\xspace}
357+
\newcommand{\maxValSize}{\AgdaField{maxValSize}\xspace}
352358
\newcommand{\maybe}{\AgdaFunction{maybe}\xspace}
353359
\newcommand{\maybeprime}{\AgdaFunction{maybe′}\xspace}
354360
\newcommand{\meetsMinAVS}{\AgdaFunction{meetsMinAVS}\xspace}
361+
\newcommand{\minFeeRefScriptCoinsPerByte}{\AgdaField{minFeeRefScriptCoinsPerByte}\xspace}
355362
\newcommand{\minimumAVS}{\AgdaField{minimumAVS}\xspace}
356363
\newcommand{\ccMinSize}{\AgdaField{ccMinSize}\xspace}
357364
\newcommand{\mleqmplusn}{\AgdaFunction{m≤m+n}\xspace}

0 commit comments

Comments
 (0)