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

Build blocks using Reth 1.1.0 #115

Open
wants to merge 91 commits into
base: main
Choose a base branch
from
Open

Build blocks using Reth 1.1.0 #115

wants to merge 91 commits into from

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    2c60f0e View commit details
    Browse the repository at this point in the history
  2. remove OP derivation code

    hashcashier committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e70f1fa View commit details
    Browse the repository at this point in the history
  3. switch to tiny-keccak

    hashcashier committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f6ab9e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e632ce View commit details
    Browse the repository at this point in the history
  5. consensus checks

    hashcashier committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    56fc8c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c3bfa1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. post-exec split

    hashcashier committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9067612 View commit details
    Browse the repository at this point in the history
  2. finalization

    hashcashier committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ff8a7ea View commit details
    Browse the repository at this point in the history
  3. StatelessClientStrategy

    hashcashier committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b9381f4 View commit details
    Browse the repository at this point in the history
  4. reth guest

    hashcashier committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    90fa5e4 View commit details
    Browse the repository at this point in the history
  5. preflight providers

    hashcashier committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f695193 View commit details
    Browse the repository at this point in the history
  6. preflight db

    hashcashier committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d7a77b7 View commit details
    Browse the repository at this point in the history
  7. preflight client

    hashcashier committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    eba328b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. preflight client lib

    hashcashier committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ac54f34 View commit details
    Browse the repository at this point in the history
  2. uncle blocks

    hashcashier committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5688b05 View commit details
    Browse the repository at this point in the history
  3. reth preflight client

    hashcashier committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ac25ef5 View commit details
    Browse the repository at this point in the history
  4. basic bin lib

    hashcashier committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    313404c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. rescue db post preflight

    hashcashier committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b2de53c View commit details
    Browse the repository at this point in the history
  2. provider exec fix

    hashcashier committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    17a693d View commit details
    Browse the repository at this point in the history
  3. refactor & fix

    hashcashier committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    811dd96 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. block building

    hashcashier committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    225b76d View commit details
    Browse the repository at this point in the history
  2. zkvm exec

    hashcashier committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8bf41f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9464cef View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. proof generation

    hashcashier committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    390fcf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bbf416 View commit details
    Browse the repository at this point in the history
  3. receipt verification

    hashcashier committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    401a061 View commit details
    Browse the repository at this point in the history
  4. cleanup: delete old code

    hashcashier committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0b3af8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd2e934 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    da2a99a View commit details
    Browse the repository at this point in the history
  2. GAT in strategies

    hashcashier committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b80ef64 View commit details
    Browse the repository at this point in the history
  3. abstract data source

    hashcashier committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0f72092 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. engine driver abstraction

    hashcashier committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3be9b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2c9981 View commit details
    Browse the repository at this point in the history
  3. refactor

    hashcashier committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    59cb503 View commit details
    Browse the repository at this point in the history
  4. unreachable db

    hashcashier committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2724135 View commit details
    Browse the repository at this point in the history
  5. rescue refactor

    hashcashier committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c1ddba6 View commit details
    Browse the repository at this point in the history
  6. rescue db

    hashcashier committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8e685c3 View commit details
    Browse the repository at this point in the history
  7. fix blocking task

    hashcashier committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    39bcdb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. batching preflight

    hashcashier committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4a61c94 View commit details
    Browse the repository at this point in the history
  2. batching fixes

    hashcashier committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9adfefa View commit details
    Browse the repository at this point in the history
  3. cache fix

    hashcashier committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    53cfee6 View commit details
    Browse the repository at this point in the history
  4. ommers fix

    hashcashier committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8bc978e View commit details
    Browse the repository at this point in the history
  5. batching patch

    hashcashier committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3ecc7f5 View commit details
    Browse the repository at this point in the history
  6. nit

    hashcashier committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f2265dc View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. cleanup and readme

    hashcashier committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    91e1de0 View commit details
    Browse the repository at this point in the history
  2. guest name nit

    hashcashier committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a1411fc View commit details
    Browse the repository at this point in the history
  3. clippies

    hashcashier committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fcbcbb2 View commit details
    Browse the repository at this point in the history
  4. CI

    hashcashier committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2618209 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90ac6c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b354f83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cac0185 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    befb1a6 View commit details
    Browse the repository at this point in the history
  9. build toolchain

    hashcashier committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b78f7af View commit details
    Browse the repository at this point in the history
  10. back to 1.81

    hashcashier committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b3f6248 View commit details
    Browse the repository at this point in the history
  11. re enable sha2 patch

    hashcashier committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4c4d3c8 View commit details
    Browse the repository at this point in the history
  12. fmt

    hashcashier committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4a379a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. rzup in CI

    hashcashier committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7ad0029 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bf5b39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    663b7ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6025082 View commit details
    Browse the repository at this point in the history
  5. optimism strategies

    hashcashier committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    47d57ce View commit details
    Browse the repository at this point in the history
  6. unify input type aliases

    hashcashier committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4f7bfe1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd79ea8 View commit details
    Browse the repository at this point in the history
  8. refactor strategy names

    hashcashier committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b117bf8 View commit details
    Browse the repository at this point in the history
  9. simplify strategy IO

    hashcashier committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    157f419 View commit details
    Browse the repository at this point in the history
  10. op-reth guest

    hashcashier committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    64c6fca View commit details
    Browse the repository at this point in the history
  11. op zeth

    hashcashier committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b87e71f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. refactor

    hashcashier committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    93276d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1d4711 View commit details
    Browse the repository at this point in the history
  3. op support

    hashcashier committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    337e971 View commit details
    Browse the repository at this point in the history
  4. rename eth guest

    hashcashier committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0c9587f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    a361d89 View commit details
    Browse the repository at this point in the history
  2. multichain support

    hashcashier committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    705217c View commit details
    Browse the repository at this point in the history
  3. readme

    hashcashier committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5ee963d View commit details
    Browse the repository at this point in the history
  4. preflight speedup

    hashcashier committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    3e5014e View commit details
    Browse the repository at this point in the history
  5. clipp

    hashcashier committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8b2e87c View commit details
    Browse the repository at this point in the history
  6. cache optimizations

    hashcashier committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8b42557 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. fix alloy primitives

    hashcashier committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2f02b37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db833a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. fix ci

    hashcashier committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7a38b7d View commit details
    Browse the repository at this point in the history
  2. versioning nit

    hashcashier committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    00c716a View commit details
    Browse the repository at this point in the history
  3. ci test commands

    hashcashier committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    3caf21a View commit details
    Browse the repository at this point in the history
  4. fix cli short arg clash

    hashcashier committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    736909a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. profile flag

    hashcashier committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cb05478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0583389 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    67a461f View commit details
    Browse the repository at this point in the history
  2. fmt benchmark

    hashcashier committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2bcf20f View commit details
    Browse the repository at this point in the history
  3. ci nit

    hashcashier committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    496e671 View commit details
    Browse the repository at this point in the history
  4. ci nit

    hashcashier committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ff833d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. refactor

    hashcashier committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5bd18b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

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