-
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.
refactor(vm): move vm types to interface level (#251)
# What ❔ Use common types for vm_latest and vm_with_virtual blocks ## Why ❔ We are slightly moving forward to interface unification and now these types allows us to make less transformation ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [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`. --------- Signed-off-by: Danil <[email protected]>
- Loading branch information
1 parent
650124c
commit 885ced6
Showing
160 changed files
with
477 additions
and
1,812 deletions.
There are no files selected for viewing
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
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
33 changes: 0 additions & 33 deletions
33
core/lib/multivm/src/glue/types/vm/bytecompression_result.rs
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
core/lib/multivm/src/glue/types/vm/current_execution_state.rs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,7 @@ | ||
mod block_context_mode; | ||
mod bytecompression_result; | ||
mod current_execution_state; | ||
mod execution_result; | ||
mod halt; | ||
mod l1_batch; | ||
mod l2_block; | ||
mod refunds; | ||
mod system_env; | ||
mod tx_execution_mode; | ||
mod tx_revert_reason; | ||
mod vm_block_result; | ||
mod vm_execution_mode; | ||
mod vm_execution_result; | ||
mod vm_execution_result_and_logs; | ||
mod vm_execution_statistics; | ||
mod vm_memory_metrics; | ||
mod vm_partial_execution_result; | ||
mod vm_revert_reason; | ||
mod vm_tx_execution_result; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Oops, something went wrong.