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

opt: add another bytecode circuit to improve super circuit capacity #1368

Merged
merged 108 commits into from
Sep 6, 2024

Commits on Jul 18, 2024

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

    DreamWuGit committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3ff9f7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    711e652 View commit details
    Browse the repository at this point in the history
  4. update some opcodes

    DreamWuGit committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8ec42a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. modify assign_exec_step

    DreamWuGit committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d6e3cd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54a3168 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40df3d9 View commit details
    Browse the repository at this point in the history
  4. update opcodes

    DreamWuGit committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5315786 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59b93d2 View commit details
    Browse the repository at this point in the history
  6. update jumpi

    DreamWuGit committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f9e1b4f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. fix jumpi

    DreamWuGit committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    87297de View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    299dac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eecb14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a27e41e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    b1fa3cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5807ed0 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    ce03dee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    603ed4e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. sync to develop branch

    DreamWuGit committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    12700e6 View commit details
    Browse the repository at this point in the history
  2. revert CopyEvent change

    DreamWuGit committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c301908 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb6c9c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    1ee185e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5613f90 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

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

Commits on Jul 28, 2024

  1. add feature: dual_bytecode

    DreamWuGit committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    cd2b8e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. updates per feature

    DreamWuGit committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8551505 View commit details
    Browse the repository at this point in the history
  2. fix feature related

    DreamWuGit committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ad82e06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecb3ae8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    5194bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32d000e View commit details
    Browse the repository at this point in the history
  3. remove comment

    DreamWuGit committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    51790f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddd4ca7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8098a48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83da72b View commit details
    Browse the repository at this point in the history
  7. fix types

    DreamWuGit committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    db71f72 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. fix copy circuit test

    DreamWuGit committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7f6b2d7 View commit details
    Browse the repository at this point in the history
  2. fix copytable lookup

    DreamWuGit committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e3799b4 View commit details
    Browse the repository at this point in the history
  3. add feature control

    DreamWuGit committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d2abb7f View commit details
    Browse the repository at this point in the history
  4. update err msg

    DreamWuGit committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    028a273 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d497f60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e93155 View commit details
    Browse the repository at this point in the history
  7. update common error gadget

    DreamWuGit committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    03fc234 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    900c336 View commit details
    Browse the repository at this point in the history
  2. update invalidjumpi

    DreamWuGit committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e2f4db5 View commit details
    Browse the repository at this point in the history
  3. fix CommonErrorGadget

    DreamWuGit committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f5ef8ca View commit details
    Browse the repository at this point in the history
  4. update create/return

    DreamWuGit committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    efd85b2 View commit details
    Browse the repository at this point in the history
  5. misc updates

    DreamWuGit committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8dcf14e View commit details
    Browse the repository at this point in the history
  6. temp fix error jump

    DreamWuGit committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c75e748 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. mark feature

    DreamWuGit committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    63d0475 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7f490e View commit details
    Browse the repository at this point in the history
  3. fix return_data test

    DreamWuGit committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    acac805 View commit details
    Browse the repository at this point in the history
  4. add missing feature

    DreamWuGit committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cfbfe3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b039eee View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

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

Commits on Aug 5, 2024

  1. revise lookup_opcode

    DreamWuGit committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    caad244 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da3ace2 View commit details
    Browse the repository at this point in the history
  3. remove feature on err msg

    DreamWuGit committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    73298d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. clean up debug info

    DreamWuGit committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a36461a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3e937c View commit details
    Browse the repository at this point in the history
  3. fix type

    DreamWuGit committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3e69657 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2a35a2 View commit details
    Browse the repository at this point in the history
  5. fix default build

    DreamWuGit committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5eaf47d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. use BytecodeLengthGadget

    DreamWuGit committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ce6b463 View commit details
    Browse the repository at this point in the history
  2. add feature

    DreamWuGit committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    573b86b View commit details
    Browse the repository at this point in the history
  3. use lookup_opcode

    DreamWuGit committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8749437 View commit details
    Browse the repository at this point in the history
  4. remvoe is_code parameter

    DreamWuGit committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a3a88de View commit details
    Browse the repository at this point in the history
  5. remove outdated

    DreamWuGit committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    068a312 View commit details
    Browse the repository at this point in the history
  6. update comment

    DreamWuGit committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    cdb9221 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    933df22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0619b79 View commit details
    Browse the repository at this point in the history
  3. fix clippy

    DreamWuGit committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    fb46b88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    121a5aa View commit details
    Browse the repository at this point in the history
  5. update helper names

    DreamWuGit committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e15a29e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    3dbd977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    588420e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d9bc91 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    60fb665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa3e1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d61401a View commit details
    Browse the repository at this point in the history
  4. fix bytecode_map

    DreamWuGit committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2294656 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e0e532 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. remove some feature cfg

    DreamWuGit committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3508e3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9191c93 View commit details
    Browse the repository at this point in the history
  3. fix clippy

    DreamWuGit committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a2fd554 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d67f4a View commit details
    Browse the repository at this point in the history
  5. fix fmt

    DreamWuGit committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    cb32403 View commit details
    Browse the repository at this point in the history
  6. remove wrong constraint

    DreamWuGit committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1295da5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    169e6c7 View commit details
    Browse the repository at this point in the history
  2. fix failures

    DreamWuGit committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    09c16c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

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

Commits on Aug 23, 2024

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

Commits on Aug 26, 2024

  1. add rows_required helper

    DreamWuGit committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e2312de View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    5fefdcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    922665b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae26cba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0054cf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    8352d77 View commit details
    Browse the repository at this point in the history
  2. revise comment

    DreamWuGit committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e71abd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ee6d59 View commit details
    Browse the repository at this point in the history
  4. replace log::error

    DreamWuGit committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b7a52fe View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    0786aca View commit details
    Browse the repository at this point in the history
  2. minor updates

    DreamWuGit committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6d28019 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d85582 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fd191a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    9da9b6d View commit details
    Browse the repository at this point in the history
  2. clean up

    DreamWuGit committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    dc10c1c View commit details
    Browse the repository at this point in the history