-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vm): Extract batch executor to separate crate (#2702)
## What ❔ - Extracts batch executor from `zksync_state_keeper` into a separate crate, `zksync_vm_executor`. Places batch executor interfaces in `zksync_vm_interface`. - Moves `zksync_vm_utils` remains to this crate, too. - Removes dependency on the `zksync_state_keeper` in the VM runner. ## Why ❔ Improves encapsulation and versatility (e.g., when using custom VMs). ## Checklist - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [x] Code has been formatted via `zk fmt` and `zk lint`.
- Loading branch information
Showing
56 changed files
with
1,051 additions
and
1,035 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.