Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vm): Support EVM emulation in fast VM (#3163)
## What ❔ Supports EVM emulation if it is signaled via `SystemEnv`. ## Why ❔ Fast VM should have feature parity with the legacy VM. ## 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. - [x] Documentation comments have been added / updated. - [x] Code has been formatted via `zkstack dev fmt` and `zkstack dev lint`.
- Loading branch information