-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLOCKDATA redesign #19
base: main
Are you sure you want to change the base?
Conversation
The lookup must land among the rows where CURRENT_CONFLATION = 1
The lookup must land among the rows where CURRENT_CONFLATION = 1
\item $\isGaslimit$ | ||
\item $\isChainid$ | ||
\end{enumerate} | ||
\end{multicols} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IS_BASEFEE
is missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, fixed.
\isGaslimit & \longleftrightarrow & \locIsGaslimit \\ | ||
\isChainid & \longleftrightarrow & \locIsChainid \\ | ||
\isBasefee & \longleftrightarrow & \locIsBasefee \\ | ||
\end{array} \right. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest to defined those as aliases of columns names using: https://www.notion.so/consensys/Naming-Conventions-55b293749c9a459eaef5c96d7f982267?pvs=4#91deab67ed894ae78b1311beb8380443.
\blockDataLo _{i} & = & \coinbase\low _{i} \\ | ||
\end{array} \right. | ||
\] | ||
\item[\underline{\underline{\inst{GASLIMIT} deviation lower bound:}}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be ?
\item[\underline{\underline{\inst{COINBASE} lower bound:}}]
Redesign of the
BLOCKDATA
moduleBLOCKGASLIMIT
to change in accordance with the yellow paper