Skip to content

Commit

Permalink
test(vm): Add tests for EVM emulator – multivm (#3045)
Browse files Browse the repository at this point in the history
## What ❔

Adds unit tests for the `multivm` crate testing a mock EVM emulator.

## Why ❔

Ensures that EVM emulation will work as expected.

## 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 `zk_supervisor fmt` and `zk_supervisor
lint`.
  • Loading branch information
slowli authored Oct 11, 2024
1 parent 9b0a606 commit 87654dc
Show file tree
Hide file tree
Showing 6 changed files with 602 additions and 18 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions core/lib/multivm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ ethabi.workspace = true
[dev-dependencies]
assert_matches.workspace = true
pretty_assertions.workspace = true
test-casing.workspace = true
zksync_test_account.workspace = true
zksync_eth_signer.workspace = true
Loading

0 comments on commit 87654dc

Please sign in to comment.