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: Integrate tracers and implement circuits tracer in vm2 #2653

Merged
merged 68 commits into from
Sep 4, 2024

Commits on Aug 13, 2024

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

Commits on Aug 14, 2024

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

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    bb97637 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c2c4c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    4e195f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cb67fc View commit details
    Browse the repository at this point in the history
  3. reset to main

    montekki committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a9e9893 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1591b7b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. newer interface

    montekki committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    86fd8de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    097fd1a View commit details
    Browse the repository at this point in the history
  3. per opcode statistics

    montekki committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    236ab63 View commit details
    Browse the repository at this point in the history
  4. update vm2 ref

    joonazan committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2c35dd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e491ca0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5da39a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. bump vm2 to segfault fix

    montekki committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    214b97a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f56ca44 View commit details
    Browse the repository at this point in the history
  3. count precompile cycles

    montekki committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5c64fe7 View commit details
    Browse the repository at this point in the history
  4. code decommitter stats

    montekki committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3c7aaea View commit details
    Browse the repository at this point in the history
  5. updates to newest vm2 code

    montekki committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    cd4e4cd View commit details
    Browse the repository at this point in the history
  6. storage stats

    montekki committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    66a02a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a565b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. fix clippy

    montekki committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    adad0e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd708cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8198784 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. integrate newer changes

    montekki committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ad3613c View commit details
    Browse the repository at this point in the history
  2. fix clippy

    montekki committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    57ea5d0 View commit details
    Browse the repository at this point in the history
  3. increase timeout

    montekki committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    746a788 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    dde82ed View commit details
    Browse the repository at this point in the history
  2. Revert "reduce the tracer to just increment one number"

    This reverts commit 8198784.
    montekki committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    716ea2e View commit details
    Browse the repository at this point in the history
  3. fix secpverify counter

    montekki committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    921b007 View commit details
    Browse the repository at this point in the history
  4. rollback contracts config

    montekki committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7c5afb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2061a44 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    374ae7e View commit details
    Browse the repository at this point in the history
  2. update vm2

    joonazan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b66876f View commit details
    Browse the repository at this point in the history
  3. remove debug print

    joonazan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    feef33d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. use gas

    montekki committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7bc28a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1133e84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6da030e View commit details
    Browse the repository at this point in the history
  4. resolve warning

    montekki committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6000bf8 View commit details
    Browse the repository at this point in the history
  5. bring back debug derives

    montekki committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7e61fe1 View commit details
    Browse the repository at this point in the history
  6. restore prover cargo.lock

    montekki committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    08c608b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce5c5fb View commit details
    Browse the repository at this point in the history
  8. update vm2 dep

    joonazan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fccc292 View commit details
    Browse the repository at this point in the history
  9. update prover lockfile

    joonazan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    043cdec View commit details
    Browse the repository at this point in the history
  10. try rebased dep

    joonazan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3d80346 View commit details
    Browse the repository at this point in the history
  11. update prover deps

    joonazan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d63190f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. once again bump dep

    joonazan committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c40bd44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5599280 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b90aa5 View commit details
    Browse the repository at this point in the history
  4. don't compare cycle counts

    joonazan committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    763c7ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f24763 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e472c37 View commit details
    Browse the repository at this point in the history
  7. try not fixing bug

    joonazan committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fbd7396 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4ceb34 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. don't count decommits

    joonazan committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    28b0f12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d7a16d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25ddc89 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. integrate

    joonazan committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    066cbda View commit details
    Browse the repository at this point in the history
  2. point at vm2 master

    joonazan committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4d73bc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f19fa75 View commit details
    Browse the repository at this point in the history
  4. fix formatting

    joonazan committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5d15f06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c20371 View commit details
    Browse the repository at this point in the history
  6. import constants

    joonazan committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    64d8fc5 View commit details
    Browse the repository at this point in the history
  7. remove partialeq

    joonazan committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8b5992b View commit details
    Browse the repository at this point in the history
  8. clean up test contract

    joonazan committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2cc74ff View commit details
    Browse the repository at this point in the history
  9. reduce visibility of CT

    joonazan committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    36a222f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ba28d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2a7c41f View commit details
    Browse the repository at this point in the history