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

ZK Server Integration #254

Merged
merged 35 commits into from
Sep 4, 2024
Merged

Commits on Aug 22, 2024

  1. Bootloader trait

    MarcosNicolau committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c2c6cd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f097401 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5a4b3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff82b18 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    24ef9c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bddb9b View commit details
    Browse the repository at this point in the history
  3. zk fmt

    MarcosNicolau committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6803dc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0334465 View commit details
    Browse the repository at this point in the history
  5. Implement refund tracer

    MarcosNicolau committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d72b6fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    149bb70 View commit details
    Browse the repository at this point in the history
  7. Implement result tracer

    MarcosNicolau committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e0a1890 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5010795 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fe31ef9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69796c7 View commit details
    Browse the repository at this point in the history
  11. Add after_vm function to VmTrait

    This is to allow any tracer to stop execution
    MarcosNicolau committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    43604eb View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    8abf5c7 View commit details
    Browse the repository at this point in the history
  2. Add precompiles tests

    MarcosNicolau committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    9b91063 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d94011 View commit details
    Browse the repository at this point in the history
  4. Add block_tip test

    MarcosNicolau committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    36752f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Remove result tracer and moved logic into vm run

    having the result handling in a tracer made the everything very obfuscating
    MarcosNicolau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    210d8ca View commit details
    Browse the repository at this point in the history
  2. General refactor

    MarcosNicolau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3683239 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    611dc84 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    172ccae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec31b9e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    de0eb52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a31ae3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    602af24 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    ef59fec View commit details
    Browse the repository at this point in the history
  2. Finish merge

    gianbelinche committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9773fe8 View commit details
    Browse the repository at this point in the history
  3. Make server compile

    gianbelinche committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    593c7ea View commit details
    Browse the repository at this point in the history
  4. Increase timeout

    gianbelinche committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0e0c257 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Adress PR comments

    gianbelinche committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    87dd05c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Merge pull request #253 from lambdaclass/era_vm_zk_server_and_tracers

    Add tracers to zk server
    gianbelinche committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ec01627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6be6d9 View commit details
    Browse the repository at this point in the history