-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zk server compatibility #221
Merged
Merged
Changes from 55 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
5de8afb
Derive partial-eq for VmState
MarcosNicolau 59470a7
Add initial gas param for VmState new
MarcosNicolau 26c2b18
Update era-compiler-tester branch
MarcosNicolau e5cb98b
fix test bytecode_publishing
juan518munoz f0dce41
Store changes for get_used_contracts tests
MarcosNicolau c862649
adapt to zksync-era tests
juan518munoz bbac76d
Remove hash_map from Storage trait
MarcosNicolau 5ca9edf
Fix increment_tx_number not cleaning transient_storage
MarcosNicolau 01c6eb6
Fix decommit opcode
MarcosNicolau be5024f
Various far_call fixes
MarcosNicolau cdfcd92
Add stipend param to frame and decrease it in panics and reverts
MarcosNicolau 5be7e35
Add no refund storage_read for far_call decommit_code_hash
MarcosNicolau 29c184a
Remove rollbacks from main context
MarcosNicolau 679d38d
Reimplement vec snapshots
MarcosNicolau 1c9a4b2
Add external snapshot(whole vm)
MarcosNicolau f6f2829
Add storage cache and util functio to get storage changes from initial
MarcosNicolau 8747004
Refactor state pub fields
MarcosNicolau 2a28162
Add new function to get storage changes from snapshot or initial
MarcosNicolau 6509f4a
Merge branch 'main' into zksync-era-integration-tests
MarcosNicolau 41db1b5
Update zksync-era submodule
MarcosNicolau fe7a666
Update era-compiler-tester submodule
MarcosNicolau 18c5199
Address clippy warnings
MarcosNicolau 897eb16
More clippy warnings
MarcosNicolau 4efc066
Update zksync-era submodule
MarcosNicolau b512b31
ci: add submodule step for era
fkrause98 a5700ea
Address review comments
MarcosNicolau c30ea73
Add cache to storage_read
MarcosNicolau cd451dd
Update zksync-era submodule
MarcosNicolau d0c59af
Add full tracers implementation
MarcosNicolau 855d043
Refactor how the vm handles tracers
MarcosNicolau 439f68e
Update era-compiler-tester submodule
MarcosNicolau e5ab604
Update zksync-era submodule
MarcosNicolau 6d1682e
Address clippy warnings
MarcosNicolau 0cc8684
Add default function in Tracer trait
MarcosNicolau 081d615
Address clippy warnings
MarcosNicolau ee97d09
Address review comments
MarcosNicolau 5baf370
Add docs to state
MarcosNicolau 75434eb
Address review comments
MarcosNicolau 66d412c
Remove optional from run with tracers
MarcosNicolau 291e4c1
Update era-compiler-tester submodule
MarcosNicolau 02e8a90
Update era-compiler-tester submodule
MarcosNicolau ed3784c
Address clippy warnings
MarcosNicolau aea62fe
Fix storage_read
MarcosNicolau e6b1c19
Merge remote-tracking branch 'origin' into zksync-era-integration-tests
MarcosNicolau 0385534
Merge branch 'zksync-era-tests' into implement-tracers
MarcosNicolau caad06d
Merge branch 'zksync-era-integration-tests' into implement-tracers
MarcosNicolau c06ce65
Merge branch 'main' into implement-tracers
MarcosNicolau fc2855a
Implement statistics (#213)
MarcosNicolau c36cf47
Merge branch 'main' into implement-tracers
MarcosNicolau 5de6b4d
Update zksync-era submodule
MarcosNicolau adc3c0e
Move storage param to vm run
MarcosNicolau c1ab599
Merge branch 'main' into zk_server_compatibility
gianbelinche 05c6bb9
Update zksync era submodule
gianbelinche beb8ef0
Update compiler tester submodule
gianbelinche 264c0d0
Lint
gianbelinche d9f581f
Remove print
gianbelinche 1e6167a
Update zksync era submodule
gianbelinche 2a213dc
Add heap size optimization
gianbelinche a44f3b8
Update submodules
gianbelinche c4dab0e
Address comments
gianbelinche File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Submodule era-compiler-tester
updated
1 files
+6 −4 | compiler_tester/src/vm/eravm/lambda_vm_adapter.rs |
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo here