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

fix: vm.etch() leaves storage uninitialized #363

Merged
merged 4 commits into from
Sep 17, 2024
Merged

Commits on Sep 17, 2024

  1. fix: vm.etch() leaves storage uninitialized

    this means that running etch'ed bytecode that reads from storage can result in KeyErrors from ex.storage
    
    fixes #362
    karmacoma-eth committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f325530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55fba55 View commit details
    Browse the repository at this point in the history
  3. ignore extra venvs

    karmacoma-eth committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6e8f97c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dc60fc View commit details
    Browse the repository at this point in the history