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

Implement dummy IR padding for blocks with < 2 txns #15

Merged
merged 10 commits into from
Apr 8, 2024
Merged

Commits on Mar 21, 2024

  1. Updated deps to use zk_evm repo

    - The deps were very out of date and we need them to be up to date to do
      padding.
    BGluth committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    17c11c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3108cbe View commit details
    Browse the repository at this point in the history
  3. Now seems to prove blocks fine

    BGluth committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e7236db View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Various fixes

    - Now works on block heights <= 256.
    - Now pads blocks when there is < 2 txns.
    BGluth committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    62b68a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf98ab5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    983aa29 View commit details
    Browse the repository at this point in the history
  2. Added in support for clique (TEMP)

    - This is intended to be a short term solution. In the long term, this
      should probably be moved to a more robust config.
    BGluth committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    91ac5b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 4, 2024

  1. Final cleanup

    BGluth committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a29c93b View commit details
    Browse the repository at this point in the history
  2. Cleaned up warnings

    BGluth committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    bd04dca View commit details
    Browse the repository at this point in the history