Skip to content
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

Executor block by block #909

Merged
merged 39 commits into from
Aug 7, 2024
Merged

Executor block by block #909

merged 39 commits into from
Aug 7, 2024

Conversation

kstoykov
Copy link
Collaborator

@kstoykov kstoykov commented Aug 2, 2024

No description provided.

@cla-bot cla-bot bot added the cla-signed label Aug 2, 2024
@kstoykov kstoykov mentioned this pull request Aug 2, 2024
@kstoykov kstoykov requested a review from hexoscott August 2, 2024 12:36
@kstoykov kstoykov requested a review from revitteth August 2, 2024 12:36
@kstoykov kstoykov marked this pull request as ready for review August 2, 2024 15:04
Copy link
Collaborator

@hexoscott hexoscott left a comment

Choose a reason for hiding this comment

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

really nice and clean. Great work on chopping out a lot of the cruft from the original WIP branch and moving logic back into the legacy executor verifier code, far cleaner and makes a lot more sense having it there anyway.

I've left some comments for some bits that I didn't quite follow to open up the discussion. The part on handling the l1 info tree during unwinds is a hot one that we definitely want to nail down before merging, happy to help there if needed.

core/blockchain_zkevm.go Outdated Show resolved Hide resolved
zk/stages/stage_sequence_execute.go Outdated Show resolved Hide resolved
zk/stages/stage_sequence_execute_batch.go Show resolved Hide resolved
zk/stages/stage_sequence_execute_batch.go Show resolved Hide resolved
zk/stages/stage_sequence_execute_unwind.go Outdated Show resolved Hide resolved
Copy link
Collaborator

@hexoscott hexoscott left a comment

Choose a reason for hiding this comment

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

One small thing around the logging

kstoykov and others added 2 commits August 6, 2024 12:08
* l1infotree - highest seen + tiny refactor

* l1infotreeindexprogress

* remove useless param

* update how l1infotreeindexprogress is stored
@kstoykov kstoykov requested review from mandrigin and hexoscott August 7, 2024 12:27
Copy link

sonarqubecloud bot commented Aug 7, 2024

Copy link
Collaborator

@hexoscott hexoscott left a comment

Choose a reason for hiding this comment

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

looks good after reviewing the latest commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants