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] make supercircuit test applying l2trace #767

Merged
merged 50 commits into from
Aug 25, 2023

Commits on Aug 13, 2023

  1. induce l2 types for l2trace

    noel2004 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    f4a36cc View commit details
    Browse the repository at this point in the history
  2. add l2trace entry

    noel2004 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    5a2a942 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. wip: some refactoring

    noel2004 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d4c0a11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8edbaa View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. more refactoring in zktrie

    noel2004 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    33919fe View commit details
    Browse the repository at this point in the history
  2. wip: l2 circuit builder

    noel2004 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    98a920c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdb62f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d949847 View commit details
    Browse the repository at this point in the history
  5. prune unnecessary sign

    noel2004 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f628e0c View commit details
    Browse the repository at this point in the history
  6. fmt and lint

    noel2004 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a265998 View commit details
    Browse the repository at this point in the history
  7. missed exportion

    noel2004 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1157cd3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a5b56f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7cf183 View commit details
    Browse the repository at this point in the history
  10. sdb skip empty value

    noel2004 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    bc57a83 View commit details
    Browse the repository at this point in the history
  11. update state root in tracing

    noel2004 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f5f1f45 View commit details
    Browse the repository at this point in the history
  12. more update for state root

    noel2004 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a6e3bed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2f47db8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2b938eb View commit details
    Browse the repository at this point in the history
  15. fix tests

    noel2004 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2fad3b6 View commit details
    Browse the repository at this point in the history
  16. lints

    noel2004 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    07bd7f4 View commit details
    Browse the repository at this point in the history
  17. lint for all-target

    noel2004 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    65be42e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. fix memory transfer

    noel2004 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0c7b6b8 View commit details
    Browse the repository at this point in the history
  2. fmt

    noel2004 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2d6b1ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d5d512 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c8b9a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    822bc80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d0ef51 View commit details
    Browse the repository at this point in the history
  7. reroll the difficulity setting in test

    apply global difficulity to 0 for l2
    noel2004 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2c5b62f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d02f4a View commit details
    Browse the repository at this point in the history
  9. revert incorrect fixing

    noel2004 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b93b1a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e67f78f View commit details
    Browse the repository at this point in the history
  11. disable doc test temporarily

    noel2004 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b59af93 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. add incremental update for l2 trace

    entry in circuitbuilder
    noel2004 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1a64b1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61cb695 View commit details
    Browse the repository at this point in the history
  3. zero coinbase patch for sdb

    noel2004 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    18a3e8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eebacea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c491484 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. re-enable tx storage fiield

    noel2004 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d3bf203 View commit details
    Browse the repository at this point in the history
  2. add modexp unittest

    noel2004 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d02d80f View commit details
    Browse the repository at this point in the history
  3. turn ec test to serial

    noel2004 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5e9cb63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56d4ced View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

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

Commits on Aug 21, 2023

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

Commits on Aug 22, 2023

  1. make l1 queue index default

    noel2004 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    fee35d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb7871b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ae06dd View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. fix an issue in sdb update

    add an entry for convenient
    noel2004 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e5d465b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    6334b80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c29a7f1 View commit details
    Browse the repository at this point in the history