Skip to content

Conversation

@DavePearce
Copy link
Collaborator

This removes the need to build distinct zkevm.bin files for different chains (e.g. linea vs ethereum vs old linea). Specifically, the GAS_LIMIT_MAXIMUM and GAS_LIMIT_MINIMUM are converted into externalised constants. This means they can be assigned different values by go-corset when checking.

This removes the need to build distinct zkevm.bin files for different
chains (e.g. linea vs ethereum vs old linea).  Specifically, the
GAS_LIMIT_MAXIMUM and GAS_LIMIT_MINIMUM are converted into externalised
constants.  This means they can be assigned different values by
go-corset when checking.
@DavePearce DavePearce linked an issue Mar 11, 2025 that may be closed by this pull request
Copy link
Collaborator

@letypequividelespoubelles letypequividelespoubelles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

$(wildcard blockdata/processing/gaslimit/common.lisp) \
$(wildcard blockdata/processing/gaslimit/ethereum.lisp) \
$(wildcard blockdata/lookups/*.lisp)
BLOCKDATA := $(wildcard blockdata/*.lisp) \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't it be just := blockdata ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, merged before I saw this. Yes, I guess it could be. Feel free to change that when you're next updating the repo!!

@DavePearce DavePearce merged commit 4e4dd37 into master Mar 11, 2025
3 checks passed
@DavePearce DavePearce deleted the 614-feat-utilise-parameterised-zkevmbin branch March 11, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: utilise parameterised zkevm.bin

3 participants