Skip to content
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

Zksync-era basic tests integration #191

Closed
wants to merge 5 commits into from
Closed

Conversation

MarcosNicolau
Copy link
Contributor

This pr adds necessary changes in the vm structure to start testing it on zksync-era. For testing the vm on zksync-era, see this pr.

@MarcosNicolau
Copy link
Contributor Author

Before merging this pr, we first need to wait for pr #197, since that would require more changes to the integration.

@MarcosNicolau MarcosNicolau marked this pull request as draft August 15, 2024 14:47
Comment on lines +55 to +57
fn hash_map(&self) -> Result<HashMap<U256, Vec<U256>>, StorageError> {
Ok(self.contract_storage.clone())
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I understand the reason for this change.

@juan518munoz
Copy link
Contributor

Replaced by #201

@MarcosNicolau MarcosNicolau deleted the zksync-era-tests branch August 16, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants