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

feat: Refactor vm calls #223

Merged
merged 16 commits into from
Jan 11, 2024
Merged

feat: Refactor vm calls #223

merged 16 commits into from
Jan 11, 2024

Conversation

Jrigada
Copy link
Contributor

@Jrigada Jrigada commented Jan 8, 2024

What 💻

  • First thing updated with this PR
  • Second thing updated with this PR
  • Third thing updated with this PR

Why ✋

  • Reason why first thing was added to PR
  • Reason why second thing was added to PR
  • Reason why third thing was added to PR

Evidence 📷

Include screenshots, screen recordings, or console output here demonstrating that your changes work as intended

@Jrigada Jrigada marked this pull request as ready for review January 11, 2024 08:40
crates/zkforge/src/runner.rs Outdated Show resolved Hide resolved
.insert_account_storage(
Address::from_slice(&ACCOUNT_CODE_STORAGE_ADDRESS.0),
U256::from_be_slice(
&hex::decode(format!(
Copy link
Collaborator

Choose a reason for hiding this comment

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

we have address_to_h256 in zksync_utils

Copy link
Collaborator

Choose a reason for hiding this comment

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

This is a different alloy_primitive::Address

crates/zkforge/src/runner.rs Outdated Show resolved Hide resolved
crates/zkforge/src/runner.rs Outdated Show resolved Hide resolved
crates/zkforge/src/runner.rs Outdated Show resolved Hide resolved
@nbaztec nbaztec merged commit eb2ae26 into main Jan 11, 2024
10 checks passed
@nbaztec nbaztec deleted the feat-jr-refactor-vm-calls branch January 11, 2024 13:33
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.

None yet

3 participants