-
Notifications
You must be signed in to change notification settings - Fork 5
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
Implementation of the HUB
/ MXP
interface bug fix
#468
Implementation of the HUB
/ MXP
interface bug fix
#468
Conversation
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.
There was also a change made to the way we compute T4MTNTOP
.
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.
LGTM
HUB
/ MXP
interface bug fix
mxp/columns.lisp
Outdated
@@ -42,6 +42,13 @@ | |||
(LIN_COST :i64) | |||
(GAS_MXP :i64) | |||
(EXPANDS :binary@prove) | |||
(MTNTOP :binary@prove)) | |||
(T4MTNTOP :binary@prove) |
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.
There's a typo here.
Implements the following spec PR https://github.com/Consensys/linea-specification-internal/pull/685