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(vm): Prestate tracer implementation #1306

Merged
merged 54 commits into from
Mar 20, 2024

Commits on Feb 27, 2024

  1. prestate tracer

    Jrigada committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1acf89e View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    746ebfe View commit details
    Browse the repository at this point in the history
  2. `Merge branch 'main' of https://github.com/Jrigada/zksync-era into fe…

    …at-jrigada-prestate-tracer-implementation
    Jrigada committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    73905d3 View commit details
    Browse the repository at this point in the history
  3. zk fmt

    Jrigada committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1579b6b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. zk spell

    Jrigada committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7fa2b0d View commit details
    Browse the repository at this point in the history
  2. missing docs

    Jrigada committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f65bd70 View commit details
    Browse the repository at this point in the history
  3. linter

    Jrigada committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    915a7d7 View commit details
    Browse the repository at this point in the history
  4. remove unused imports

    Jrigada committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    669b66a View commit details
    Browse the repository at this point in the history
  5. fmt

    Jrigada committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5e26988 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1ede97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    956a750 View commit details
    Browse the repository at this point in the history
  8. linter

    Jrigada committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    67ac0b3 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feat-jrigada-prestate-tracer-implementation' of github.…

    …com:matter-labs/zksync-era into feat-jrigada-prestate-tracer-implementation
    Jrigada committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1903948 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a470b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    ab094ce View commit details
    Browse the repository at this point in the history
  2. move to before_execution

    Jrigada committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    227c5ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ac9f0c View commit details
    Browse the repository at this point in the history
  4. linter

    Jrigada committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    55b4c4b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat-jrigada-prestate-tracer-implementation' of github.…

    …com:matter-labs/zksync-era into feat-jrigada-prestate-tracer-implementation
    Jrigada committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2bbd935 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    618accb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c28403 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbc5430 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    55b6a26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fc5d60 View commit details
    Browse the repository at this point in the history
  3. spellcheck

    Jrigada committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f6e9ac7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat-jrigada-prestate-tracer-implementation' of github.…

    …com:matter-labs/zksync-era into feat-jrigada-prestate-tracer-implementation
    Jrigada committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    06875cb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. fix intermediate variables

    Jrigada committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6424eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfb22f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    555a09d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    bd8cbfd View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. previous vm integration

    Jrigada committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    dc7e356 View commit details
    Browse the repository at this point in the history
  2. previous vm integration

    Jrigada committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3ce1fef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a94ecf View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    f4d8cdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d1c382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15a6574 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    2360e66 View commit details
    Browse the repository at this point in the history
  2. storageAccess trait

    Jrigada committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d96c470 View commit details
    Browse the repository at this point in the history
  3. remove unused imports

    Jrigada committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5a176f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17dd2fb View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    5283f64 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat-jrigada-prestate-tracer-implementation' of github.…

    …com:matter-labs/zksync-era into feat-jrigada-prestate-tracer-implementation
    Jrigada committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    aaa4fcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ff7c09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    801f3d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    4346de0 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    1094d91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39dc18c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    68ecfe4 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. remove initial_values

    Jrigada committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ec4c40e View commit details
    Browse the repository at this point in the history
  2. remove initial_values

    Jrigada committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0b3033c View commit details
    Browse the repository at this point in the history
  3. remove initial_values

    Jrigada committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f5ce49b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0fee57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce9eb75 View commit details
    Browse the repository at this point in the history
  6. remove collect vec

    Jrigada committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7d8792a View commit details
    Browse the repository at this point in the history