Commit 79f6578
authored
refactor(vm): Deduplicate code shared with legacy VM (#3477)
## What ❔
Deduplicates helper code shared between legacy and fast VMs.
## Why ❔
Less code is easier to maintain.
## Checklist
- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Code has been formatted via `zkstack dev fmt` and `zkstack dev
lint`.1 parent 293617a commit 79f6578
File tree
47 files changed
+222
-1420
lines changed- core/lib/multivm/src
- tracers/validator/vm_latest
- versions
- vm_fast
- bootloader_state
- vm_latest
- bootloader_state
- bootloader
- implementation
- old_vm
- tests
- tracers
- types
- internals
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+222
-1420
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
Lines changed: 0 additions & 78 deletions
This file was deleted.
Lines changed: 0 additions & 8 deletions
This file was deleted.
0 commit comments