Skip to content

Commit

Permalink
typo on GT Constant (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
danicuki authored Jan 17, 2025
1 parent 225f863 commit 25606dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/definitions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ \subsubsection{Constants}
\item[$\mathsf{G}_A = 10,000,000$] The gas allocated to invoke a work-report's Accumulation logic.
\item[$\mathsf{G}_I = 50,000,000$] The gas allocated to invoke a work-package's Is-Authorized logic.
\item[$\mathsf{G}_R = 5,000,000,000$] The gas allocated to invoke a work-package's Refine logic.
\item[$\mathsf{G}_T = 3_500,000,000$] The total gas allocated across for all Accumulation. Should be no smaller than $\mathsf{G}_A\cdot\mathsf{C} + \sum_{g \in \mathcal{V}(\chi_\mathbf{g})}(g)$.
\item[$\mathsf{G}_T = 3,500,000,000$] The total gas allocated across for all Accumulation. Should be no smaller than $\mathsf{G}_A\cdot\mathsf{C} + \sum_{g \in \mathcal{V}(\chi_\mathbf{g})}(g)$.
\item[$\mathsf{H} = 8$] The size of recent history, in blocks.
\item[$\mathsf{I} = 4$] The maximum amount of work items in a package.
\item[$\mathsf{J} = 8$] The maximum sum of dependency items in a work-report.
Expand Down

0 comments on commit 25606dc

Please sign in to comment.